Changeset 3403896
- Timestamp:
- 11/27/2025 08:59:00 AM (4 months ago)
- Location:
- esto-payment-methods/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
esto-payment-methods.php (modified) (1 diff)
-
includes/block-gateways/class-esto-payment-block.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
esto-payment-methods/trunk/Readme.txt
r3403858 r3403896 1 1 === ESTO payment methods === 2 2 Contributors: estogroup 3 Stable tag: 3.0. 63 Stable tag: 3.0.7 4 4 Requires at least: 4.2 5 5 Tested up to: 6.8 … … 114 114 115 115 == Changelog == 116 = 3.0.7 = 117 * Improved compatibility for registering blocks 118 116 119 = 3.0.6 = 117 120 * Added ESTO X period selector to configuration -
esto-payment-methods/trunk/esto-payment-methods.php
r3403858 r3403896 4 4 * Plugin URI: https://www.esto.ee 5 5 * Description: Adds ESTO payment methods to webshop 6 * Version: 3.0. 66 * Version: 3.0.7 7 7 * Author: ESTO AS 8 8 * Author URI: https://www.esto.eu -
esto-payment-methods/trunk/includes/block-gateways/class-esto-payment-block.php
r3403858 r3403896 71 71 public function get_payment_method_script_handles() { 72 72 73 $script_path = plugin_dir_path( dirname( __DIR__, 1 ) ) . 'assets/js/block-gateways/block-' . $this->name . '.js'; 74 $version = file_exists( $script_path ) ? filemtime( $script_path ) : false; 75 73 76 wp_register_script( 74 77 'wc-' . $this->name . '-block-support', … … 80 83 'wp-html-entities', 81 84 ), 82 filemtime( dirname( __DIR__, 2 ) . '/assets/js/block-gateways/block-' . $this->name . '.js' ),85 $version, 83 86 true 84 87 );
Note: See TracChangeset
for help on using the changeset viewer.