From 6a34937f63b5b3c996cc228208eeae194eba5dd3 Mon Sep 17 00:00:00 2001 From: Alex Prokopenko Date: Tue, 18 Sep 2018 12:42:10 +0300 Subject: [PATCH] Added info for v3 and new dependencies in composer --- composer.json | 3 ++- readme.txt | 5 ++++- wordpress-theme-framework.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 831f374..3235b69 100644 --- a/composer.json +++ b/composer.json @@ -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+" } \ No newline at end of file diff --git a/readme.txt b/readme.txt index 5216fa3..901d3ba 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 = diff --git a/wordpress-theme-framework.php b/wordpress-theme-framework.php index e4e0e97..e20bc85 100644 --- a/wordpress-theme-framework.php +++ b/wordpress-theme-framework.php @@ -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