Changeset 3282123
- Timestamp:
- 04/25/2025 07:43:55 PM (11 months ago)
- Location:
- moneroo
- Files:
-
- 2 added
- 10 edited
- 1 copied
-
tags/v2.3 (copied) (copied from moneroo/trunk)
-
tags/v2.3/assets/img/logo.jpg (added)
-
tags/v2.3/moneroo-for-woocommerce.php (modified) (2 diffs)
-
tags/v2.3/readme.txt (modified) (1 diff)
-
tags/v2.3/src/Moneroo_WC_Gateway.php (modified) (1 diff)
-
tags/v2.3/src/Moneroo_WC_Gateway_Blocks.php (modified) (1 diff)
-
tags/v2.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/img/logo.jpg (added)
-
trunk/moneroo-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Moneroo_WC_Gateway.php (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/v2.3/moneroo-for-woocommerce.php
r3281816 r3282123 14 14 * License: GPLv3 15 15 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 16 * Version: v2. 216 * Version: v2.3 17 17 * Requires at least: 4.9 18 18 * Tested up to: 6.8 … … 24 24 25 25 const MONEROO_WC_MAIN_FILE = __FILE__; 26 const MONEROO_WC__VERSION = 'v2. 2';26 const MONEROO_WC__VERSION = 'v2.3'; 27 27 28 28 // Check if WooCommerce is active -
moneroo/tags/v2.3/readme.txt
r3281816 r3282123 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Stable tag: v2. 27 Stable tag: v2.3 8 8 Requires PHP: 7.4 9 9 License: GPLv3 -
moneroo/tags/v2.3/src/Moneroo_WC_Gateway.php
r3277181 r3282123 57 57 { 58 58 $this->id = 'moneroo_wc_woocommerce_plugin'; 59 $this->icon = plugins_url('/../assets/im ages/logo.png', __FILE__);59 $this->icon = plugins_url('/../assets/img/logo.jpg', __FILE__); 60 60 $this->has_fields = false; 61 61 $this->method_title = 'Moneroo for WooCommerce'; -
moneroo/tags/v2.3/src/Moneroo_WC_Gateway_Blocks.php
r3281816 r3282123 79 79 'title' => $this->gateway->title, 80 80 'description' => $this->gateway->description, 81 'icon' => $this->gateway->icon,81 'icon' => plugins_url('/../assets/img/icon.svg', __FILE__), 82 82 ]; 83 83 } -
moneroo/tags/v2.3/vendor/composer/installed.php
r3281816 r3282123 2 2 'root' => array( 3 3 'name' => 'moneroo/moneroo-woocommerce', 4 'pretty_version' => 'v2. 2',5 'version' => '2. 2.0.0',6 'reference' => ' 585e516150a79be9c71bdef4966c0f4c1df4b376',4 'pretty_version' => 'v2.3', 5 'version' => '2.3.0.0', 6 'reference' => '6c7a78c3a65d8dbad13baf00aabc93fff8769ccc', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 'moneroo/moneroo-woocommerce' => array( 50 'pretty_version' => 'v2. 2',51 'version' => '2. 2.0.0',52 'reference' => ' 585e516150a79be9c71bdef4966c0f4c1df4b376',50 'pretty_version' => 'v2.3', 51 'version' => '2.3.0.0', 52 'reference' => '6c7a78c3a65d8dbad13baf00aabc93fff8769ccc', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../', -
moneroo/trunk/moneroo-for-woocommerce.php
r3281816 r3282123 14 14 * License: GPLv3 15 15 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 16 * Version: v2. 216 * Version: v2.3 17 17 * Requires at least: 4.9 18 18 * Tested up to: 6.8 … … 24 24 25 25 const MONEROO_WC_MAIN_FILE = __FILE__; 26 const MONEROO_WC__VERSION = 'v2. 2';26 const MONEROO_WC__VERSION = 'v2.3'; 27 27 28 28 // Check if WooCommerce is active -
moneroo/trunk/readme.txt
r3281816 r3282123 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Stable tag: v2. 27 Stable tag: v2.3 8 8 Requires PHP: 7.4 9 9 License: GPLv3 -
moneroo/trunk/src/Moneroo_WC_Gateway.php
r3277181 r3282123 57 57 { 58 58 $this->id = 'moneroo_wc_woocommerce_plugin'; 59 $this->icon = plugins_url('/../assets/im ages/logo.png', __FILE__);59 $this->icon = plugins_url('/../assets/img/logo.jpg', __FILE__); 60 60 $this->has_fields = false; 61 61 $this->method_title = 'Moneroo for WooCommerce'; -
moneroo/trunk/src/Moneroo_WC_Gateway_Blocks.php
r3281816 r3282123 79 79 'title' => $this->gateway->title, 80 80 'description' => $this->gateway->description, 81 'icon' => $this->gateway->icon,81 'icon' => plugins_url('/../assets/img/icon.svg', __FILE__), 82 82 ]; 83 83 } -
moneroo/trunk/vendor/composer/installed.php
r3281816 r3282123 2 2 'root' => array( 3 3 'name' => 'moneroo/moneroo-woocommerce', 4 'pretty_version' => 'v2. 2',5 'version' => '2. 2.0.0',6 'reference' => ' 585e516150a79be9c71bdef4966c0f4c1df4b376',4 'pretty_version' => 'v2.3', 5 'version' => '2.3.0.0', 6 'reference' => '6c7a78c3a65d8dbad13baf00aabc93fff8769ccc', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 'moneroo/moneroo-woocommerce' => array( 50 'pretty_version' => 'v2. 2',51 'version' => '2. 2.0.0',52 'reference' => ' 585e516150a79be9c71bdef4966c0f4c1df4b376',50 'pretty_version' => 'v2.3', 51 'version' => '2.3.0.0', 52 'reference' => '6c7a78c3a65d8dbad13baf00aabc93fff8769ccc', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.