Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkingorg committed Aug 22, 2015
2 parents f60d4fa + e65fdc0 commit dad0bb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion footer/footer-default.php
Expand Up @@ -29,7 +29,7 @@

<footer id="footer">
<div class="container clearfix">
<p class="credit"><?php _e('Powered by <a href="http://wordpress.org/">WordPress</a> &nbsp;&middot;&nbsp; <a href="http://github.com/alexkingorg/personal/">Get Personal</a>', 'favepersonal'); ?></p>
<p class="credit"><?php _e('Powered by <a href="http://wordpress.org/">WordPress</a> &nbsp;&middot;&nbsp; <a href="http://github.com/alexkingorg/wp-personal/">Get Personal</a>', 'favepersonal'); ?></p>
<?php
$colophon = cfct_get_option('cfcp_copyright', false);
$sep = ($colophon ? ' &nbsp;&middot;&nbsp; ' : '');
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Expand Up @@ -40,14 +40,14 @@
/**
* Theme version.
*/
define('CFCT_THEME_VERSION', '1.5');
define('CFCT_THEME_VERSION', '2.0.2');

/**
* 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', '6');
define('CFCT_URL_VERSION', '7');
}

/**
Expand Down
6 changes: 3 additions & 3 deletions style.css
@@ -1,8 +1,8 @@
/**
/**
* Theme Name: Personal
* Theme URI: http://github.com/alexkingorg/wp-personal
* Description: A personal, mobile-friendly, customizable theme for your personal site. Choose your colors from COLOURlovers, baked-in mobile and tablet device support, unique post format display styles and much more.
* Version: 2.0.1
* Version: 2.0.2
* Author: Alex King
* Author URI: http://alexking.org/
* License: GNU General Public License
Expand All @@ -23,7 +23,7 @@
* **********************************************************************
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* **********************************************************************
*
* NOTE - This file is not used: it's only here because WordPress expects it to be in a theme.
Expand Down

0 comments on commit dad0bb6

Please sign in to comment.