Skip to content

Commit 9ae517f

Browse files
committed
Versioning for v2.2 with FakerPress
1 parent a0e7fd9 commit 9ae517f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

readme.txt

Lines changed: 4 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.1
8+
Tested up to: 4.9.6
99
License: GPL3
1010
Stable tag: trunk
1111

@@ -29,6 +29,7 @@ Our mini framework features:
2929
* Just Custom Fields
3030
* Just TinyMce Custom Styles
3131
* Just Responsive Images
32+
* Faker Press
3233

3334
We didn't added "Controllers" level, because WordPress has it's own routing system and replacing it with one more level
3435
will impact the site speed. So basically it's very close to standard WordPress theme with much better organization
@@ -91,6 +92,8 @@ To upgrade remove the old plugin folder. After than follow the installation step
9192

9293
== Changelog ==
9394

95+
= Version 2.2.0 - 27 June 2018 =
96+
* New: Support FakerPress plugin to generate PostTypes data with complex custom fields structure.
9497
= Version 2.1.1 - 10 January 2017 =
9598
* New: Updated View component and layouts wrapping rendering. Replaced `layout_open()`/`layout_close()` methods with `extends()` method. Renamed `render()` method to `include()`
9699
* New: Moved Model meta getter methods to separate Postmeta and Termmeta objects.

wordpress-theme-framework.php

Lines changed: 1 addition & 1 deletion
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.1.1
7+
Version: 2.2.0
88
Author: JustCoded / Alex Prokopenko
99
Author URI: http://justcoded.com/
1010
License: GPL3

0 commit comments

Comments
 (0)