Plugin Directory

Changeset 2684556


Ignore:
Timestamp:
02/24/2022 06:36:18 PM (4 years ago)
Author:
rulecom
Message:

Update to version 2.7.2 from GitHub

Location:
woorule
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woorule/tags/2.7.2/README.txt

    r2684385 r2684556  
    55Tested up to: 5.9
    66Requires PHP: 5.6+
    7 Stable tag: 2.7.1
     7Stable tag: 2.7.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    108108
    109109For more information, check out our [releases](https://github.com/rulecom/woorule/releases).
     110
     111= 2.7.2 =
     112* Temporary rollback for bug affecting Klarna Checkout
    110113
    111114= 2.7.1 =
  • woorule/tags/2.7.2/inc/class-woorule-options.php

    r2684385 r2684556  
    110110     */
    111111    protected function get( $option_name ) {
    112         $this->options = get_option( self::OPTIONS_KEY, array() );
     112        //$this->options = get_option( self::OPTIONS_KEY, array() );
    113113
    114114        if ( 'options' === $option_name ) {
  • woorule/tags/2.7.2/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php

    r2665748 r2684556  
    1919    <td>
    2020        <input type="checkbox" name="woorule_klarna_checkout_show"
    21                id="woorule_klarna_checkout_show" <?php checked( $args['show'], 'on' ); ?> />
     21        id="woorule_klarna_checkout_show" <?php checked( $args['show'], 'on' ); ?> />
    2222        <span class="description">
    2323            <?php esc_html_e( 'Display a signup form on the Klarna checkout form', 'woorule' ); ?>
  • woorule/tags/2.7.2/languages/woorule.pot

    r2684385 r2684556  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 2.7.1\n"
     5"Project-Id-Version: WooRule 2.7.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1212"POT-Creation-Date: 2022-02-02T11:13:33+03:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.7.1\n"
     14"X-Generator: WP-CLI 2.7.2\n"
    1515"X-Domain: woorule\n"
    1616
  • woorule/tags/2.7.2/woorule.php

    r2684385 r2684556  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         2.7.1
     11 * Version:         2.7.2
    1212 * Author:          Rule
    1313 * Author URI:      http://rule.se
     
    1919 */
    2020
    21 define( 'WOORULE_VERSION', '2.7.1' );
     21define( 'WOORULE_VERSION', '2.7.2' );
    2222define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
  • woorule/trunk/README.txt

    r2684385 r2684556  
    55Tested up to: 5.9
    66Requires PHP: 5.6+
    7 Stable tag: 2.7.1
     7Stable tag: 2.7.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    108108
    109109For more information, check out our [releases](https://github.com/rulecom/woorule/releases).
     110
     111= 2.7.2 =
     112* Temporary rollback for bug affecting Klarna Checkout
    110113
    111114= 2.7.1 =
  • woorule/trunk/inc/class-woorule-options.php

    r2684385 r2684556  
    110110     */
    111111    protected function get( $option_name ) {
    112         $this->options = get_option( self::OPTIONS_KEY, array() );
     112        //$this->options = get_option( self::OPTIONS_KEY, array() );
    113113
    114114        if ( 'options' === $option_name ) {
  • woorule/trunk/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php

    r2665748 r2684556  
    1919    <td>
    2020        <input type="checkbox" name="woorule_klarna_checkout_show"
    21                id="woorule_klarna_checkout_show" <?php checked( $args['show'], 'on' ); ?> />
     21        id="woorule_klarna_checkout_show" <?php checked( $args['show'], 'on' ); ?> />
    2222        <span class="description">
    2323            <?php esc_html_e( 'Display a signup form on the Klarna checkout form', 'woorule' ); ?>
  • woorule/trunk/languages/woorule.pot

    r2684385 r2684556  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 2.7.1\n"
     5"Project-Id-Version: WooRule 2.7.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1212"POT-Creation-Date: 2022-02-02T11:13:33+03:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.7.1\n"
     14"X-Generator: WP-CLI 2.7.2\n"
    1515"X-Domain: woorule\n"
    1616
  • woorule/trunk/woorule.php

    r2684385 r2684556  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         2.7.1
     11 * Version:         2.7.2
    1212 * Author:          Rule
    1313 * Author URI:      http://rule.se
     
    1919 */
    2020
    21 define( 'WOORULE_VERSION', '2.7.1' );
     21define( 'WOORULE_VERSION', '2.7.2' );
    2222define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.