Plugin Directory

Changeset 3094832


Ignore:
Timestamp:
05/29/2024 08:47:03 PM (22 months ago)
Author:
sumup
Message:

Update to version 2.5.5 from GitHub

Location:
sumup-payment-gateway-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sumup-payment-gateway-for-woocommerce/tags/2.5.5/readme.txt

    r3094827 r3094832  
    55Tested up to: 6.5.2
    66Requires PHP: 7.2
    7 Stable tag: 2.5.3
     7Stable tag: 2.5.5
    88License: GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
    99 =2.5.4=
     99=2.5.5=
    100100* Fixed: Warning PHP message.
    101101* Fixed: Message diff currency appearing before update.
     
    173173== Upgrade Notice ==
    174174
    175 =2.5.4=
     175=2.5.5=
    176176* Fixed: Warning PHP message.
    177177* Fixed: Message diff currency appearing before update.
     178
  • sumup-payment-gateway-for-woocommerce/tags/2.5.5/sumup-payment-gateway-for-woocommerce.php

    r3094827 r3094832  
    66 * Author: SumUp
    77 * Author URI: https://sumup.com
    8  * Version: 2.5.4
     8 * Version: 2.5.5
    99 * Requires at least: 5.0
    1010 * Requires PHP: 7.2
     
    2020define( 'WC_SUMUP_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2121define( 'WC_SUMUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    22 define( 'WC_SUMUP_VERSION', '2.5.4' );
     22define( 'WC_SUMUP_VERSION', '2.5.5' );
    2323define( 'WC_SUMUP_MINIMUM_PHP_VERSION', '7.2' );
    2424define( 'WC_SUMUP_MINIMUM_WP_VERSION', '5.0' );
  • sumup-payment-gateway-for-woocommerce/trunk/readme.txt

    r3094827 r3094832  
    55Tested up to: 6.5.2
    66Requires PHP: 7.2
    7 Stable tag: 2.5.3
     7Stable tag: 2.5.5
    88License: GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
    99 =2.5.4=
     99=2.5.5=
    100100* Fixed: Warning PHP message.
    101101* Fixed: Message diff currency appearing before update.
     
    173173== Upgrade Notice ==
    174174
    175 =2.5.4=
     175=2.5.5=
    176176* Fixed: Warning PHP message.
    177177* Fixed: Message diff currency appearing before update.
     178
  • sumup-payment-gateway-for-woocommerce/trunk/sumup-payment-gateway-for-woocommerce.php

    r3094827 r3094832  
    66 * Author: SumUp
    77 * Author URI: https://sumup.com
    8  * Version: 2.5.4
     8 * Version: 2.5.5
    99 * Requires at least: 5.0
    1010 * Requires PHP: 7.2
     
    2020define( 'WC_SUMUP_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2121define( 'WC_SUMUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    22 define( 'WC_SUMUP_VERSION', '2.5.4' );
     22define( 'WC_SUMUP_VERSION', '2.5.5' );
    2323define( 'WC_SUMUP_MINIMUM_PHP_VERSION', '7.2' );
    2424define( 'WC_SUMUP_MINIMUM_WP_VERSION', '5.0' );
Note: See TracChangeset for help on using the changeset viewer.