Plugin Directory

Changeset 1651045


Ignore:
Timestamp:
05/04/2017 01:36:17 PM (9 years ago)
Author:
layotte
Message:

Tagging 1.36.4

Location:
ithemes-exchange
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ithemes-exchange/tags/1.36.4/core-addons/admin/ithemes-security/init.php

    r1429310 r1651045  
    127127    }
    128128
     129    if ( is_wp_error( $success ) ) {
     130        return $success;
     131    } elseif ( $success === true ) {
     132        return $errors;
     133    }
     134
    129135    switch ( $success ) {
    130136
     
    177183    }
    178184
     185    if ( is_wp_error( $success ) ) {
     186        return $success;
     187    } elseif ( $success === true ) {
     188        return $errors;
     189    }
     190
    179191    switch ( $success ) {
    180192
  • ithemes-exchange/tags/1.36.4/history.txt

    r1626035 r1651045  
    131913191.36.3 - Timothy Jacobs
    13201320    Tweak: Account for plugins or themes flushing rewrite rules in a non-admin context.
     13211.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  
    22/*
    33 * Plugin Name: iThemes Exchange
    4  * Version: 1.36.3
     4 * Version: 1.36.4
    55 * Text Domain: it-l10n-ithemes-exchange
    66 * Description: Easily sell your digital goods with iThemes Exchange, simple ecommerce for WordPress
     
    2525class IT_Exchange {
    2626
    27     var $_version         = '1.36.3';
     27    var $_version         = '1.36.4';
    2828    var $_wp_minimum      = '3.5';
    2929    var $_slug            = 'ithemes-exchange';
  • ithemes-exchange/tags/1.36.4/lang/ithemes-exchange.pot

    r1626035 r1651045  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Exchange 1.36.3\n"
     5"Project-Id-Version: iThemes Exchange 1.36.4\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2017-03-30 17:02:48+00:00\n"
     7"POT-Creation-Date: 2017-05-03 21:07:02+00:00\n"
    88"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    28842884msgstr ""
    28852885
    2886 #. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.36.3)  #-#-#-#-#
     2886#. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.36.4)  #-#-#-#-#
    28872887#. Plugin Name of the plugin/theme
    28882888#: core-addons/admin/basic-reporting/init.php:21
     
    30053005msgstr ""
    30063006
    3007 #: core-addons/admin/ithemes-security/init.php:133
     3007#: core-addons/admin/ithemes-security/init.php:139
    30083008msgid "You must verify you are indeed a human to register on this site"
    30093009msgstr ""
    30103010
    3011 #: core-addons/admin/ithemes-security/init.php:138
    3012 #: core-addons/admin/ithemes-security/init.php:188
     3011#: core-addons/admin/ithemes-security/init.php:144
     3012#: core-addons/admin/ithemes-security/init.php:200
    30133013msgid ""
    30143014"The captcha response you submitted does not appear to be valid. Please try "
     
    30163016msgstr ""
    30173017
    3018 #: core-addons/admin/ithemes-security/init.php:143
    3019 #: core-addons/admin/ithemes-security/init.php:193
     3018#: core-addons/admin/ithemes-security/init.php:149
     3019#: core-addons/admin/ithemes-security/init.php:205
    30203020msgid "We cannot verify that you are indeed human. Please try again."
    30213021msgstr ""
    30223022
    3023 #: core-addons/admin/ithemes-security/init.php:183
     3023#: core-addons/admin/ithemes-security/init.php:195
    30243024msgid "You must verify you are indeed a human to login to this site"
    30253025msgstr ""
  • ithemes-exchange/tags/1.36.4/readme.txt

    r1626035 r1651045  
    44Requires at least: 3.7
    55Tested up to: 4.7
    6 Stable tag: 1.36.3
     6Stable tag: 1.36.4
    77License: GPLv2 or later
    88
     
    8888
    8989== Changelog ==
     90= 1.36.4 =
     91* Fix: Account for new return types in iThemes Security reCaptcha Module
    9092
    9193= 1.36.3 =
  • ithemes-exchange/trunk/core-addons/admin/ithemes-security/init.php

    r1429310 r1651045  
    127127    }
    128128
     129    if ( is_wp_error( $success ) ) {
     130        return $success;
     131    } elseif ( $success === true ) {
     132        return $errors;
     133    }
     134
    129135    switch ( $success ) {
    130136
     
    177183    }
    178184
     185    if ( is_wp_error( $success ) ) {
     186        return $success;
     187    } elseif ( $success === true ) {
     188        return $errors;
     189    }
     190
    179191    switch ( $success ) {
    180192
  • ithemes-exchange/trunk/history.txt

    r1626035 r1651045  
    131913191.36.3 - Timothy Jacobs
    13201320    Tweak: Account for plugins or themes flushing rewrite rules in a non-admin context.
     13211.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  
    22/*
    33 * Plugin Name: iThemes Exchange
    4  * Version: 1.36.3
     4 * Version: 1.36.4
    55 * Text Domain: it-l10n-ithemes-exchange
    66 * Description: Easily sell your digital goods with iThemes Exchange, simple ecommerce for WordPress
     
    2525class IT_Exchange {
    2626
    27     var $_version         = '1.36.3';
     27    var $_version         = '1.36.4';
    2828    var $_wp_minimum      = '3.5';
    2929    var $_slug            = 'ithemes-exchange';
  • ithemes-exchange/trunk/lang/ithemes-exchange.pot

    r1626035 r1651045  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Exchange 1.36.3\n"
     5"Project-Id-Version: iThemes Exchange 1.36.4\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2017-03-30 17:02:48+00:00\n"
     7"POT-Creation-Date: 2017-05-03 21:07:02+00:00\n"
    88"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    28842884msgstr ""
    28852885
    2886 #. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.36.3)  #-#-#-#-#
     2886#. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.36.4)  #-#-#-#-#
    28872887#. Plugin Name of the plugin/theme
    28882888#: core-addons/admin/basic-reporting/init.php:21
     
    30053005msgstr ""
    30063006
    3007 #: core-addons/admin/ithemes-security/init.php:133
     3007#: core-addons/admin/ithemes-security/init.php:139
    30083008msgid "You must verify you are indeed a human to register on this site"
    30093009msgstr ""
    30103010
    3011 #: core-addons/admin/ithemes-security/init.php:138
    3012 #: core-addons/admin/ithemes-security/init.php:188
     3011#: core-addons/admin/ithemes-security/init.php:144
     3012#: core-addons/admin/ithemes-security/init.php:200
    30133013msgid ""
    30143014"The captcha response you submitted does not appear to be valid. Please try "
     
    30163016msgstr ""
    30173017
    3018 #: core-addons/admin/ithemes-security/init.php:143
    3019 #: core-addons/admin/ithemes-security/init.php:193
     3018#: core-addons/admin/ithemes-security/init.php:149
     3019#: core-addons/admin/ithemes-security/init.php:205
    30203020msgid "We cannot verify that you are indeed human. Please try again."
    30213021msgstr ""
    30223022
    3023 #: core-addons/admin/ithemes-security/init.php:183
     3023#: core-addons/admin/ithemes-security/init.php:195
    30243024msgid "You must verify you are indeed a human to login to this site"
    30253025msgstr ""
  • ithemes-exchange/trunk/readme.txt

    r1626035 r1651045  
    44Requires at least: 3.7
    55Tested up to: 4.7
    6 Stable tag: 1.36.3
     6Stable tag: 1.36.4
    77License: GPLv2 or later
    88
     
    8888
    8989== Changelog ==
     90= 1.36.4 =
     91* Fix: Account for new return types in iThemes Security reCaptcha Module
    9092
    9193= 1.36.3 =
Note: See TracChangeset for help on using the changeset viewer.