Releases: GrimLink/mage
Releases · GrimLink/mage
v1.15.2
v1.15.0
Added
new i18n
command will now sort all translations alphabetically
Changed
- Revamped the
new i18n
command to usebin/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 aliasnew i18n
as the new default,
thenew translate
does not fit and should benew translation
but I prefer less typing sonew i18n
it is.
Full Changelog: 1.14.0...1.15.0
v1.14.0
Added
- new command
new translate
to add new translations based on your current folder
Changed
- Allow
help
andself-update
command in any folder location, not just the Magento 2 root folder new theme
now works again, using copy by defaultnew module
now replaces the placeholder fields for you
Fixed
- typos in
new module
Full Changelog: 1.13.1...1.14.0
v1.13.1
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
Added
- Theme switcher to
add hyva
command - new command
build
to simplify thesetup:static-content:deploy
command
Full Changelog: 1.12.0...1.13.0
v1.12.0
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
commandmage 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
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
Added
- new alias for
mage devclean
now you can run the same withmage 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 usemage [--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
Fixed
- conflicting commands for composer and magento, both starting with
i
Full Changelog: 1.10.1...1.10.2
v1.10.1
Fixed
- Warden env version for devclean, this not working, so we echo a hint instead
Full Changelog: 1.10.0...1.10.1