Skip to content
Christian Münch edited this page Oct 20, 2013 · 95 revisions

1.80.0 (20.10.2013)

  • Support for modules inside the vendor folder if app is not in phar mode
  • db:dump - Added two new table group for strip option (idx, ee_changelog)
  • Fixed problem with installer and target path "."
  • Added twig debug extension
  • dev:module:create command -> Replaced hard coded year with a dynamic version.
  • Added cast_to_array twig filter
  • Added help texts for most commands
  • #228 - Command "config:delete" does not support wildcards

1.79.0 (03.10.2013)

  • Added --all option to config:delete command
  • Added --magerun-script option to config:get command
  • Added --scope option to config:get command
  • Added support for multiline config:set values "with n" replacement.
  • Added new --define option to script command
  • Fixed broken db:create command
  • Updated Symfony components to 2.3.5

1.78.4 (27.09.2013)

  • Fixed config merging of project specific configs
  • Fix for issue #202 (by David Alger)

1.78.3 (25.09.2013)

  • Added Magento CE 1.8.0.0 as installer source
  • Fixed issue #222 (by Marc Harding)

1.78.2 (23.09.2013)

  • Fixed broken db:drop command

1.78.1 (16.09.2013)

  • Fixed Issue #219 - db:import with no arguments throws PHP Warnings
  • Support "~" in --root-path option
  • sys:setup:run - Better error printing
  • Check edition for enterprise only commands. Hide in Magento CE.
  • Updated 3rt party dependencies

1.78.0 (15.09.2013)

  • New database console helper with new functions (by Dmitriy Zavalkin): - mysqlUserHasPrivilege - getMysqlVariableValue
  • Feature: #212 admin:user:create - allow assigning an existing role (by Alexander Menk)
  • Fixed: Project configuration loader
  • Fixed: LogicException thrown by script:repo:list where no script directories exist (by David Alger)
  • Fixed issue #185 - Dont instantiate classes when checking inheritance (by Luke Rotherfield)

1.77.1 (02.09.2013)

  • Bugfix for project configuration loader

1.77.0 (02.09.2013)

  • New commands to embedded composer: - composer:init - composer:install - composer:require - composer:update - composer:validate - composer:search - composer:diagnose
  • New script repository commands (by Christian Münch)
  • Enhanced Folder Detection (by Alexander Menk)
  • Ability to add helpers by config - Issue #204 (by Christian Münch)
  • Moved command registration out to dist config.
  • Added new script variables
  • Updated Symfony dependencies
  • Support for Symfony Console Events / Added Event Dispatcher

1.76.0 (27.08.2013)

  • New commands dev:module:dependencies:on and dev:module:dependencies:from (by Dmitriy Zavalkin)
  • Fixed issue #202 - Permission error on Nexcess servers
  • Fixed issue #194 - Exported setup script with attribute uses incorrect Setup class (by Jonathan Day)
  • Fixed issue #197 - Doesn't run when /tmp/magento/var exists and database is not created / tables missing
  • Fixed issue #199 - Error with dev:module:rewrite:conflicts

1.75.0 (19.08.2013)

  • Updated dependencies
  • Issue #47 - Warning if running as root
  • Issue #55 - Multi-reindex
  • Issue #171 - open-browser: admin backend
  • Issue #116 - Added "report_compared_product_index" and "report_viewed_*" tables to "log" group
  • Fixed issue #164 - dev:ide:phpstorm:meta debug mode isn't enough verbose to detect where the problem is
  • Fixed issue #187 - Cache flush is not compatible with older versions of Enterprise

