Changeset 3357708
- Timestamp:
- 09/08/2025 09:00:11 AM (6 months ago)
- Location:
- professional-payment-portal-for-woocommerce
- Files:
-
- 30 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/css (added)
-
tags/1.0.5/assets/css/fastcheckout-style.css (added)
-
tags/1.0.5/assets/images (added)
-
tags/1.0.5/assets/images/fastcheckout.png (added)
-
tags/1.0.5/assets/images/ppp4woo_ideal.png (added)
-
tags/1.0.5/assets/images/ppp4woo_ideal.svg (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/fastcheckout-script.js (added)
-
tags/1.0.5/assets/js/ideal.js (added)
-
tags/1.0.5/blocks (added)
-
tags/1.0.5/blocks/ideal.php (added)
-
tags/1.0.5/cache (added)
-
tags/1.0.5/cache/index.php (added)
-
tags/1.0.5/controllers (added)
-
tags/1.0.5/controllers/ppp4woo-controller.php (added)
-
tags/1.0.5/gateways (added)
-
tags/1.0.5/gateways/abstract.php (added)
-
tags/1.0.5/gateways/ideal.php (added)
-
tags/1.0.5/includes (added)
-
tags/1.0.5/includes/functions.php (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/professional-payment-portal-for-woocommerce.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/translations (added)
-
tags/1.0.5/translations/ppp-for-woo-en.mo (added)
-
tags/1.0.5/translations/ppp-for-woo-en.po (added)
-
tags/1.0.5/translations/ppp-for-woo-nl.mo (added)
-
tags/1.0.5/translations/ppp-for-woo-nl.po (added)
-
trunk/professional-payment-portal-for-woocommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
professional-payment-portal-for-woocommerce/trunk/professional-payment-portal-for-woocommerce.php
r3279874 r3357708 11 11 * Plugin URI: https://bitbucket.org/codebrainbv/ppp-woocommerce/ 12 12 * Description: Accept payments through the Professional Payment Portal 13 * Version: 1.0. 413 * Version: 1.0.5 14 14 * Requires at least: 6.4 15 15 * Tested up to: 6.8 16 16 * Requires PHP: 7.4 17 * WC tested up to: 9.8.117 * WC tested up to: 10.1.2 18 18 * Author: CodeBrain BV 19 19 * Author URI: https://www.codebrain.nl/ 20 20 * Text Domain: professional-payment-portal-for-woocommerce 21 21 * Domain Path: /languages 22 * Requires Plugins: woocommerce 22 23 * License: GPLv2 or later 23 24 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
professional-payment-portal-for-woocommerce/trunk/readme.txt
r3279874 r3357708 4 4 Requires at least: 6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 73 73 == Changelog == 74 74 75 = 1.0.5 = 76 * Checked compatibility with Woocommerce 10.1.2. 77 * Fixed issue where Woocommerce could be deactivated whilest we depend on it. 78 75 79 = 1.0.4 = 76 80 * Implemented settings tab, to be ready for Woocommerce 9.9 update.
Note: See TracChangeset
for help on using the changeset viewer.