Skip to content

Commit 27334f7

Browse files
committed
Prep for 0.5.0 release
1 parent c1fb4a3 commit 27334f7

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
8686

8787
#### Branch: `master`
8888

89-
* Set Carbon Fields minimum version to 2.2 (required for multisite example)
90-
* Extended base class as WordPress Toolkit; simplified base class configuration init
91-
* Moved `is_ajax()`/`prefix()` methods, `CacheObject()` init to wordpress-toolkit
92-
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers
93-
* Added [phpdotenv](https://github.com/etelford/phpdotenv) support ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
94-
* Added `npm run zip-dev` to create installable ZIP including necessary development files
95-
* Added [Network Admin options page](https://github.com/dmhendricks/wordpress-base-plugin/blob/master/app/Settings/Network_Settings_Page.php) example
96-
* Modified `show_notice()` to allow displaying notices in Network Admin; add additional CSS classes and element ID
89+
* None since release
9790

9891
## Screenshot
9992

wordpress-base-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3232
*/
3333

34-
if(!defined('ABSPATH')) die();
34+
if( !defined( 'ABSPATH' ) ) die();
3535

3636
require( __DIR__ . '/vendor/autoload.php' );
3737
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );

0 commit comments

Comments
 (0)