Plugin Directory

Changeset 3368714


Ignore:
Timestamp:
09/26/2025 10:14:23 PM (6 months ago)
Author:
openpay
Message:

Actualización de textos y logos

Location:
openpay-spei/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • openpay-spei/trunk/openpay_spei.php

    r3068706 r3368714  
    55 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html
    66 * Description: Provides an electronic funds transfer payment method with Openpay for WooCommerce.
    7  * Version: 1.10.1
     7 * Version: 1.10.2
    88 * Author: Openpay
    99 * Author URI: http://www.openpay.mx
  • openpay-spei/trunk/openpay_spei_gateway.php

    r3068706 r3368714  
    4040        $this->init_settings();
    4141
    42         $this->title = 'Pago con transferencia interbancaria vía SPEI';
     42        $this->title = 'Pago seguro con transferencia';
     43        $this->icon = 'https://img.openpay.mx/plugins/spei_logo.svg';
    4344        $this->description = '';
    4445        $this->is_sandbox = strcmp($this->settings['sandbox'], 'yes') == 0;
  • openpay-spei/trunk/readme.txt

    r3068706 r3368714  
    55Tested up to: 6.4.3
    66Requires PHP: 5.6
    7 Stable tag: 1.10.1
     7Stable tag: 1.10.2
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1515
    1616http://www.openpay.mx/docs/plugins/woocommerce.html
    17 
    1817== Changelog ==
     18= 1.10.2 =
     19* Actualización de textos y logos
    1920= 1.10.0 =
    2021* Actualización de compatibilidad con Wordpress 6.4.3 & WooCommerce 8.5.2
Note: See TracChangeset for help on using the changeset viewer.