Skip to content

Commit 6a34937

Browse files
committed
Added info for v3 and new dependencies in composer
1 parent f9b2712 commit 6a34937

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": ">=7.0",
2020
"johnpbloch/wordpress": ">=4.7",
21-
"composer/installers": "~1.0"
21+
"composer/installers": "~1.0",
22+
"stoutlogic/acf-builder": "~1.8"
2223
},
2324
"license": "GPL-3.0+"
2425
}

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Author URI: http://justcoded.com/
77
Requires at least: 4.7
88
Tested up to: 4.9.8
99
License: GPL3
10-
Stable tag: trunk
10+
Stable tag: 3.0
1111

1212
Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.
1313

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

9393
== Changelog ==
9494

95+
= Version 3.0 - 18 Sep 2018 =
96+
* New: ACF code fields registration support
97+
* New: https://github.com/StoutLogic/acf-builder package dependency and class wrappers
9598
= Version 2.3.0 - 22 Aug 2018 =
9699
* New: Page Builder updates and new builder fields for autocomplete of Posts and Terms.
97100
= Version 2.2.0 - 27 June 2018 =

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

0 commit comments

Comments
 (0)