Changeset 3157391
- Timestamp:
- 09/25/2024 09:44:38 AM (18 months ago)
- Location:
- serbian-addons-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/3.7.6 (copied) (copied from serbian-addons-for-woocommerce/trunk)
-
tags/3.7.6/lib/Serbian_WooCommerce.php (modified) (1 diff)
-
tags/3.7.6/readme.txt (modified) (1 diff)
-
tags/3.7.6/serbian-addons-for-woocommerce.php (modified) (2 diffs)
-
trunk/lib/Serbian_WooCommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/serbian-addons-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
serbian-addons-for-woocommerce/tags/3.7.6/lib/Serbian_WooCommerce.php
r3157379 r3157391 78 78 } 79 79 80 $this->settings['enabled_customer_types'] ??= 'both'; 81 $this->settings['remove_unneeded_fields'] ??= false; 82 $this->settings['fix_currency_symbol'] ??= true; 80 $this->settings['core'] = \wp_parse_args( 81 \array_filter( $this->settings['core'] ?? array() ), 82 array( 83 'enabled_customer_types' => 'both', 84 'fix_currency_symbol' => true, 85 'remove_unneeded_fields' => false, 86 ), 87 ); 83 88 84 89 $this->settings['company'] = array( -
serbian-addons-for-woocommerce/tags/3.7.6/readme.txt
r3157379 r3157391 8 8 WC requires at least: 8.5 9 9 WC tested up to: 9.2 10 Stable tag: 3.7. 510 Stable tag: 3.7.6 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
serbian-addons-for-woocommerce/tags/3.7.6/serbian-addons-for-woocommerce.php
r3157379 r3157391 4 4 * Plugin URI: https://oblak.studio/open-source/srpski-woocommerce 5 5 * Description: Various addons and tweaks that make WooCommerce compatible with Serbian bureaucracy. 6 * Version: 3.7. 56 * Version: 3.7.6 7 7 * Requires PHP: 8.0 8 8 * Author: Oblak Studio … … 25 25 defined( 'WCRS_PLUGIN_BASE' ) || define( 'WCRS_PLUGIN_BASE', plugin_basename( WCRS_PLUGIN_FILE ) ); 26 26 defined( 'WCRS_PLUGIN_PATH' ) || define( 'WCRS_PLUGIN_PATH', plugin_dir_path( WCRS_PLUGIN_FILE ) ); 27 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.7. 5' );27 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.7.6' ); 28 28 // phpcs:enable WordPress.WhiteSpace.OperatorSpacing.SpacingBefore 29 29 -
serbian-addons-for-woocommerce/trunk/lib/Serbian_WooCommerce.php
r3157379 r3157391 78 78 } 79 79 80 $this->settings['enabled_customer_types'] ??= 'both'; 81 $this->settings['remove_unneeded_fields'] ??= false; 82 $this->settings['fix_currency_symbol'] ??= true; 80 $this->settings['core'] = \wp_parse_args( 81 \array_filter( $this->settings['core'] ?? array() ), 82 array( 83 'enabled_customer_types' => 'both', 84 'fix_currency_symbol' => true, 85 'remove_unneeded_fields' => false, 86 ), 87 ); 83 88 84 89 $this->settings['company'] = array( -
serbian-addons-for-woocommerce/trunk/readme.txt
r3157379 r3157391 8 8 WC requires at least: 8.5 9 9 WC tested up to: 9.2 10 Stable tag: 3.7. 510 Stable tag: 3.7.6 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
serbian-addons-for-woocommerce/trunk/serbian-addons-for-woocommerce.php
r3157379 r3157391 4 4 * Plugin URI: https://oblak.studio/open-source/srpski-woocommerce 5 5 * Description: Various addons and tweaks that make WooCommerce compatible with Serbian bureaucracy. 6 * Version: 3.7. 56 * Version: 3.7.6 7 7 * Requires PHP: 8.0 8 8 * Author: Oblak Studio … … 25 25 defined( 'WCRS_PLUGIN_BASE' ) || define( 'WCRS_PLUGIN_BASE', plugin_basename( WCRS_PLUGIN_FILE ) ); 26 26 defined( 'WCRS_PLUGIN_PATH' ) || define( 'WCRS_PLUGIN_PATH', plugin_dir_path( WCRS_PLUGIN_FILE ) ); 27 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.7. 5' );27 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.7.6' ); 28 28 // phpcs:enable WordPress.WhiteSpace.OperatorSpacing.SpacingBefore 29 29
Note: See TracChangeset
for help on using the changeset viewer.