Plugin Directory

Changeset 1489137


Ignore:
Timestamp:
09/02/2016 09:28:52 PM (10 years ago)
Author:
layotte
Message:

Tagging 1.35.10.1

Location:
ithemes-exchange
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ithemes-exchange/tags/1.35.10.1/history.txt

    r1487562 r1489137  
    13021302    Fix: Issue with the Super Widget not rendering correctly
    13031303    Tweak: Add support for sale price to make a product free
     13041.35.10.1 - Elise Alley, Timothy Jacobs
     1305    Fix: Issue with the Super Widget not rendering when 'the_content' is applied before the main content area.
  • ithemes-exchange/tags/1.35.10.1/init.php

    r1487562 r1489137  
    22/*
    33 * Plugin Name: iThemes Exchange
    4  * Version: 1.35.10
     4 * Version: 1.35.10.1
    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.35.10';
     27    var $_version         = '1.35.10.1';
    2828    var $_wp_minimum      = '3.5';
    2929    var $_slug            = 'ithemes-exchange';
  • ithemes-exchange/tags/1.35.10.1/lang/ithemes-exchange.pot

    r1487562 r1489137  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Exchange 1.35.10\n"
     5"Project-Id-Version: iThemes Exchange 1.35.10.1\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2016-08-31 15:10:37+00:00\n"
     7"POT-Creation-Date: 2016-09-02 19:48:04+00:00\n"
    88"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    28842884msgstr ""
    28852885
    2886 #. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.35.10)  #-#-#-#-#
     2886#. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.35.10.1)  #-#-#-#-#
    28872887#. Plugin Name of the plugin/theme
    28882888#: core-addons/admin/basic-reporting/init.php:21
     
    72727272msgstr ""
    72737273
    7274 #: lib/super-widget/class.super-widget.php:272
     7274#: lib/super-widget/class.super-widget.php:274
    72757275msgid "There are no options for this widget."
    72767276msgstr ""
  • ithemes-exchange/tags/1.35.10.1/lib/super-widget/class.super-widget.php

    r1487562 r1489137  
    239239        }
    240240
    241         $this->rendered = true;
     241        if ( $this->in_sidebar || did_action( 'loop_start' ) ) {
     242            $this->rendered = true;
     243        }
    242244    }
    243245
  • ithemes-exchange/tags/1.35.10.1/readme.txt

    r1487562 r1489137  
    44Requires at least: 3.7
    55Tested up to: 4.6
    6 Stable tag: 1.35.10
     6Stable tag: 1.35.10.1
    77License: GPLv2 or later
    88
     
    8888
    8989== Changelog ==
     90
     91= 1.35.10.1 =
     92* Fix: Issue with the Super Widget not rendering when 'the_content' is applied before the main content area.
    9093
    9194= 1.35.10 =
  • ithemes-exchange/trunk/history.txt

    r1487562 r1489137  
    13021302    Fix: Issue with the Super Widget not rendering correctly
    13031303    Tweak: Add support for sale price to make a product free
     13041.35.10.1 - Elise Alley, Timothy Jacobs
     1305    Fix: Issue with the Super Widget not rendering when 'the_content' is applied before the main content area.
  • ithemes-exchange/trunk/init.php

    r1487562 r1489137  
    22/*
    33 * Plugin Name: iThemes Exchange
    4  * Version: 1.35.10
     4 * Version: 1.35.10.1
    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.35.10';
     27    var $_version         = '1.35.10.1';
    2828    var $_wp_minimum      = '3.5';
    2929    var $_slug            = 'ithemes-exchange';
  • ithemes-exchange/trunk/lang/ithemes-exchange.pot

    r1487562 r1489137  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: iThemes Exchange 1.35.10\n"
     5"Project-Id-Version: iThemes Exchange 1.35.10.1\n"
    66"Report-Msgid-Bugs-To: http://ithemes.com/support/\n"
    7 "POT-Creation-Date: 2016-08-31 15:10:37+00:00\n"
     7"POT-Creation-Date: 2016-09-02 19:48:04+00:00\n"
    88"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
    99"MIME-Version: 1.0\n"
     
    28842884msgstr ""
    28852885
    2886 #. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.35.10)  #-#-#-#-#
     2886#. #-#-#-#-#  ithemes-exchange.pot (iThemes Exchange 1.35.10.1)  #-#-#-#-#
    28872887#. Plugin Name of the plugin/theme
    28882888#: core-addons/admin/basic-reporting/init.php:21
     
    72727272msgstr ""
    72737273
    7274 #: lib/super-widget/class.super-widget.php:272
     7274#: lib/super-widget/class.super-widget.php:274
    72757275msgid "There are no options for this widget."
    72767276msgstr ""
  • ithemes-exchange/trunk/lib/super-widget/class.super-widget.php

    r1487562 r1489137  
    239239        }
    240240
    241         $this->rendered = true;
     241        if ( $this->in_sidebar || did_action( 'loop_start' ) ) {
     242            $this->rendered = true;
     243        }
    242244    }
    243245
  • ithemes-exchange/trunk/readme.txt

    r1487562 r1489137  
    44Requires at least: 3.7
    55Tested up to: 4.6
    6 Stable tag: 1.35.10
     6Stable tag: 1.35.10.1
    77License: GPLv2 or later
    88
     
    8888
    8989== Changelog ==
     90
     91= 1.35.10.1 =
     92* Fix: Issue with the Super Widget not rendering when 'the_content' is applied before the main content area.
    9093
    9194= 1.35.10 =
Note: See TracChangeset for help on using the changeset viewer.