Skip to content

Commit

Permalink
Prep for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Jan 16, 2018
1 parent 3203dd2 commit ad777b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here are some ways that you can contribute:

## Requirements

* WordPress 4.0 or higher
* WordPress 4.6 or higher
* PHP 5.6 or higher
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see the wiki section [Carbon Fields](https://github.com/dmhendricks/wordpress-base-plugin/wiki#carbon-fields) for more info).

Expand Down Expand Up @@ -85,15 +85,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp

#### Branch: `master`

* Replaced Carbon Fields Loader dependency with [official plugin](https://carbonfields.net/release-archive/)
* Fixed non-static deprecation notice
* Added support for before/after strings to `prefix()`
* Added version check for `wordpress-toolkit`
* Added `get_wpsac_plugin_option()` example to Plugin class
* Updated JS injection to use wordpress-toolkit [ScriptObject](https://github.com/dmhendricks/wordpress-toolkit/wiki/ScriptObject)
* Added Customizer options example (via [inc2734/wp-customizer-framework](https://github.com/inc2734/wp-customizer-framework))
* Added various Carbon Fields custom CSS classes
* Bumped NPM dependency versions
* None since release

## Screenshot

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dmhendricks/wordpress-base-plugin",
"type": "wordpress-plugin",
"description": "A bloilerplate for WordPress plugins",
"version": "0.3.1",
"version": "0.4.0",
"keywords": ["wordpress", "plugin", "boilerplate", "carbonfields"],
"homepage": "https://2lab.net",
"license": "GPL-2.0",
Expand Down
3 changes: 1 addition & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"php": "5.6",
"carbon_fields": "2.1.1",
"wordpress-toolkit": "0.1.3"
},
"encrypt_method": "AES-128-ECB"
}
}
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: hendridm
Tags: wordpress,base,plugin,boilerplate,composer,carbonfields
Donate link: https://paypal.me/danielhendricks
Requires at least: 4.0
Tested up to: 4.9
Stable tag: 0.3.1
Requires at least: 4.6
Tested up to: 4.9.1
Stable tag: 0.4.0
License: GPL-2.0
License URI: http:https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion wordpress-base-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WordPress Base Plugin
* Plugin URI: https://github.com/dmhendricks/wordpress-base-plugin
* Description: A boilerplate for WordPress plugins
* Version: 0.3.1
* Version: 0.4.0
* Author: Daniel M. Hendricks
* Author URI: https://www.danhendricks.com
* License: GPL-2.0
Expand Down

0 comments on commit ad777b8

Please sign in to comment.