Plugin Directory

Changeset 3282123


Ignore:
Timestamp:
04/25/2025 07:43:55 PM (11 months ago)
Author:
axazara
Message:

Update to version v2.3 from GitHub

Location:
moneroo
Files:
2 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • moneroo/tags/v2.3/moneroo-for-woocommerce.php

    r3281816 r3282123  
    1414 * License: GPLv3
    1515 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    16  * Version: v2.2
     16 * Version: v2.3
    1717 * Requires at least: 4.9
    1818 * Tested up to: 6.8
     
    2424
    2525const MONEROO_WC_MAIN_FILE = __FILE__;
    26 const MONEROO_WC__VERSION = 'v2.2';
     26const MONEROO_WC__VERSION = 'v2.3';
    2727
    2828// Check if WooCommerce is active
  • moneroo/tags/v2.3/readme.txt

    r3281816 r3282123  
    55Requires at least: 4.9
    66Tested up to: 6.8
    7 Stable tag: v2.2
     7Stable tag: v2.3
    88Requires PHP: 7.4
    99License: GPLv3
  • moneroo/tags/v2.3/src/Moneroo_WC_Gateway.php

    r3277181 r3282123  
    5757    {
    5858        $this->id = 'moneroo_wc_woocommerce_plugin';
    59         $this->icon = plugins_url('/../assets/images/logo.png', __FILE__);
     59        $this->icon = plugins_url('/../assets/img/logo.jpg', __FILE__);
    6060        $this->has_fields = false;
    6161        $this->method_title = 'Moneroo for WooCommerce';
  • moneroo/tags/v2.3/src/Moneroo_WC_Gateway_Blocks.php

    r3281816 r3282123  
    7979            'title'       => $this->gateway->title,
    8080            'description' => $this->gateway->description,
    81             'icon'        => $this->gateway->icon,
     81            'icon'        => plugins_url('/../assets/img/icon.svg', __FILE__),
    8282        ];
    8383    }
  • moneroo/tags/v2.3/vendor/composer/installed.php

    r3281816 r3282123  
    22    'root' => array(
    33        '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',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        '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',
    5353            'type' => 'library',
    5454            'install_path' => __DIR__ . '/../../',
  • moneroo/trunk/moneroo-for-woocommerce.php

    r3281816 r3282123  
    1414 * License: GPLv3
    1515 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    16  * Version: v2.2
     16 * Version: v2.3
    1717 * Requires at least: 4.9
    1818 * Tested up to: 6.8
     
    2424
    2525const MONEROO_WC_MAIN_FILE = __FILE__;
    26 const MONEROO_WC__VERSION = 'v2.2';
     26const MONEROO_WC__VERSION = 'v2.3';
    2727
    2828// Check if WooCommerce is active
  • moneroo/trunk/readme.txt

    r3281816 r3282123  
    55Requires at least: 4.9
    66Tested up to: 6.8
    7 Stable tag: v2.2
     7Stable tag: v2.3
    88Requires PHP: 7.4
    99License: GPLv3
  • moneroo/trunk/src/Moneroo_WC_Gateway.php

    r3277181 r3282123  
    5757    {
    5858        $this->id = 'moneroo_wc_woocommerce_plugin';
    59         $this->icon = plugins_url('/../assets/images/logo.png', __FILE__);
     59        $this->icon = plugins_url('/../assets/img/logo.jpg', __FILE__);
    6060        $this->has_fields = false;
    6161        $this->method_title = 'Moneroo for WooCommerce';
  • moneroo/trunk/src/Moneroo_WC_Gateway_Blocks.php

    r3281816 r3282123  
    7979            'title'       => $this->gateway->title,
    8080            'description' => $this->gateway->description,
    81             'icon'        => $this->gateway->icon,
     81            'icon'        => plugins_url('/../assets/img/icon.svg', __FILE__),
    8282        ];
    8383    }
  • moneroo/trunk/vendor/composer/installed.php

    r3281816 r3282123  
    22    'root' => array(
    33        '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',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        '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',
    5353            'type' => 'library',
    5454            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.