Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Apr 12, 2018
1 parent bbcfedf commit 82ba1aa
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
**Tags:** pressbooks, plugin, scaffolding
**Requires at least:** 4.9.5
**Tested up to:** 4.9.5
**Stable tag:** 0.1.0
Pressbooks tested up to: 5.2.1
**Stable tag:** 0.2.0
**License:** GPLv3 or later
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -47,9 +48,8 @@ Configure Transifex project and localization (instructions to come).
`composer test`: run unit tests with PHPUnit
`composer readme`: generate a Markdown readme from readme.txt
`composer localize`: update localization files (requires Transifex to be configured)
`yarn run lint`: check SCSS/ES6 with StyleLint and ESLint
`yarn run production`: build assets for distribution

`yarn run test`: check SCSS/ES6 with StyleLint and ESLint
`yarn run build:production`: build assets for distribution


## Frequently Asked Questions
Expand All @@ -65,12 +65,17 @@ N/A.
## Changelog


### 0.1.0
* **[FEATURE]** A new feature.
* **[CORE ENHANCEMENT]** An under the hood change.
* **[FIX]** A bug fix.
### 0.2.0
**Major Changes**
- A new feature.

**Minor Changes**
- A backwards-compatible change.

**Patches**
- A bug fix.


## Upgrade Notice

Pressbooks Plugin Scaffold requires Pressbooks >= 4.4.0 and WordPress >= 4.9.0.
Pressbooks Plugin Scaffold requires Pressbooks >= 5.2.0 and WordPress >= 4.9.5.
4 changes: 3 additions & 1 deletion pressbooks-plugin-scaffold.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Plugin Name: Pressbooks Plugin Scaffold
Plugin URI: https://pressbooks.org
Description: Scaffolding for a Pressbooks plugin.
Version: 0.1.0
Version: 0.2.0
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.org
Requires PHP: 7.0
Pressbooks tested up to: 5.2.1
Text Domain: pressbooks-plugin-scaffold
License: GPL v3 or later
Network: True
Expand Down
23 changes: 14 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Donate link: https://pressbooks.org/donate/
Tags: pressbooks, plugin, scaffolding
Requires at least: 4.9.5
Tested up to: 4.9.5
Stable tag: 0.1.0
Pressbooks tested up to: 5.2.1
Stable tag: 0.2.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -42,9 +43,8 @@ Configure Transifex project and localization (instructions to come).
`composer test`: run unit tests with PHPUnit
`composer readme`: generate a Markdown readme from readme.txt
`composer localize`: update localization files (requires Transifex to be configured)
`yarn run lint`: check SCSS/ES6 with StyleLint and ESLint
`yarn run production`: build assets for distribution

`yarn run test`: check SCSS/ES6 with StyleLint and ESLint
`yarn run build:production`: build assets for distribution

== Frequently Asked Questions ==

Expand All @@ -56,11 +56,16 @@ N/A.

== Changelog ==

= 0.1.0 =
* **[FEATURE]** A new feature.
* **[CORE ENHANCEMENT]** An under the hood change.
* **[FIX]** A bug fix.
= 0.2.0 =
**Major Changes**
- A new feature.

**Minor Changes**
- A backwards-compatible change.

**Patches**
- A bug fix.

== Upgrade Notice ==

Pressbooks Plugin Scaffold requires Pressbooks >= 4.4.0 and WordPress >= 4.9.0.
Pressbooks Plugin Scaffold requires Pressbooks >= 5.2.0 and WordPress >= 4.9.5.

0 comments on commit 82ba1aa

Please sign in to comment.