Skip to content

Commit

Permalink
Merge branch 'release/3.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ejdanderson committed Feb 14, 2012
2 parents d5a408a + 5c55379 commit 7ba9a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Remove archive/category posts per page default override (can be re-enabled by theme).

## 3.3.1

- Update header code option name to match that used in wp_head filter

## 3.3

- Implemented support for feed-{post context} templates in content/ and excerpt/ dirs
Expand Down
2 changes: 1 addition & 1 deletion carrington.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// ini_set('display_errors', '1');
// ini_set('error_reporting', E_ALL);

define('CFCT_CORE_VERSION', '3.3');
define('CFCT_CORE_VERSION', '3.3.1');

// Path to Carrington Core parent directory (usually the theme).
if (!defined('CFCT_PATH')) {
Expand Down

0 comments on commit 7ba9a41

Please sign in to comment.