Changeset 729157
- Timestamp:
- 06/21/2013 02:20:04 AM (13 years ago)
- Location:
- article-forge/trunk
- Files:
-
- 4 edited
-
ArticleForge/Constants.php (modified) (1 diff)
-
ArticleForge/Install.php (modified) (1 diff)
-
main.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
article-forge/trunk/ArticleForge/Constants.php
r729153 r729157 6 6 const PackageName = 'Article Forge'; 7 7 8 const Version = '1.1. 1';8 const Version = '1.1.2'; 9 9 10 10 const PackagePrefix = 'articleforge'; -
article-forge/trunk/ArticleForge/Install.php
r729145 r729157 39 39 // Validate PHP version, TODO: validate WP version 40 40 // TODO: Clean this up 41 if ( version_compare(PHP_VERSION, '5.3.0', ' >') ) {41 if ( version_compare(PHP_VERSION, '5.3.0', '<') ) { 42 42 deactivate_plugins( plugin_basename(dirname(dirname(__FILE__))) . '/main.php', true ); 43 43 wp_die("Article Forge requires at least PHP v5.3.0; you're version: " . PHP_VERSION . " " . -
article-forge/trunk/main.php
r729153 r729157 7 7 * Author: Anthony Wells 8 8 * Author URI: http://www.bytewisemcu.org/profile/awells 9 * Version: 1.1. 19 * Version: 1.1.2 10 10 * Text Domain: articleforge 11 11 * Domain Path: /languages/ -
article-forge/trunk/readme.txt
r729153 r729157 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 1.1.2 = 61 * Fix PHP version activation check 62 * Bump release to bring wp svn back into sync 63 60 64 = 1.1.1 = 61 65 * Modified code to support PHP 5.3.x
Note: See TracChangeset
for help on using the changeset viewer.