Changeset 2243350
- Timestamp:
- 02/12/2020 06:07:25 PM (6 years ago)
- Location:
- ithemes-sync
- Files:
-
- 10 edited
- 1 copied
-
tags/2.1.2 (copied) (copied from ithemes-sync/trunk)
-
tags/2.1.2/history.txt (modified) (1 diff)
-
tags/2.1.2/init.php (modified) (2 diffs)
-
tags/2.1.2/lang/ithemes-sync.pot (modified) (2 diffs)
-
tags/2.1.2/readme.txt (modified) (2 diffs)
-
tags/2.1.2/upgrader-skin.php (modified) (2 diffs)
-
trunk/history.txt (modified) (1 diff)
-
trunk/init.php (modified) (2 diffs)
-
trunk/lang/ithemes-sync.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/upgrader-skin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-sync/tags/2.1.2/history.txt
r2225554 r2243350 223 223 2.1.1 - 2020-01-10 - Josh Oakes 224 224 Bug Fix: Remove use of function that was deprecated in PHP 7.4 225 2.1.2 - 2020-02-10 - Josh Oakes 226 Bug Fix: Fix PHP warning when updating plugins & themes on WP 5.3+ -
ithemes-sync/tags/2.1.2/init.php
r2225554 r2243350 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.1. 17 Version: 2.1.2 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ … … 25 25 26 26 return; 27 } 28 29 // Show warning PHP versions < 5.6 30 if ( PHP_VERSION_ID < 50600 ) { 31 add_action( 'admin_notices', function () { 32 echo '<div class="notice notice-error"><p>'; 33 echo __( 'iThemes Sync requires PHP 5.6 or greater. Please update you PHP version to ensure all features work properly.', 'it-l10n-ithemes-sync' ); 34 echo '</p></div>'; 35 }, 0 ); 27 36 } 28 37 -
ithemes-sync/tags/2.1.2/lang/ithemes-sync.pot
r2225554 r2243350 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.1. 1\n"5 "Project-Id-Version: iThemes Sync 2.1.2\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2020-0 1-10 17:16:27+00:00\n"7 "POT-Creation-Date: 2020-02-12 18:00:57+00:00\n" 8 8 "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 67 67 msgstr "" 68 68 69 #: init.php:33 70 msgid "iThemes Sync requires PHP 5.6 or greater. Please update you PHP version to ensure all features work properly." 71 msgstr "" 72 69 73 #: lib/updater/admin.php:177 70 74 msgid "To receive automatic updates for %l, use the <a href=\"%s\">iThemes Licensing</a> page found in the Settings menu." -
ithemes-sync/tags/2.1.2/readme.txt
r2225554 r2243350 3 3 Tags: manage multiple Sites, backup, security, migrate, SEO, manage updates, administration, update manager, reports, sync, google analytics, optimize, uptime, ithemes, customize dashboard, client sites, maintenance, management, google webmaster tools, reporting 4 4 Requires at least: 4.5 5 Tested up to: 5.3 6 Stable tag: 2.1.1 5 Requires PHP: 5.6 6 Tested up to: 5.4 7 Stable tag: 2.1.2 7 8 License: GPLv3 or later 8 9 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 87 88 == Changelog == 88 89 90 = 2.1.2 = 91 * Bug Fix: Fix PHP warning when updating plugins & themes on WP 5.3+ 92 89 93 = 2.1.1 = 90 94 * Bug Fix: Remove use of function that was deprecated in PHP 7.4 -
ithemes-sync/tags/2.1.2/upgrader-skin.php
r1669854 r2243350 9 9 1.0.0 - 2013-11-05 - Chris Jean 10 10 Initial version 11 2.1.2 - 2020-02-10 - Josh Oakes 12 Add support for second argument in feedback method 11 13 */ 12 14 … … 20 22 function after( $title = '' ) {} 21 23 function error( $errors ) {} 22 function feedback( $string ) {}24 function feedback( $string, ...$args ) {} 23 25 } -
ithemes-sync/trunk/history.txt
r2225554 r2243350 223 223 2.1.1 - 2020-01-10 - Josh Oakes 224 224 Bug Fix: Remove use of function that was deprecated in PHP 7.4 225 2.1.2 - 2020-02-10 - Josh Oakes 226 Bug Fix: Fix PHP warning when updating plugins & themes on WP 5.3+ -
ithemes-sync/trunk/init.php
r2225554 r2243350 5 5 Description: Manage updates to your WordPress sites easily in one place. 6 6 Author: iThemes 7 Version: 2.1. 17 Version: 2.1.2 8 8 Author URI: http://ithemes.com/ 9 9 Domain Path: /lang/ … … 25 25 26 26 return; 27 } 28 29 // Show warning PHP versions < 5.6 30 if ( PHP_VERSION_ID < 50600 ) { 31 add_action( 'admin_notices', function () { 32 echo '<div class="notice notice-error"><p>'; 33 echo __( 'iThemes Sync requires PHP 5.6 or greater. Please update you PHP version to ensure all features work properly.', 'it-l10n-ithemes-sync' ); 34 echo '</p></div>'; 35 }, 0 ); 27 36 } 28 37 -
ithemes-sync/trunk/lang/ithemes-sync.pot
r2225554 r2243350 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Sync 2.1. 1\n"5 "Project-Id-Version: iThemes Sync 2.1.2\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2020-0 1-10 17:16:27+00:00\n"7 "POT-Creation-Date: 2020-02-12 18:00:57+00:00\n" 8 8 "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 67 67 msgstr "" 68 68 69 #: init.php:33 70 msgid "iThemes Sync requires PHP 5.6 or greater. Please update you PHP version to ensure all features work properly." 71 msgstr "" 72 69 73 #: lib/updater/admin.php:177 70 74 msgid "To receive automatic updates for %l, use the <a href=\"%s\">iThemes Licensing</a> page found in the Settings menu." -
ithemes-sync/trunk/readme.txt
r2225554 r2243350 3 3 Tags: manage multiple Sites, backup, security, migrate, SEO, manage updates, administration, update manager, reports, sync, google analytics, optimize, uptime, ithemes, customize dashboard, client sites, maintenance, management, google webmaster tools, reporting 4 4 Requires at least: 4.5 5 Tested up to: 5.3 6 Stable tag: 2.1.1 5 Requires PHP: 5.6 6 Tested up to: 5.4 7 Stable tag: 2.1.2 7 8 License: GPLv3 or later 8 9 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 87 88 == Changelog == 88 89 90 = 2.1.2 = 91 * Bug Fix: Fix PHP warning when updating plugins & themes on WP 5.3+ 92 89 93 = 2.1.1 = 90 94 * Bug Fix: Remove use of function that was deprecated in PHP 7.4 -
ithemes-sync/trunk/upgrader-skin.php
r1669854 r2243350 9 9 1.0.0 - 2013-11-05 - Chris Jean 10 10 Initial version 11 2.1.2 - 2020-02-10 - Josh Oakes 12 Add support for second argument in feedback method 11 13 */ 12 14 … … 20 22 function after( $title = '' ) {} 21 23 function error( $errors ) {} 22 function feedback( $string ) {}24 function feedback( $string, ...$args ) {} 23 25 }
Note: See TracChangeset
for help on using the changeset viewer.