diff --git a/CHANGELOG.txt b/CHANGELOG.txt index db85e92..6417946 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ # Carrington Core Changelog -## Dev +## 3.7 - Add support for "sticky" posts (sticky.php, single-sticky.php, feed-sticky.php) in the post context - Set default context to archive instead of home diff --git a/admin.php b/admin.php index aa69fc9..ef6060f 100644 --- a/admin.php +++ b/admin.php @@ -28,7 +28,7 @@ function cfct_option_css() { * **/ function cfct_admin_menu() { - add_theme_page( + add_theme_page( apply_filters('cfct_admin_settings_title', __('Carrington Theme Settings', 'carrington')), apply_filters('cfct_admin_settings_menu', __('Theme Settings', 'carrington')), 'edit_theme_options', diff --git a/carrington.php b/carrington.php index 2f71bd0..9cca876 100644 --- a/carrington.php +++ b/carrington.php @@ -20,7 +20,7 @@ // ini_set('display_errors', '1'); // ini_set('error_reporting', E_ALL); -define('CFCT_CORE_VERSION', '3.4'); +define('CFCT_CORE_VERSION', '3.7'); // Path to Carrington Core parent directory (usually the theme). if (!defined('CFCT_PATH')) {