Releases: weknowinc/wp-console
v0.6.0
v0.5.1
0a23bf9 Update version to 0.5.0
77a3477 (tag: 0.5.0) [snippet] Add new command (#54)
ce0a1e0 Get db-url in execute when interactive mode is disabled (#53)
6f0f3a2 [site:install] Implement db_url to install (#52)
7d8b58a [generators] Change the parameters as array (#51)
215a69f [core] Update the logic to read chains as commands (#50)
88a06c8 (update-chain-command) [composer] Update dependencies (#49)
e4f8ed7 [console] Move getData to core application (#48)
0ba2bf2 [core] Change WPStyle as DrupalStyle (#47)
795b2f7 [statistics] Update messages, Update listener and initCommand (#46)
6e800e4 [database:drop] Use query to get the tables (#45)
8565e3e [databases] Refactor how delete and create databases (#44)
554d53f [database:create] New Command (#43)
a211ed9 [database:drop] New Command (#42)
3339403 [statistics] Change count-attempted to times-attempted (#41)
fced2e3 [statistics] Add more condition to send info (#40)
5fb6515 [core] Fix WPStyle and update getConfigGlobalAsArray function (#39)
247c947 (update-statistics-feature) [core:getData] Implement filter (#38)
b5c1d5a [statistics] Setup command init (#37)
598e05c [settings:set] New command (#36)
4e5e743 [generate:dashboard:widgets] New command (#35)
f657dce Update content in translations and update metabox and widget command (#34)
c2eb4df Use relative path (#33)
a9952d1 (origin/master, origin/HEAD) [generate:settings:page] New Command (#32)
d4a9cc5 Implement absolute and relative path on plugin and theme commands (#31)
1f34839 Update cron commands (#30)
3e759f4 Update README.md
v0.5.0
New commands
Administrative
- [database:create]
- [database:drop]
- [settings:set]
- [snippet] Add new command
Generators
- [generate:dashboard:widgets]
- [generate:settings:page]
Fixes
Improvements
- Update Cron commands
- Implement absolute and relative path on plugin and theme commands
- Update content in translations and update metabox and widget command
- [statistics] Setup command init
- [core:getData] Implement filter
- [core] Fix WPStyle and update getConfigGlobalAsArray function
- [databases] Refactor how delete and create databases
- [core] Change WPStyle as DrupalStyle
- [core] Update the logic to read chains as commands
- [generators] Change the parameters as array
- [site:install] Implement db_url to install
- Get db-url in execute when interactive mode is disabled
v0.4.0
New commands
Administrative
- create:roles
- debug:roles
- role:delete
- role:new
Generators
- generate:menu
- generate:cron:job:event
- generate:post:type
- generate:quicktag
- generate:register:style
- generate:register:script
- generate:shortcode
- generate:sidebar
- generate:toolbar
- generate:user:contactmethods
- generate:widget
Fixes
- English translation in some commands
Improvements
- Enable code counting in generators commands
- Enable detect custom chain commands defined by YAML files in local machine
v0.3.0
New commands
- generate:shortcode
- shortcode:debug
Fixes
- chain Enable set global variables inside chain
- generate:plugin fixed issues with activating and deactivate name of functions to create one base in plugin name
- core fixed bootstrap error loading custom commands in WordPress uninstalled
Improvements
- Update plugins templates to use base classes and file templates
v0.2.0
New commands
- container:debug
- create:users
- generate:command
Improvemenents
- generate:plugin Added option to include uninstall.php file
v0.1.0
Wordpress Console Initial release
Commands included
-
about
-
chain
-
exec
-
help
-
init
-
list
-
cache:flush
-
chain:debug
-
generate:metabox
-
generate:plugin
-
generate:taxonomy
-
generate:theme
-
multisite:install
-
multisite:new
-
multisite:debug
-
plugin:activate
-
plugin:deactivate
-
plugin:debug
-
theme:activate
-
theme:debug