Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
justb3a committed Feb 14, 2019
2 parents e5725b4 + ab30e52 commit 65a6ebf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# wireshell
**ProcessWire command-line companion**

Version 1.0.4, compatibility: ProcessWire 3.x
Version 1.0.5, compatibility: ProcessWire 3.x

A command-line interface for CMS/CMF [ProcessWire](https://processwire.com) based on the Symfony Console component.
Can be easily extended through ProcessWire's ability of being bootstrapped into other applications, its great [API](https://processwire.com/api/) and
Expand Down
2 changes: 1 addition & 1 deletion app/wireshell.php
Expand Up @@ -49,7 +49,7 @@
require __DIR__.'/../vendor/autoload.php';
}

$app = new Application('wireshell - An extendable ProcessWire CLI', '1.0.4');
$app = new Application('wireshell - An extendable ProcessWire CLI', '1.0.3');

$app->add(new UserCreateCommand());
$app->add(new UserUpdateCommand());
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Expand Up @@ -4,6 +4,10 @@ Dates using [ISO 8601 Format](http://www.iso.org/iso/iso8601) (YYYY-MM-DD).

Check whether the latest build has passed: [Builds | Read the Docs](https://readthedocs.org/projects/wireshell/builds/)

**1.0.5** (2019-02-14)

- Update Documentation, increase mkdocs version

**1.0.4** (2019-02-13)

- Extends `field:rename` command (add regex pattern options)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -2,7 +2,7 @@

**ProcessWire command-line companion**

Version 1.0.4, compatibility: ProcessWire 3.x
Version 1.0.5, compatibility: ProcessWire 3.x

A command-line interface for CMS/CMF [ProcessWire](https://processwire.com) based on the Symfony Console component.
Can be easily extended through ProcessWire's ability of being bootstrapped into other applications, its great [API](https://processwire.com/api/) and
Expand Down
18 changes: 0 additions & 18 deletions mkdocs.yml
Expand Up @@ -25,21 +25,3 @@ nav:
- Role: commands/role.md
- Template: commands/template.md
- User: commands/user.md
# The pages configuration setting is deprecated and will issue a warning if set in the configuration file.
# The setting has been renamed nav.
# ReadTheDocs does not know about nav atm, therefore keep `pages` for now
pages:
- wireshell: index.md
- General:
- Changelog: changelog.md
- FAQ: faq.md
- Commands:
- Backup: commands/backup.md
- Common: commands/common.md
- Field: commands/field.md
- Log: commands/log.md
- Module: commands/module.md
- Page: commands/page.md
- Role: commands/role.md
- Template: commands/template.md
- User: commands/user.md

0 comments on commit 65a6ebf

Please sign in to comment.