Changeset 3080934
- Timestamp:
- 05/03/2024 12:17:28 PM (22 months ago)
- Location:
- serbian-addons-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/3.5.10 (copied) (copied from serbian-addons-for-woocommerce/trunk)
-
tags/3.5.10/readme.txt (modified) (1 diff)
-
tags/3.5.10/serbian-addons-for-woocommerce.php (modified) (2 diffs)
-
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.5.10/readme.txt
r3078307 r3080934 8 8 WC requires at least: 8.0 9 9 WC tested up to: 8.3 10 Stable tag: 3.5. 910 Stable tag: 3.5.10 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.5.10/serbian-addons-for-woocommerce.php
r3078307 r3080934 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.5. 96 * Version: 3.5.10 7 7 * Requires PHP: 8.0 8 8 * Author: Oblak Studio … … 25 25 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.4.0' ); 26 26 27 require __DIR__ . '/vendor/autoload_packages.php'; 28 29 add_action( 'woocommerce_loaded', 'WCSRB', 0 ); 27 add_action( 28 'woocommerce_loaded', 29 static function () { 30 require __DIR__ . '/vendor/autoload_packages.php'; 31 \WCSRB(); 32 }, 33 20, 34 ); -
serbian-addons-for-woocommerce/trunk/readme.txt
r3078307 r3080934 8 8 WC requires at least: 8.0 9 9 WC tested up to: 8.3 10 Stable tag: 3.5. 910 Stable tag: 3.5.10 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
r3078307 r3080934 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.5. 96 * Version: 3.5.10 7 7 * Requires PHP: 8.0 8 8 * Author: Oblak Studio … … 25 25 defined( 'WCRS_VERSION' ) || define( 'WCRS_VERSION', '3.4.0' ); 26 26 27 require __DIR__ . '/vendor/autoload_packages.php'; 28 29 add_action( 'woocommerce_loaded', 'WCSRB', 0 ); 27 add_action( 28 'woocommerce_loaded', 29 static function () { 30 require __DIR__ . '/vendor/autoload_packages.php'; 31 \WCSRB(); 32 }, 33 20, 34 );
Note: See TracChangeset
for help on using the changeset viewer.