Skip to content

Commit

Permalink
Added info for v3 and new dependencies in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed Sep 18, 2018
1 parent f9b2712 commit 6a34937
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": ">=7.0",
"johnpbloch/wordpress": ">=4.7",
"composer/installers": "~1.0"
"composer/installers": "~1.0",
"stoutlogic/acf-builder": "~1.8"
},
"license": "GPL-3.0+"
}
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Author URI: http://justcoded.com/
Requires at least: 4.7
Tested up to: 4.9.8
License: GPL3
Stable tag: trunk
Stable tag: 3.0

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

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

== Changelog ==

= Version 3.0 - 18 Sep 2018 =
* New: ACF code fields registration support
* New: https://github.com/StoutLogic/acf-builder package dependency and class wrappers
= Version 2.3.0 - 22 Aug 2018 =
* New: Page Builder updates and new builder fields for autocomplete of Posts and Terms.
= Version 2.2.0 - 27 June 2018 =
Expand Down
2 changes: 1 addition & 1 deletion wordpress-theme-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: WordPress Theme Framework
Description: Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.
Tags: mvc theme, theme boilerplate, oop theme, mini framework
Version: 2.3.1
Version: 3.0
Author: JustCoded / Alex Prokopenko
Author URI: http://justcoded.com/
License: GPL3
Expand Down

0 comments on commit 6a34937

Please sign in to comment.