Skip to content

Commit 4b373ed

Browse files
committed
Updated readme for v2.1
1 parent 1857dae commit 4b373ed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

readme.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ To upgrade remove the old plugin folder. After than follow the installation step
9191

9292
== Changelog ==
9393

94-
= Version 2.1 - 13 December 2017 =
95-
* New: Changed layout rendering method from View::layout_open() to $this->extends( 'layouts/main' );
96-
In the head of your template you should use /* @var \JustCoded\WP\Framework\Web\View $this */
94+
= Version 2.1.0 - 15 December 2017 =
95+
* New: Updated View component and layouts wrapping rendering. Replaced layout_open()/layout_close() methods with extends() method.
9796
= Version 2.0.1 - 27 November 2017 =
9897
* New: Removed theme hooks to patch WordPress-generated .htaccess (moved to starter package)
9998
= Version 2.0 - 21 November 2017 =

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.0.1
7+
Version: 2.1.0
88
Author: JustCoded / Alex Prokopenko
99
Author URI: http://justcoded.com/
1010
License: GPL3

0 commit comments

Comments
 (0)