Changeset 2459552
- Timestamp:
- 01/20/2021 10:10:30 AM (5 years ago)
- Location:
- aplazame
- Files:
-
- 8 added
- 7 deleted
- 6 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/icon-128x128.jpg (deleted)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/icon.svg (added)
-
assets/screenshot-1.jpg (deleted)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.jpg (deleted)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.jpg (deleted)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.jpg (deleted)
-
assets/screenshot-4.png (added)
-
tags/3.1.1 (copied) (copied from aplazame/trunk)
-
tags/3.1.1/README.txt (modified) (2 diffs)
-
tags/3.1.1/aplazame.php (modified) (2 diffs)
-
tags/3.1.1/classes/wc-aplazame-pay-later-gateway.php (deleted)
-
tags/3.1.1/i18n/languages/aplazame.pot (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/aplazame.php (modified) (2 diffs)
-
trunk/classes/wc-aplazame-pay-later-gateway.php (deleted)
-
trunk/i18n/languages/aplazame.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/3.1.1/README.txt
r2456319 r2459552 5 5 Tested up to: 5.6.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.1. 07 Stable tag: 3.1.1 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.1.1](https://github.com/aplazame/woocommerce/tree/v3.1.1) (2021-01-20) 81 82 * Release for update assets on WP plugin page. 83 80 84 #### [v3.1.0](https://github.com/aplazame/woocommerce/tree/v3.1.0) (2021-01-14) 81 85 -
aplazame/tags/3.1.1/aplazame.php
r2456319 r2459552 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3.1. 05 * Version: 3.1.1 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3.1. 0';28 const VERSION = '3.1.1'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; -
aplazame/tags/3.1.1/i18n/languages/aplazame.pot
r2456319 r2459552 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3.1. 0\n"9 "Project-Id-Version: Aplazame v3.1.1\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021-01- 14 13:18+0000\n"11 "POT-Creation-Date: 2021-01-20 10:05+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
aplazame/trunk/README.txt
r2456319 r2459552 5 5 Tested up to: 5.6.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.1. 07 Stable tag: 3.1.1 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.1.1](https://github.com/aplazame/woocommerce/tree/v3.1.1) (2021-01-20) 81 82 * Release for update assets on WP plugin page. 83 80 84 #### [v3.1.0](https://github.com/aplazame/woocommerce/tree/v3.1.0) (2021-01-14) 81 85 -
aplazame/trunk/aplazame.php
r2456319 r2459552 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3.1. 05 * Version: 3.1.1 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3.1. 0';28 const VERSION = '3.1.1'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; -
aplazame/trunk/i18n/languages/aplazame.pot
r2456319 r2459552 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3.1. 0\n"9 "Project-Id-Version: Aplazame v3.1.1\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 2021-01- 14 13:18+0000\n"11 "POT-Creation-Date: 2021-01-20 10:05+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Note: See TracChangeset
for help on using the changeset viewer.