Plugin Directory

Changeset 1425395


Ignore:
Timestamp:
05/27/2016 10:07:05 AM (10 years ago)
Author:
nimblepayments
Message:

New release 1.0.7

Location:
nimblepayments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nimblepayments/trunk/nimblepayments.php

    r1407340 r1425395  
    55Plugin URI: https://www.nimblepayments.com
    66Description: Nimble Payments is an online payment gateway supported by BBVA that enables you to accept online payments flexibly and safely.
    7 Version: 1.0.6
     7Version: 1.0.7
    88Author: BBVA
    99Author URI:
     
    101101            define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up
    102102       
    103         add_object_page( 'Nimble Payments', 'Nimble Payments', 'manage_options', 'wc-settings&tab=checkout&section=wc_gateway_nimble', array( $this, 'nimble_options' ));
     103        add_menu_page( 'Nimble Payments', 'Nimble Payments', 'manage_options', 'wc-settings&tab=checkout&section=wc_gateway_nimble', array( $this, 'nimble_options' ), null, '54.555');
    104104    }
    105105   
  • nimblepayments/trunk/readme.txt

    r1407340 r1425395  
    4949== Changelog ==
    5050
     51= 1.0.7 =
     52* Corrección: Compatibilidad con WordPress 4.5
     53
    5154= 1.0.6 =
    5255* Corregido el error que impedía la actualización del estado del pedido para clientes registrados durante el proceso de compra.
     
    5659== Upgrade Notice ==
    5760
     61= 1.0.7 =
     62Actualización importante. La versión 1.0.7 corrige un error de compatibilidad con con WordPress 4.5.
     63
    5864= 1.0.6 =
    5965Actualización importante. La versión 1.0.6 contiene nuevas funcionalidades y corrige errores que afectan a la visualización de datos.
Note: See TracChangeset for help on using the changeset viewer.