Changeset 1651045
- Timestamp:
- 05/04/2017 01:36:17 PM (9 years ago)
- Location:
- ithemes-exchange
- Files:
-
- 10 edited
- 1 copied
-
tags/1.36.4 (copied) (copied from ithemes-exchange/trunk)
-
tags/1.36.4/core-addons/admin/ithemes-security/init.php (modified) (2 diffs)
-
tags/1.36.4/history.txt (modified) (1 diff)
-
tags/1.36.4/init.php (modified) (2 diffs)
-
tags/1.36.4/lang/ithemes-exchange.pot (modified) (4 diffs)
-
tags/1.36.4/readme.txt (modified) (2 diffs)
-
trunk/core-addons/admin/ithemes-security/init.php (modified) (2 diffs)
-
trunk/history.txt (modified) (1 diff)
-
trunk/init.php (modified) (2 diffs)
-
trunk/lang/ithemes-exchange.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-exchange/tags/1.36.4/core-addons/admin/ithemes-security/init.php
r1429310 r1651045 127 127 } 128 128 129 if ( is_wp_error( $success ) ) { 130 return $success; 131 } elseif ( $success === true ) { 132 return $errors; 133 } 134 129 135 switch ( $success ) { 130 136 … … 177 183 } 178 184 185 if ( is_wp_error( $success ) ) { 186 return $success; 187 } elseif ( $success === true ) { 188 return $errors; 189 } 190 179 191 switch ( $success ) { 180 192 -
ithemes-exchange/tags/1.36.4/history.txt
r1626035 r1651045 1319 1319 1.36.3 - Timothy Jacobs 1320 1320 Tweak: Account for plugins or themes flushing rewrite rules in a non-admin context. 1321 1.36.4 - Timothy Jacobs, Chris Jean 1322 Fix: Account for new return types in iThemes Security reCaptcha Module -
ithemes-exchange/tags/1.36.4/init.php
r1626035 r1651045 2 2 /* 3 3 * Plugin Name: iThemes Exchange 4 * Version: 1.36. 34 * Version: 1.36.4 5 5 * Text Domain: it-l10n-ithemes-exchange 6 6 * Description: Easily sell your digital goods with iThemes Exchange, simple ecommerce for WordPress … … 25 25 class IT_Exchange { 26 26 27 var $_version = '1.36. 3';27 var $_version = '1.36.4'; 28 28 var $_wp_minimum = '3.5'; 29 29 var $_slug = 'ithemes-exchange'; -
ithemes-exchange/tags/1.36.4/lang/ithemes-exchange.pot
r1626035 r1651045 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Exchange 1.36. 3\n"5 "Project-Id-Version: iThemes Exchange 1.36.4\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2017-0 3-30 17:02:48+00:00\n"7 "POT-Creation-Date: 2017-05-03 21:07:02+00:00\n" 8 8 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 2884 2884 msgstr "" 2885 2885 2886 #. #-#-#-#-# ithemes-exchange.pot (iThemes Exchange 1.36. 3) #-#-#-#-#2886 #. #-#-#-#-# ithemes-exchange.pot (iThemes Exchange 1.36.4) #-#-#-#-# 2887 2887 #. Plugin Name of the plugin/theme 2888 2888 #: core-addons/admin/basic-reporting/init.php:21 … … 3005 3005 msgstr "" 3006 3006 3007 #: core-addons/admin/ithemes-security/init.php:13 33007 #: core-addons/admin/ithemes-security/init.php:139 3008 3008 msgid "You must verify you are indeed a human to register on this site" 3009 3009 msgstr "" 3010 3010 3011 #: core-addons/admin/ithemes-security/init.php:1 383012 #: core-addons/admin/ithemes-security/init.php: 1883011 #: core-addons/admin/ithemes-security/init.php:144 3012 #: core-addons/admin/ithemes-security/init.php:200 3013 3013 msgid "" 3014 3014 "The captcha response you submitted does not appear to be valid. Please try " … … 3016 3016 msgstr "" 3017 3017 3018 #: core-addons/admin/ithemes-security/init.php:14 33019 #: core-addons/admin/ithemes-security/init.php: 1933018 #: core-addons/admin/ithemes-security/init.php:149 3019 #: core-addons/admin/ithemes-security/init.php:205 3020 3020 msgid "We cannot verify that you are indeed human. Please try again." 3021 3021 msgstr "" 3022 3022 3023 #: core-addons/admin/ithemes-security/init.php:1 833023 #: core-addons/admin/ithemes-security/init.php:195 3024 3024 msgid "You must verify you are indeed a human to login to this site" 3025 3025 msgstr "" -
ithemes-exchange/tags/1.36.4/readme.txt
r1626035 r1651045 4 4 Requires at least: 3.7 5 5 Tested up to: 4.7 6 Stable tag: 1.36. 36 Stable tag: 1.36.4 7 7 License: GPLv2 or later 8 8 … … 88 88 89 89 == Changelog == 90 = 1.36.4 = 91 * Fix: Account for new return types in iThemes Security reCaptcha Module 90 92 91 93 = 1.36.3 = -
ithemes-exchange/trunk/core-addons/admin/ithemes-security/init.php
r1429310 r1651045 127 127 } 128 128 129 if ( is_wp_error( $success ) ) { 130 return $success; 131 } elseif ( $success === true ) { 132 return $errors; 133 } 134 129 135 switch ( $success ) { 130 136 … … 177 183 } 178 184 185 if ( is_wp_error( $success ) ) { 186 return $success; 187 } elseif ( $success === true ) { 188 return $errors; 189 } 190 179 191 switch ( $success ) { 180 192 -
ithemes-exchange/trunk/history.txt
r1626035 r1651045 1319 1319 1.36.3 - Timothy Jacobs 1320 1320 Tweak: Account for plugins or themes flushing rewrite rules in a non-admin context. 1321 1.36.4 - Timothy Jacobs, Chris Jean 1322 Fix: Account for new return types in iThemes Security reCaptcha Module -
ithemes-exchange/trunk/init.php
r1626035 r1651045 2 2 /* 3 3 * Plugin Name: iThemes Exchange 4 * Version: 1.36. 34 * Version: 1.36.4 5 5 * Text Domain: it-l10n-ithemes-exchange 6 6 * Description: Easily sell your digital goods with iThemes Exchange, simple ecommerce for WordPress … … 25 25 class IT_Exchange { 26 26 27 var $_version = '1.36. 3';27 var $_version = '1.36.4'; 28 28 var $_wp_minimum = '3.5'; 29 29 var $_slug = 'ithemes-exchange'; -
ithemes-exchange/trunk/lang/ithemes-exchange.pot
r1626035 r1651045 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: iThemes Exchange 1.36. 3\n"5 "Project-Id-Version: iThemes Exchange 1.36.4\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2017-0 3-30 17:02:48+00:00\n"7 "POT-Creation-Date: 2017-05-03 21:07:02+00:00\n" 8 8 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 2884 2884 msgstr "" 2885 2885 2886 #. #-#-#-#-# ithemes-exchange.pot (iThemes Exchange 1.36. 3) #-#-#-#-#2886 #. #-#-#-#-# ithemes-exchange.pot (iThemes Exchange 1.36.4) #-#-#-#-# 2887 2887 #. Plugin Name of the plugin/theme 2888 2888 #: core-addons/admin/basic-reporting/init.php:21 … … 3005 3005 msgstr "" 3006 3006 3007 #: core-addons/admin/ithemes-security/init.php:13 33007 #: core-addons/admin/ithemes-security/init.php:139 3008 3008 msgid "You must verify you are indeed a human to register on this site" 3009 3009 msgstr "" 3010 3010 3011 #: core-addons/admin/ithemes-security/init.php:1 383012 #: core-addons/admin/ithemes-security/init.php: 1883011 #: core-addons/admin/ithemes-security/init.php:144 3012 #: core-addons/admin/ithemes-security/init.php:200 3013 3013 msgid "" 3014 3014 "The captcha response you submitted does not appear to be valid. Please try " … … 3016 3016 msgstr "" 3017 3017 3018 #: core-addons/admin/ithemes-security/init.php:14 33019 #: core-addons/admin/ithemes-security/init.php: 1933018 #: core-addons/admin/ithemes-security/init.php:149 3019 #: core-addons/admin/ithemes-security/init.php:205 3020 3020 msgid "We cannot verify that you are indeed human. Please try again." 3021 3021 msgstr "" 3022 3022 3023 #: core-addons/admin/ithemes-security/init.php:1 833023 #: core-addons/admin/ithemes-security/init.php:195 3024 3024 msgid "You must verify you are indeed a human to login to this site" 3025 3025 msgstr "" -
ithemes-exchange/trunk/readme.txt
r1626035 r1651045 4 4 Requires at least: 3.7 5 5 Tested up to: 4.7 6 Stable tag: 1.36. 36 Stable tag: 1.36.4 7 7 License: GPLv2 or later 8 8 … … 88 88 89 89 == Changelog == 90 = 1.36.4 = 91 * Fix: Account for new return types in iThemes Security reCaptcha Module 90 92 91 93 = 1.36.3 =
Note: See TracChangeset
for help on using the changeset viewer.