From 358b373375524fa1ac035fbd692186bee945571e Mon Sep 17 00:00:00 2001 From: Alex King Date: Wed, 13 Nov 2013 16:40:59 -0700 Subject: [PATCH] bump versions --- CHANGELOG.txt | 6 +++++- functions.php | 4 ++-- style.css | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f6b8ad7..ad074c6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,12 @@ # FavePersonal -## Version 1.4 +## Version 1.4.1 - (announce) First release on WordPress.org +- (change) Update the included Post Formats Admin UI plugin to version 1.2 + +## Version 1.4 + - (feature) Add ability to insert shortcodes in Bio Widget - (feature) Include Carrington Core v3.7 - (change) Gallery navigation arrows now match bio widget arrows. diff --git a/functions.php b/functions.php index a66edfd..d7c39d9 100644 --- a/functions.php +++ b/functions.php @@ -37,14 +37,14 @@ /** * Theme version. */ -define('CFCT_THEME_VERSION', '1.4'); +define('CFCT_THEME_VERSION', '1.4.1'); /** * Theme URL version. * Added to query var at the end of assets to force browser cache to reload after upgrade. */ if (!(defined('CFCT_URL_VERSION'))) { - define('CFCT_URL_VERSION', '5'); + define('CFCT_URL_VERSION', '6'); } /** diff --git a/style.css b/style.css index bf7f6fd..6058a6c 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ /** * Theme Name: FavePersonal * Theme URI: http://crowdfavorite.com/favepersonal/ - * Description: A personal and customizable theme perfect for your personal site. Customizable colors with Adobe Kuler, social network integrations, baked-in mobile and tablet device support, unique post format display styles and much more. - * Version: 1.4 + * Description: A personal and customizable theme perfect for your personal site. Customizable colors from COLOURlovers, social network integrations, baked-in mobile and tablet device support, unique post format display styles and much more. + * Version: 1.4.1 * Author: Crowd Favorite * Author URI: http://crowdfavorite.com/ * License: GNU General Public License