Skip to content

Commit ad777b8

Browse files
committed
Prep for 0.4.0 release
1 parent 3203dd2 commit ad777b8

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are some ways that you can contribute:
4747

4848
## Requirements
4949

50-
* WordPress 4.0 or higher
50+
* WordPress 4.6 or higher
5151
* PHP 5.6 or higher
5252
* [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).
5353

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

8686
#### Branch: `master`
8787

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

9890
## Screenshot
9991

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dmhendricks/wordpress-base-plugin",
33
"type": "wordpress-plugin",
44
"description": "A bloilerplate for WordPress plugins",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"keywords": ["wordpress", "plugin", "boilerplate", "carbonfields"],
77
"homepage": "https://2lab.net",
88
"license": "GPL-2.0",

plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"php": "5.6",
1010
"carbon_fields": "2.1.1",
1111
"wordpress-toolkit": "0.1.3"
12-
},
13-
"encrypt_method": "AES-128-ECB"
12+
}
1413
}

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: hendridm
33
Tags: wordpress,base,plugin,boilerplate,composer,carbonfields
44
Donate link: https://paypal.me/danielhendricks
5-
Requires at least: 4.0
6-
Tested up to: 4.9
7-
Stable tag: 0.3.1
5+
Requires at least: 4.6
6+
Tested up to: 4.9.1
7+
Stable tag: 0.4.0
88
License: GPL-2.0
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

wordpress-base-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WordPress Base Plugin
55
* Plugin URI: https://github.com/dmhendricks/wordpress-base-plugin
66
* Description: A boilerplate for WordPress plugins
7-
* Version: 0.3.1
7+
* Version: 0.4.0
88
* Author: Daniel M. Hendricks
99
* Author URI: https://www.danhendricks.com
1010
* License: GPL-2.0

0 commit comments

Comments
 (0)