Changelog
Dates using ISO 8601 Format (YYYY-MM-DD).
Check whether the latest build has passed: Builds | Read the Docs
1.0.5 (2019-02-14)
- Update Documentation, increase mkdocs version
1.0.4 (2019-02-13)
- Extends
field:renamecommand (add regex pattern options)
1.0.3 (2018-11-16)
- Adds
template:tagcommand - Adds
template:infocommand - Adds
field:renamecommand
1.0.2 (2017-03-10)
- Fixes parse error for usage with php below version 7
- Adds missing directory separator, check if there is one first
1.0.1 (2017-02-02)
- Adapts
newcommand, allows empty database password (wireshell new prjct --dbPass="") - Adds
debugcommand which allows you to change the debug mode - Improves every command, optimizes output
- Adds PHPUnit implementation
- Upgrades
guzzlehttp/guzzleto version 6.2 - Removes
guzzlehttp/progress-subscriberbecause it's DEPRECATED
1.0.0 (2016-09-27)
- Prepares wireshell for ProcessWire 3.x, adds namespace support, only supports ProcessWire 3.x
- Updates Github Repository: github.com/processwire/processwire
- Improves
module:upgradecommand, if no argument is provided just check for upgrades - Extends
newcommand, adds option--src=path/to/sourceto be able to use a pre-downloaded tgz/zip/folder - Extends
statuscommand, only shows database password if--passoption is provided, shows if an upgrade is available - Updates
upgradecommand, removes options dev and devns
0.6.0 (2016-02-26)
- Updates
newcommand: introduces-vto increase the verbosity of messages, more detailed error messages, makes it possible to use no password during installation - Adds
module:upgradecommand
0.5.2 (2016-01-18)
- Extends
field:listcommand, adds filter--tag=tagnameand--unused - Extends
page:createcommand, enables importing field data from json file (thanks @samuell) - Adds
field:editcommand - Adds
role:deletecommand - Adds
role:listcommand - Extends
user:deletecommand, adds filter--role=rolename - Updates
newcommand, optional filter--directory=path
0.5.1 (2015-12-02)
- Adds
log:tailcommand including filters--limit=, --text=, --from=, --to= - Adds
log:listcommand - Improves
newcommand, support for site profiles (path/to/profile.zipOR one ofbeginner, blank, classic, default, languages), autocompletion for timezone - Adds
field:listcommand including filters--all, --template=, --type= - Adds list
field:typescommand - Extends
field:createcommand, allow custom field types - Extends
newcommand: adds ability to specify version of ProcessWire--dev, --devns, --sha= - Extends
upgradecommand: adds ability to specify version of ProcessWire--dev, --devns, --sha= - Removes unnecessary empty state checks
- Removes command aliases for better list overview #36
- Fixes wrong iso format
- Improves changelog format
- Adds field commands
field:deleteandfield:tag - Adds tag option for
field:createcommand - Extends
user:createcommand, ask for password and email address - Extends
backup:dbcommand, add option--target
0.5.0 (2015-09-05)
- Adds PW core
upgradecommand - Adds
template:deleteandtemplate:listcommands - Adds page commands:
page:create,page:delete,page:listandpage:emptytrash.
0.4.1 (2015-05-17)
- Fixes some bugs regarding PHP 5.4/5.5
0.4.0 (2015-05-15)
- Big update with a lot of contributed commands and interfaces
- Adds
module:downloadcommand - Extends
module:enablecommand - Enhances
user:create - Adds user commands:
user:update,user:deleteanduser:create - Adds
module:generatecommand using modules.pw (thanks @nicoknoll) - Adds
statuscommand listing information on development, ProcessWire installation, image libraries (thanks @horst-n). - wireshell's code and documentation were extended/cleaned up (thanks @clsource)
- Also 0.4.0 introduced documentation microsite, wireshell.pw
0.3.3 (2015-04-08)
- Just a hotfix release, regarding the autoload path
0.3.2 (2015-04-08)
- Adds "Show Admin Url" command (since 0.4.0 part of
statuscommand) - Adds bin to composer.json
0.3.1 (2015-04-08)
- Listed wireshell on Packagist
- Adds that in the readme
0.3.0 (2015-04-06)
newcommand now installs PW instead of just downloading it (thanks to a great PR by @HariKT)- Adds commands regarding
fields,modules, and databasebackup
0.2.0 (2015-03-28)
- Adds
template:create - Extends
user:createcommand with role assignment on the fly
0.1.0 (2015-03-27)
- Started project :) With basic commands like
new(just downloading ProcessWire, back then),user:create,role:create