Skip to content

Releases: GrimLink/mage

v1.15.2

08 Oct 14:44
b08c731
Compare
Choose a tag to compare

Fixed

  • mage new module command

Full Changelog: 1.15.0...1.15.2

v1.15.0

28 Aug 21:37
Compare
Choose a tag to compare

Added

  • new i18n command will now sort all translations alphabetically

Changed

  • Revamped the new i18n command to use bin/magento i18n:collect-phrases while preserving our customized auto output functionality,
    this change enhances the efficiency of the process and integrates our specialized logic for an optimized experience

Removed

  • Command new translate and only keep the alias new i18n as the new default,
    the new translate does not fit and should be new translation but I prefer less typing so new i18n it is.

Full Changelog: 1.14.0...1.15.0

v1.14.0

28 Aug 07:47
fdeec72
Compare
Choose a tag to compare

Added

  • new command new translate to add new translations based on your current folder

Changed

  • Allow help and self-update command in any folder location, not just the Magento 2 root folder
  • new theme now works again, using copy by default
  • new module now replaces the placeholder fields for you

Fixed

  • typos in new module

Full Changelog: 1.13.1...1.14.0

v1.13.1

27 Aug 15:25
Compare
Choose a tag to compare

Changed

  • Use en_US nl_NL as default for build command, if empty
  • Use 4 jobs as default for build command, if empty

Fixed

  • Fixed force in build command

Full Changelog: 1.13.0...1.13.1

v1.13.0

27 Aug 14:21
Compare
Choose a tag to compare

Added

  • Theme switcher to add hyva command
  • new command build to simplify the setup:static-content:deploy command

Full Changelog: 1.12.0...1.13.0

v1.12.0

16 Apr 21:17
Compare
Choose a tag to compare

Added

  • compat-module-fallback support to mage add hyva development version
  • aliases for composer install, update and remove, so they can be used with valet php version

Changed

  • Use disable customer captcha for add hyva by default
  • simplify purge actions, for redis-cli under an if statement

Fixed

  • Watch for Warden

Removed

  • Disbale hints for add hyva, < Magento 2.4.4
  • mage replaced command
  • mage devclean command, we use watch mainly so this only clutter
  • simplify purge actions, by removing the c:f action, that is not needed with the manualy action before it

Contributors

  • many cleanup contributors thanks to @allrude

Full Changelog: 1.11.1...1.12.0

v1.11.1

29 Aug 09:19
654ee4a
Compare
Choose a tag to compare

Fixed

  • Revert of removal of extra if, for valet in cleanup commit, this trows warning in none valet env's

Full Changelog: 1.11.0...1.11.1

v1.11.0

29 Aug 09:06
Compare
Choose a tag to compare

Added

  • new alias for mage devclean now you can run the same with mage watch

Changed

  • Renamed option help to --help or -h
  • Add 2 new options to mage config using flags, thx to @allrude
    mage config will act the same if it has not option set,
    See the docs for whats new or use mage [--help/-h]

Fixed

  • mage open admin case where the default store has a different name than default

Full Changelog: 1.10.2...1.11.0

v1.10.2

11 Jul 18:40
Compare
Choose a tag to compare

Fixed

  • conflicting commands for composer and magento, both starting with i

Full Changelog: 1.10.1...1.10.2

v1.10.1

28 Jun 07:44
528698e
Compare
Choose a tag to compare

Fixed

  • Warden env version for devclean, this not working, so we echo a hint instead

Full Changelog: 1.10.0...1.10.1