Skip to content

Commit 0fa0f5d

Browse files
committed
Add version info for pagebuilder updates
1 parent 448ff64 commit 0fa0f5d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: mvc theme, theme boilerplate, oop theme, mini framework
55
Author: JustCoded / Alex Prokopenko
66
Author URI: http://justcoded.com/
77
Requires at least: 4.7
8-
Tested up to: 4.9.6
8+
Tested up to: 4.9.8
99
License: GPL3
1010
Stable tag: trunk
1111

@@ -92,6 +92,8 @@ To upgrade remove the old plugin folder. After than follow the installation step
9292

9393
== Changelog ==
9494

95+
= Version 2.3.0 - 22 Aug 2018 =
96+
* New: Page Builder updates and new builder fields for autocomplete of Posts and Terms.
9597
= Version 2.2.0 - 27 June 2018 =
9698
* New: Support FakerPress plugin to generate PostTypes data with complex custom fields structure.
9799
= Version 2.1.1 - 10 January 2017 =

wordpress-theme-framework.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: WordPress Theme Framework
55
Description: Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.
66
Tags: mvc theme, theme boilerplate, oop theme, mini framework
7-
Version: 2.2.0
7+
Version: 2.3.0
88
Author: JustCoded / Alex Prokopenko
99
Author URI: http://justcoded.com/
1010
License: GPL3
@@ -16,9 +16,9 @@
1616
require_once ABSPATH . 'wp-admin/includes/plugin.php';
1717

1818
// Required spl autoload registration class.
19-
require_once( dirname( __FILE__ ) . '/framework/Autoload.php' );
19+
require_once dirname( __FILE__ ) . '/framework/Autoload.php';
2020

21-
// Include small helper functions
22-
require_once( dirname( __FILE__ ) . '/framework/helpers.php' );
21+
// Include small helper functions.
22+
require_once dirname( __FILE__ ) . '/framework/helpers.php';
2323

2424
new JustCoded\WP\Framework\Autoload( 'JustCoded\WP\Framework', dirname( __FILE__ ) . '/framework' );

0 commit comments

Comments
 (0)