Skip to content

Commit dad0bb6

Browse files
committed
Merge branch 'release/2.0.2'
2 parents f60d4fa + e65fdc0 commit dad0bb6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

footer/footer-default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<footer id="footer">
3131
<div class="container clearfix">
32-
<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>
32+
<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>
3333
<?php
3434
$colophon = cfct_get_option('cfcp_copyright', false);
3535
$sep = ($colophon ? ' &nbsp;&middot;&nbsp; ' : '');

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
/**
4141
* Theme version.
4242
*/
43-
define('CFCT_THEME_VERSION', '1.5');
43+
define('CFCT_THEME_VERSION', '2.0.2');
4444

4545
/**
4646
* Theme URL version.
4747
* Added to query var at the end of assets to force browser cache to reload after upgrade.
4848
*/
4949
if (!(defined('CFCT_URL_VERSION'))) {
50-
define('CFCT_URL_VERSION', '6');
50+
define('CFCT_URL_VERSION', '7');
5151
}
5252

5353
/**

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**
1+
/**
22
* Theme Name: Personal
33
* Theme URI: http://github.com/alexkingorg/wp-personal
44
* 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.
5-
* Version: 2.0.1
5+
* Version: 2.0.2
66
* Author: Alex King
77
* Author URI: http://alexking.org/
88
* License: GNU General Public License
@@ -23,7 +23,7 @@
2323
* **********************************************************************
2424
* This program is distributed in the hope that it will be useful, but
2525
* WITHOUT ANY WARRANTY; without even the implied warranty of
26-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2727
* **********************************************************************
2828
*
2929
* NOTE - This file is not used: it's only here because WordPress expects it to be in a theme.

0 commit comments

Comments
 (0)