From c46112b1a5bce836e3a37bbb6d521e49d67d392f Mon Sep 17 00:00:00 2001 From: Alex King Date: Sat, 21 Dec 2013 00:15:57 -0700 Subject: [PATCH 1/4] latest social --- plugins/social | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/social b/plugins/social index 0895192..df627ce 160000 --- a/plugins/social +++ b/plugins/social @@ -1 +1 @@ -Subproject commit 0895192627b5cbcc4e3b2ed9a77bfe5550ad1376 +Subproject commit df627ce5b5e33f56f1a19e959460dbfc7bc8a638 From adc49c8e9a26ab7cb61e88c8cb8c6a165caaa7a3 Mon Sep 17 00:00:00 2001 From: Alex King Date: Sat, 21 Dec 2013 14:11:54 -0700 Subject: [PATCH 2/4] latest submodules --- plugins/cf-colors | 2 +- plugins/cf-post-formats | 2 +- plugins/social | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cf-colors b/plugins/cf-colors index 7ad4b36..b694eb4 160000 --- a/plugins/cf-colors +++ b/plugins/cf-colors @@ -1 +1 @@ -Subproject commit 7ad4b36ee0253f9bf75113268936f637bd8cd1ed +Subproject commit b694eb4c32c253271001786baaff572a91138f2d diff --git a/plugins/cf-post-formats b/plugins/cf-post-formats index c08a6da..a3615ec 160000 --- a/plugins/cf-post-formats +++ b/plugins/cf-post-formats @@ -1 +1 @@ -Subproject commit c08a6dabb4cc4554ca9e591a76f5c920a84c5cf8 +Subproject commit a3615ec6c701508db3e74a76b8684d0a69318e67 diff --git a/plugins/social b/plugins/social index df627ce..23b4ab0 160000 --- a/plugins/social +++ b/plugins/social @@ -1 +1 @@ -Subproject commit df627ce5b5e33f56f1a19e959460dbfc7bc8a638 +Subproject commit 23b4ab0a27d92ad46820caf3027c578c3736a11a From 5d7d7f1ae7023cf3e1daef069057e3e1c076c7ba Mon Sep 17 00:00:00 2001 From: Alex King Date: Sat, 21 Dec 2013 16:13:03 -0700 Subject: [PATCH 3/4] additional admin UI updates --- CHANGELOG.txt | 8 +++++++- assets/css/admin.css | 1 - plugins/cf-post-formats | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ad074c6..2973df0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,14 @@ # FavePersonal +## Version 1.4.2 + +- (change) Update the included Social plugin to version 2.10 (fixes threaded comments) +- (change) Update the included Post Formats Admin UI plugin to version 1.3.1 (WP 3.8 admin UI) +- (change) Update the included CF Colors plugin to version 2.1 (WP 3.8 admin UI) +- (change) admin UI refresh for WordPress 3.8 compatibility + ## 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 diff --git a/assets/css/admin.css b/assets/css/admin.css index f5ddcdc..6613583 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -41,7 +41,6 @@ Used for common styles across all admin pages .cf-elm-block { clear: both; margin: 10px 0; - padding: 3px 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; diff --git a/plugins/cf-post-formats b/plugins/cf-post-formats index a3615ec..2ff0fb1 160000 --- a/plugins/cf-post-formats +++ b/plugins/cf-post-formats @@ -1 +1 @@ -Subproject commit a3615ec6c701508db3e74a76b8684d0a69318e67 +Subproject commit 2ff0fb194f711c4efa6d232c35cc3a19c8e597c0 From a3b34aef08b10139b78e909854fb52e2d9b2afed Mon Sep 17 00:00:00 2001 From: Alex King Date: Thu, 26 Dec 2013 13:34:53 -0700 Subject: [PATCH 4/4] update versions to 1.5 --- CHANGELOG.txt | 2 +- functions.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2973df0..a25ca82 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ # FavePersonal -## Version 1.4.2 +## Version 1.5 - (change) Update the included Social plugin to version 2.10 (fixes threaded comments) - (change) Update the included Post Formats Admin UI plugin to version 1.3.1 (WP 3.8 admin UI) diff --git a/functions.php b/functions.php index d7c39d9..05542e0 100644 --- a/functions.php +++ b/functions.php @@ -37,7 +37,7 @@ /** * Theme version. */ -define('CFCT_THEME_VERSION', '1.4.1'); +define('CFCT_THEME_VERSION', '1.5'); /** * Theme URL version. diff --git a/style.css b/style.css index 6058a6c..11e6d00 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ * Theme Name: FavePersonal * Theme URI: http://crowdfavorite.com/favepersonal/ * 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 + * Version: 1.5 * Author: Crowd Favorite * Author URI: http://crowdfavorite.com/ * License: GNU General Public License