Changeset 3122753
- Timestamp:
- 07/21/2024 01:29:32 PM (21 months ago)
- Location:
- moneroo
- Files:
-
- 6 added
- 6 edited
- 1 copied
-
tags/v1.8 (copied) (copied from moneroo/trunk)
-
tags/v1.8/build (added)
-
tags/v1.8/build/index.asset.php (added)
-
tags/v1.8/build/index.js (added)
-
tags/v1.8/readme.txt (modified) (1 diff)
-
tags/v1.8/src/Moneroo_WC_Gateway_Blocks.php (modified) (1 diff)
-
tags/v1.8/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/build (added)
-
trunk/build/index.asset.php (added)
-
trunk/build/index.js (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Moneroo_WC_Gateway_Blocks.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
moneroo/tags/v1.8/readme.txt
r3122743 r3122753 2 2 Donate link: https://moneroo.io 3 3 Contributors: axazara 4 Tags: payments, woocommerce, moneroo, axazara, africa , ecommerce4 Tags: payments, woocommerce, moneroo, axazara, africa 5 5 Requires at least: 4.9 6 6 Tested up to: 6.4 -
moneroo/tags/v1.8/src/Moneroo_WC_Gateway_Blocks.php
r3122743 r3122753 39 39 public function get_payment_method_script_handles(): array 40 40 { 41 $script_asset_path = plugins_url('build/index.asset.php', MONEROO_WC_MAIN_FILE);42 43 41 $script_url = plugins_url('build/index.js', MONEROO_WC_MAIN_FILE); 44 42 wp_register_script( -
moneroo/tags/v1.8/vendor/composer/installed.php
r3122743 r3122753 4 4 'pretty_version' => 'v1.8', 5 5 'version' => '1.8.0.0', 6 'reference' => ' 6ee4b7e9bcf7aeb31d2a67a5b9161adcc8fd4591',6 'reference' => 'd25c544f5f3eae0f2a091d788288ec92091dde14', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'v1.8', 51 51 'version' => '1.8.0.0', 52 'reference' => ' 6ee4b7e9bcf7aeb31d2a67a5b9161adcc8fd4591',52 'reference' => 'd25c544f5f3eae0f2a091d788288ec92091dde14', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../', -
moneroo/trunk/readme.txt
r3122743 r3122753 2 2 Donate link: https://moneroo.io 3 3 Contributors: axazara 4 Tags: payments, woocommerce, moneroo, axazara, africa , ecommerce4 Tags: payments, woocommerce, moneroo, axazara, africa 5 5 Requires at least: 4.9 6 6 Tested up to: 6.4 -
moneroo/trunk/src/Moneroo_WC_Gateway_Blocks.php
r3122743 r3122753 39 39 public function get_payment_method_script_handles(): array 40 40 { 41 $script_asset_path = plugins_url('build/index.asset.php', MONEROO_WC_MAIN_FILE);42 43 41 $script_url = plugins_url('build/index.js', MONEROO_WC_MAIN_FILE); 44 42 wp_register_script( -
moneroo/trunk/vendor/composer/installed.php
r3122743 r3122753 4 4 'pretty_version' => 'v1.8', 5 5 'version' => '1.8.0.0', 6 'reference' => ' 6ee4b7e9bcf7aeb31d2a67a5b9161adcc8fd4591',6 'reference' => 'd25c544f5f3eae0f2a091d788288ec92091dde14', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'v1.8', 51 51 'version' => '1.8.0.0', 52 'reference' => ' 6ee4b7e9bcf7aeb31d2a67a5b9161adcc8fd4591',52 'reference' => 'd25c544f5f3eae0f2a091d788288ec92091dde14', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.