Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Latest commit

 

History

History
73 lines (53 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

73 lines (53 loc) · 2.84 KB

CHANGELOG

To get the diff for a specific change, go to https://github.com/EllisV/oxid-console/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/EllisV/oxid-console/compare/v1.2.5...v1.2.6

  • 1.2.6 (2017-09-21)

    • (9a94f32) Support camel cased command file names
    • (80500c3) Set SMARTY_PHP_PASSTHRU for generate commands
  • 1.2.5 (2016-11-25)

    • (7b25ce7) Fix for table exists method of migration query for not accounting for a database
  • 1.2.4 (2016-07-21)

    • (a80093e) Disable view usage when updating views
  • 1.2.3 (2015-12-14)

    • (9fe1282) Bugfix for oxid executable not being able to be called from other directories
    • (1272eee) Read prompt from STDIN
    • (b7073f0) Output generated migration filename
    • (42d0c09) Bugfix for fix:states not recognising newly created modules
    • (b6ddb5b) Remove redundant type protection within fix:states
    • (c3a0e3a) Clear oxCache if available via cache:clear command
  • 1.2.2 (2015-06-07)

    • (c49ecb0) Bugfix for fix:states not working for all shops
  • 1.2.1 (2015-02-10)

    • Changed LICENSE to MIT and modified file headers
    • (ca40799) Better input description for g:module command
  • 1.2.0 (2014-11-17)

    • Migration status are stored in database right now
    • (aab4e32) Dropping module_enabled_count() feature
    • (bce0279) Use events class for generated modules
    • (fc02b9f) Modify the behavior of fixing module states
    • (96cb16f) Remove console:update command in favor of deprecation
    • (456706f) Remove module:list command
  • 1.1.5 (2015-02-10)

    • Change LICENSE to MIT and modify file headers
  • 1.1.4 (2014-10-27)

    • (af63d2c) Deprecate console:update command
  • 1.1.3 (2014-10-22)

    • (be06157) Modify source code to new OXID standards
    • (cff5a53) Bugfix for migration filename pattern not working with numbers
  • 1.1.2 (2014-06-19)

    • (de92637) Add recursive flag on mkdir in createMissingFolders() method of generate module command
    • feature #7 (1b7fa80) Generate translation files with module scaffold
    • (6b984f2) Update version number to 0.0.1-DEV on module scaffold
    • (ed9a9ac) Removed unnecessary check for output interface on migration command
    • bug fix #5 and feature #9 (9306e0e) Implement oxNullOutput for debug ignoring
  • 1.1.1 (2014-05-06)

    • feature #4 (7aab7b6) _tableExists() method in oxMigrationQuery
    • bug fix #3 (b224139) No more PHP Warning if no modules are active
  • 1.1.0 (2014-04-15)

    • (9b923fe) Initial Update Manager
    • (fe5d867) Catch exceptions on getLatestVersion() in Update Manager
    • (f3f46d6) Clearing cache command able to delete directories too
  • 1.0.1 (2014-04-14)

    • feature #2 (77d001f) Add oxMigrationQuery::_columnExists()
    • (1f5d892) Modify PHP file headers licence info
    • documentation #1 (e8b20b0) Add an example of migration query