Skip to content

Commit 1001ce5

Browse files
committed
Versioning for 3.1 - Rest and Cron
1 parent 60a9907 commit 1001ce5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

readme.txt

Lines changed: 6 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.8
8+
Tested up to: 5.2.2
99
License: GPL3
1010
Stable tag: 3.0
1111

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

9393
== Changelog ==
9494

95+
= Version 3.1 - 22 Aug 2019 =
96+
* New: Theme class property to disable gutenberg for the whole site or specific post types.
97+
* New: Autoptimize post-content filter to add link rel nofollow to external links.
98+
* New: Base class for Cron jobs, which wraps WordPress Cron API and simplify its usage.
99+
* New: Base class for REST Controller, which wraps WordPress REST Controller and simplify its usage.
95100
= Version 3.0.2 - 21 Feb 2019 =
96101
* Bugfix: Faker generated images doesn't have thumbnails.
97102
= Version 3.0.1 - 14 Jan 2019 =

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

0 commit comments

Comments
 (0)