1.74.0 (07.08.2013)

  • New db:create command (by Michael O'Connell)
  • New config:delete command (by Christian Münch)
  • Add ability to filter modules list. (by Peter O'Callaghan)
  • Fixed issue #168 - script feature initialises magento
  • Fixed issue #188 - Cookie Domain is not recognized in any case (by Christian Münch)
  • Fixed issue #185 - dev:module:rewrite:conflicts command doesn't detect inheritance past the parent class (by Kalen Jordan)

1.73.0 (29.07.2013)

  • Detect Magento inside of modman folders (reads .basedir file) (by Christian Münch).
  • Bugfix in dev:setup:script:attribute command. (by Martin Schultheiss)
  • Bugfix #182: db:dump --strip help missing (list of groups)
  • Updated dependencies

1.72.0 (07.07.2013)

  • Module system to add own commands (by @cmuench)

1.71.0 (06.07.2013)

  • Performance improvements for customer:create:dummy (by @lukenm)
  • Fixed issue #168 Script feature initialises magento

1.70.7 (23.06.2013)

  • Install command: Fixed problem with sample data and current composer downloader

1.70.6 (22.06.2013)

  • Install command: Fixed problem with existing installation folder occured with absolute paths.

1.70.5 (22.06.2013)

Fixed: Install command does not create folder recursive

1.70.4 (22.06.2013)

  • Fixed: Install command does not recognize --dbPass option since last symfony component update

1.70.3 (19.06.2013)

  • Recursively create non existing folders in dev:module:create command for additional files.

1.70.2 (19.06.2013)

  • Fixed bug #163: Task dev:module:create Missing question mark

1.70.1 (19.06.2013)

  • Fixed bug #163: Task dev:module:create generates invalid XML code

1.70.0 (17.06.2013)

  • Support to add own files in dev:module:create command (by Christian Münch)
  • Support to modify templates of dev:module:create command (by Christian Münch)
  • Added --add-time=prefix to db:dump command (by Alexander Menk)
  • New command dev:class:lookup (by Rick Kuipers)
  • Added --unstable option to self-update command to fetch the current unstable develop version.

1.69.0 (11.06.2013)

  • New command dev:setup:script:attribute to generate attribute setup scripts (by Dusan Lukic, Alan Storm)
  • db:dump --strip: Added enterprise tables (by Alexander Menk)
  • config:get New --update-script option (by Alexander Menk)
  • Fixed fatal error if /tmp/magento exists and magerun was started outside of Magento Root. (by Christian Münch)
  • Script command: Ask for variable value (by Christian Münch)

1.68.1 (20.05.2013)

  • Fixed issue #143 - db:import error "sh: pv: not found"

1.68.0 (19.05.2013)

  • Issue #141 - Resolve variables inside of magerun calls in script
  • Added new predefined variables to script command.

1.67.0 (17.05.2013)

  • Issue #135 - Feature Request: Config Seach (by @storm)

1.66.0 (17.05.2013)

  • Issue #37 - check /var dir location in sys:check or general warning when intializing magento (by @amenk)
  • Issue #137 - index:reindex should dispatch new index events (CE 1.8, EE 1.13)
  • db:dump --human-readable option added
  • Fix: DEFINER removal in db:dump not working for strip and zip

1.65.0 (03.05.2013)

  • Added new global option --root-dir to explicit set magento root folder.
  • Fixed issue #130 - Remove DEFINER statements from db dumps
  • install command: Changed download URL of magento-mirror-1.4 and magento-mirror-1.5

1.64.1 (01.05.2013)

  • Fixed some commands to be compatible with Magento 1.4 and Magento 1.5 branches

1.64.0 (01.05.2013)

  • Added BaseURL, cookie domain verification to sys:check command
  • Added vendors to sys:info command
  • Updated composer dependencies

1.63.0 (22.04.2013)

  • Shell exec support inside of n98-magerun scripts. See "script" command example in readme.
  • Issue 125: dev:log:size should be able to report on pdo_mysql.log
  • Fixed issue #115: db:dump --strip=@sales : does not strip shipment tables
  • Fixed Issue #101: n98-magerun dev:console fatal error
  • Fixed issue 121: sys:cron:list throws error in Magento EE 1.13

1.62.1 (14.04.2013)

  • UNIX Pipe support for script command.
  • Fix for #119 sys:check does not detect Zend Optcode Cache

1.62.0 (14.04.2013)

  • New command "script" to run multiple commands in one session (Issue #117)
  • Updated composer dependencies.
  • #57 - local-config:generate should wrap values in CDATA
  • #118 Fixes for dev console

1.61.3 (09.04.2013)

  • Fix issue #114 - MetaCommand getResourceHelperMap() excludes version 1.6.2.0

1.61.2 (08.04.2013)

  • "dev:ide:phpstorm:meta" command: Disabled resource helper generation for old Magento versions.

1.61.1 (08.04.2013)

  • Fix for "dev:ide:phpstorm:meta" command for Magento CE <= 1.5 -> File generation and --stdout parameter

1.61.0 (07.04.2013)

  • New command db:query to run DB queries
  • New --compression option for db:dump command. (Thanks to @mzeis for both commands

1.60.2 (06.04.2013)

  • Added Mage::getBlockSingleton() and Mage::getResourceHelper() support, class rewrites support, fixed some bugs (Thanks to @zyava)

1.60.1 (06.04.2013)

  • Fix for issue #108: dev:ide:phpstorm:meta does not detect some aliases

1.60.0 (05.04.2013)

  • Added new command dev:ide:phpstorm:meta to generate meta file for code completion.
  • Removed windows phar version.
  • Fixed issue #105: Run without phar extension

1.59.1 (03.04.2013)

  • Maintenance release for missing class in phar file.

1.59.0 (03.04.2013)

  • Fix for issue #95 - customer:create enforces password with at least one digit for frontend customers
  • db:dump command -> Added new --force and --print-only-filename options.
  • Added more unit test tests
  • Fixed warning in cron:history command.

1.58.0 (02.04.2013)

  • Issue #87 - Add option to create magento module with sql folder (new option --add-setup for dev:module:create command)
  • dev:log:size command - Do not prompt if no log file exists.
  • Moved composer from src folder in vendor (update with composer.phar)
  • Added test framework

1.57.0 (01.04.2013)

  • New command: dev:log:size - Prints size (in bytes) of log files. (Thanks to @mzeis)
  • New command: dev:report:count - Number of report files. (Thanks to @mzeis)
  • New command: shell - Interactive n98-magerun shell with autocompletion for commands
  • Reactivated command dev:console for PHP 5.3 (command does not work in all environments)

1.56.0 (27.03.2013)

  • Added new command dev:console (issue #100)

1.55.0 (23.03.2013)

  • New commands sys:cron:run and sys:cron:history (issue #83)
  • Added --on, --off, --global option to some config command

1.54.3 (12.03.2013)

  • #98: Improved db:dump --strip handling of errors and duplicate table names

1.54.2 (07.03.2013)

  • #94: Fix: Lots of strict standards warnings
  • #93: Fix: Fatal error when displaying error messages

1.54.1 (05.03.2013)

  • Fixed issue #90 (commands that called others were broken) by updating symfony/console (v2.2.0 => 2.2.x-dev)

1.53.0 (02.03.2013)

  • New command dev:db:log by @sparcksoft
  • Fix for issue #88 MySQL Port number needed on db functions (dump/import) by @asalce

1.53.0 (02.03.2013)

  • Updated symfony compontents to V2.2.0

1.52.1 (17.02.2013)

  • Magento 2 issue #76: Compatibility with dev42 build
  • Fixed issue #58: config:get did not display overlapping config paths

1.52.0 (17.02.2013)

  • New encrypt/decrypt options for config:get and config:set commands. (Thanks to @ajbonner)

1.51.1 (26.01.2013)

  • Fixed issue #74 : cache:flush throws warning (Thanks to @mystix)

1.51.0 (22.01.2013)

  • Added --junit-log option to dev:theme:duplicates command

1.50.1 (18.01.2013)

  • Changed composer.json generation

1.50.0 (14.01.2013)

  • Added new experimental command "open-browser".

1.49.0 (13.01.2013)

  • Removed deprecated alias "system:check" -> Use sys:check
  • Added new options to dev:module:create "--add-composer", "--author-email", "--author-name"
  • Made readme generation in dev:module:create command optional by option "--add-readme"

1.48.0 (08.01.2013)

  • New commands "customer:info"

1.47.0 (07.01.2013)

  • New commands "dev:theme:list" and "dev:theme:duplicates"

1.46.1 (05.01.2013)

  • Little fix for configuration loader

1.46.0 (05.01.2013)

  • Removed deprecated aliases
  • Added system wide configuration file
  • Command Alias support

1.45.0 (29.12.2012)

  • New command "customer:create:dummy"

1.44.2 (29.12.2012)

  • Added --on and --off options to "sys:maintenance" command.

1.44.1 (29.12.2012)

  • Fire the adminhtml_cache_flush_all event before flushing the cache (by @aligent)

1.44.0 (28.12.2012)

  • New command "db:import"

1.43.0 (25.12.2012)

  • New unattended installation (by @jasperdcbe)

1.42.0 (24.12.2012)

  • New commands "customer:list" and "customer:change-password".

1.41.2 (22.12.2012)

  • Little password validator bugfix and internal validation refactoring

1.41.1 (22.12.2012)

  • Little email validator bugfix

1.41.0 (22.12.2012)

  • Added new customer:create command

1.40.2 (16.12.2012)

  • Little fix for self-update command.

1.40.1 (16.12.2012)

  • Issue #66 Undefined property in CheckCommand.php

1.40.0 (16.12.2012)

  • Added new commands "db:drop" and "uninstall"
  • Changed coloring of some command outputs
  • Replaced deleted mageLTS repos with magento-mirror
  • Added Magento 2 installer (experimental)
  • sys:setup:run command now clear cache automatically
  • Removed media/xmlconnect check in sys:check command

1.39.6 (12.12.2012)

  • Fix for issue #64 "install command fails with PHP 5.4 / PHP Extensions 0 must be loaded"

1.39.5 (01.12.2012)

  • Fix for issue #63 - Stripped db:dump for @sales group should not empty the sales_order_status* tables

1.39.4 (29.11.2012)

  • Fix for issue #62 -> Stripped DB:dump @sales group does not empty sales_flat_order table

1.39.3 (21.11.2012)

  • Fixed warning -> Property was not defined.

1.39.2 (21.11.2012)

  • Magento 2 detection fix

1.39.1 (21.11.2012)

  • Fix for broken Magento 2 support

1.39.0 (17.11.2012)

  • New xpath option in config:dump command.

1.38.0 (17.11.2012)

  • db:dump New option "--strip" to exclude tables or group of tables

1.37.1 (11.11.2012)

  • Hotfix - Admin commands broken

1.37.0 (11.11.2012)

Feature #47: Index runtime calculator (created by @cmuench)

1.36.0

  • Added project basesd config (pull request by @xanido)
  • Add readme when creating modules (pull request by @amenk)
  • Fix admin notifications (pull request by @amenk)
  • Magento 2 fixes (pull request by @amenk)
  • Feature mod readme from sprankhub/Magento-Extension-Sample-Readme (pull request by @amenk)

1.35.0

  • Marked some aliases as deprecated. Warning will be shown if you use the alias.
  • New option --add-time for db:dump command.

1.34.1

  • For for issue #42, #43

1.34.0

  • sys:url:list command by @fbrnc
  • config:get and config:set command by @xanido

1.33.0

  • Added --stdout option to db:dump command by @cmuench.

1.32.1

  • Fixed junit log error with missing error counter at testcase element. (Reported by @m4tthumphrey)
Clone this wiki locally