Skip to content

Commit

Permalink
chore(release): 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-bouvy committed May 13, 2024
1 parent 2e45cca commit b3986e7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.2.15 (2024-05-13)


### Features

* **core:** auto-detect Magento and PHP versions + store PHP binary path in settings ([6ae40e3](https://github.com/ClickAndMortar/mage-wizard/commit/6ae40e382613940de6a1b873e9737832d29b1f27))
* **core:** list affected files on module creation [#2](https://github.com/ClickAndMortar/mage-wizard/issues/2) ([145f4ec](https://github.com/ClickAndMortar/mage-wizard/commit/145f4ec50a771515673f8e8e288b7485d2f15f2c))
* create PHP class on crontab job creation + return operation result for all operations ([f444c26](https://github.com/ClickAndMortar/mage-wizard/commit/f444c268bb570165dfaeae557ba32af9965ff6d7))
* **crontab:** add crontab jobs listing page [#6](https://github.com/ClickAndMortar/mage-wizard/issues/6) ([1745216](https://github.com/ClickAndMortar/mage-wizard/commit/174521604c6e8530d680c80f7f9c860f560abff5))
* **doc:** add documentation site ([4f65bcf](https://github.com/ClickAndMortar/mage-wizard/commit/4f65bcfac1f1ad647b562c5905ee548693a80703))
* **doc:** fix documentation assets loading ([fc01993](https://github.com/ClickAndMortar/mage-wizard/commit/fc01993365703f82d49d9e0b3f4d7ceb99579075))
* **doc:** update documentation ([1a6b494](https://github.com/ClickAndMortar/mage-wizard/commit/1a6b4940c2aca9fedc0e393c44c17dea29a85fb9))
* **doc:** update documentation ([5848d99](https://github.com/ClickAndMortar/mage-wizard/commit/5848d996b95872532470fb74eaccb18bd76a1be0))
* **doc:** update documentation URL ([a2d96f5](https://github.com/ClickAndMortar/mage-wizard/commit/a2d96f5396f4d9c09758f2ee3ee4a66baeaf8d50))
* **email:** add email templates wizard + listing [#11](https://github.com/ClickAndMortar/mage-wizard/issues/11) ([3827409](https://github.com/ClickAndMortar/mage-wizard/commit/38274093be30051031ea4e13812bb338b0bae6b8))
* **observer:** add module observer creation wizard ([44b0531](https://github.com/ClickAndMortar/mage-wizard/commit/44b053173e6541af757c2abfcabee7cb7e6a0eba))
* **observer:** add observer global listing page ([d5df544](https://github.com/ClickAndMortar/mage-wizard/commit/d5df544b2318256fd03bed7bd6f701b61f43d894))
* **plugin:** add module plugin creation wizard ([da04409](https://github.com/ClickAndMortar/mage-wizard/commit/da04409c2e4f36f17c47edca7129b8769fc4993a))
* **table:** add tables listing ([6262c3a](https://github.com/ClickAndMortar/mage-wizard/commit/6262c3a07bc6398f9d33cf594f5b4aa362c3c93b))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mage-wizard",
"description": "Web UI wizard for Magento 2 providing useful features: module creation, config management, etc.",
"version": "0.2.0",
"version": "0.2.15",
"bin": {
"mage-wizard": "dist/server/index.mjs"
},
Expand Down

0 comments on commit b3986e7

Please sign in to comment.