Changeset 3094832
- Timestamp:
- 05/29/2024 08:47:03 PM (22 months ago)
- Location:
- sumup-payment-gateway-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5.5 (copied) (copied from sumup-payment-gateway-for-woocommerce/trunk)
-
tags/2.5.5/readme.txt (modified) (3 diffs)
-
tags/2.5.5/sumup-payment-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sumup-payment-gateway-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sumup-payment-gateway-for-woocommerce/tags/2.5.5/readme.txt
r3094827 r3094832 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.2 7 Stable tag: 2.5. 37 Stable tag: 2.5.5 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 97 97 == Changelog == 98 98 99 =2.5. 4=99 =2.5.5= 100 100 * Fixed: Warning PHP message. 101 101 * Fixed: Message diff currency appearing before update. … … 173 173 == Upgrade Notice == 174 174 175 =2.5. 4=175 =2.5.5= 176 176 * Fixed: Warning PHP message. 177 177 * 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 6 6 * Author: SumUp 7 7 * Author URI: https://sumup.com 8 * Version: 2.5. 48 * Version: 2.5.5 9 9 * Requires at least: 5.0 10 10 * Requires PHP: 7.2 … … 20 20 define( 'WC_SUMUP_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 21 21 define( 'WC_SUMUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 22 define( 'WC_SUMUP_VERSION', '2.5. 4' );22 define( 'WC_SUMUP_VERSION', '2.5.5' ); 23 23 define( 'WC_SUMUP_MINIMUM_PHP_VERSION', '7.2' ); 24 24 define( 'WC_SUMUP_MINIMUM_WP_VERSION', '5.0' ); -
sumup-payment-gateway-for-woocommerce/trunk/readme.txt
r3094827 r3094832 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.2 7 Stable tag: 2.5. 37 Stable tag: 2.5.5 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 97 97 == Changelog == 98 98 99 =2.5. 4=99 =2.5.5= 100 100 * Fixed: Warning PHP message. 101 101 * Fixed: Message diff currency appearing before update. … … 173 173 == Upgrade Notice == 174 174 175 =2.5. 4=175 =2.5.5= 176 176 * Fixed: Warning PHP message. 177 177 * Fixed: Message diff currency appearing before update. 178 -
sumup-payment-gateway-for-woocommerce/trunk/sumup-payment-gateway-for-woocommerce.php
r3094827 r3094832 6 6 * Author: SumUp 7 7 * Author URI: https://sumup.com 8 * Version: 2.5. 48 * Version: 2.5.5 9 9 * Requires at least: 5.0 10 10 * Requires PHP: 7.2 … … 20 20 define( 'WC_SUMUP_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 21 21 define( 'WC_SUMUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 22 define( 'WC_SUMUP_VERSION', '2.5. 4' );22 define( 'WC_SUMUP_VERSION', '2.5.5' ); 23 23 define( 'WC_SUMUP_MINIMUM_PHP_VERSION', '7.2' ); 24 24 define( 'WC_SUMUP_MINIMUM_WP_VERSION', '5.0' );
Note: See TracChangeset
for help on using the changeset viewer.