Changeset 2684556
- Timestamp:
- 02/24/2022 06:36:18 PM (4 years ago)
- Location:
- woorule
- Files:
-
- 10 edited
- 1 copied
-
tags/2.7.2 (copied) (copied from woorule/trunk)
-
tags/2.7.2/README.txt (modified) (2 diffs)
-
tags/2.7.2/inc/class-woorule-options.php (modified) (1 diff)
-
tags/2.7.2/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php (modified) (1 diff)
-
tags/2.7.2/languages/woorule.pot (modified) (2 diffs)
-
tags/2.7.2/woorule.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/class-woorule-options.php (modified) (1 diff)
-
trunk/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php (modified) (1 diff)
-
trunk/languages/woorule.pot (modified) (2 diffs)
-
trunk/woorule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorule/tags/2.7.2/README.txt
r2684385 r2684556 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.6+ 7 Stable tag: 2.7. 17 Stable tag: 2.7.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 108 108 109 109 For 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 110 113 111 114 = 2.7.1 = -
woorule/tags/2.7.2/inc/class-woorule-options.php
r2684385 r2684556 110 110 */ 111 111 protected function get( $option_name ) { 112 $this->options = get_option( self::OPTIONS_KEY, array() );112 //$this->options = get_option( self::OPTIONS_KEY, array() ); 113 113 114 114 if ( 'options' === $option_name ) { -
woorule/tags/2.7.2/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php
r2665748 r2684556 19 19 <td> 20 20 <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' ); ?> /> 22 22 <span class="description"> 23 23 <?php esc_html_e( 'Display a signup form on the Klarna checkout form', 'woorule' ); ?> -
woorule/tags/2.7.2/languages/woorule.pot
r2684385 r2684556 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 2.7. 1\n"5 "Project-Id-Version: WooRule 2.7.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 12 12 "POT-Creation-Date: 2022-02-02T11:13:33+03:00\n" 13 13 "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" 15 15 "X-Domain: woorule\n" 16 16 -
woorule/tags/2.7.2/woorule.php
r2684385 r2684556 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 2.7. 111 * Version: 2.7.2 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 19 19 */ 20 20 21 define( 'WOORULE_VERSION', '2.7. 1' );21 define( 'WOORULE_VERSION', '2.7.2' ); 22 22 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); -
woorule/trunk/README.txt
r2684385 r2684556 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.6+ 7 Stable tag: 2.7. 17 Stable tag: 2.7.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 108 108 109 109 For 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 110 113 111 114 = 2.7.1 = -
woorule/trunk/inc/class-woorule-options.php
r2684385 r2684556 110 110 */ 111 111 protected function get( $option_name ) { 112 $this->options = get_option( self::OPTIONS_KEY, array() );112 //$this->options = get_option( self::OPTIONS_KEY, array() ); 113 113 114 114 if ( 'options' === $option_name ) { -
woorule/trunk/inc/integrations/klarna-checkout-for-woocommerce/partials/admin-settings.php
r2665748 r2684556 19 19 <td> 20 20 <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' ); ?> /> 22 22 <span class="description"> 23 23 <?php esc_html_e( 'Display a signup form on the Klarna checkout form', 'woorule' ); ?> -
woorule/trunk/languages/woorule.pot
r2684385 r2684556 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 2.7. 1\n"5 "Project-Id-Version: WooRule 2.7.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 12 12 "POT-Creation-Date: 2022-02-02T11:13:33+03:00\n" 13 13 "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" 15 15 "X-Domain: woorule\n" 16 16 -
woorule/trunk/woorule.php
r2684385 r2684556 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 2.7. 111 * Version: 2.7.2 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 19 19 */ 20 20 21 define( 'WOORULE_VERSION', '2.7. 1' );21 define( 'WOORULE_VERSION', '2.7.2' ); 22 22 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.