Changeset 3496569
- Timestamp:
- 04/01/2026 12:53:15 PM (7 hours ago)
- Location:
- subscriptions-for-woo
- Files:
-
- 44 added
- 3 edited
-
tags/2.6.1 (added)
-
tags/2.6.1/autoload.php (added)
-
tags/2.6.1/classes (added)
-
tags/2.6.1/classes/PPSFWOO (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-ajax-actions-priv.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-ajax-actions.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-database.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-exception.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-order.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-pay-pal.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-plan.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-plugin-main.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-product.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-subscriber.php (added)
-
tags/2.6.1/classes/PPSFWOO/class-ppsfwoo-webhook.php (added)
-
tags/2.6.1/css (added)
-
tags/2.6.1/css/frontend.css (added)
-
tags/2.6.1/css/frontend.min.css (added)
-
tags/2.6.1/css/style.css (added)
-
tags/2.6.1/css/style.min.css (added)
-
tags/2.6.1/js (added)
-
tags/2.6.1/js/get-sub.js (added)
-
tags/2.6.1/js/get-sub.min.js (added)
-
tags/2.6.1/js/main.js (added)
-
tags/2.6.1/js/main.min.js (added)
-
tags/2.6.1/js/paypal-button.js (added)
-
tags/2.6.1/js/paypal-button.min.js (added)
-
tags/2.6.1/license.txt (added)
-
tags/2.6.1/readme.txt (added)
-
tags/2.6.1/subscriptions-for-woo.php (added)
-
tags/2.6.1/templates (added)
-
tags/2.6.1/templates/edit-user.php (added)
-
tags/2.6.1/templates/options-page.php (added)
-
tags/2.6.1/templates/paypal-button.php (added)
-
tags/2.6.1/templates/subscriber-table-settings-page.php (added)
-
tags/2.6.1/templates/tab-content (added)
-
tags/2.6.1/templates/tab-content/go-pro.php (added)
-
tags/2.6.1/templates/tab-content/tab-advanced.php (added)
-
tags/2.6.1/templates/tab-content/tab-general.php (added)
-
tags/2.6.1/templates/tab-content/tab-plans.php (added)
-
tags/2.6.1/templates/tab-content/tab-subscribers.php (added)
-
tags/2.6.1/templates/table-plans.php (added)
-
tags/2.6.1/templates/table-webhooks.php (added)
-
tags/2.6.1/templates/thank-you.php (added)
-
trunk/classes/PPSFWOO/class-ppsfwoo-pay-pal.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/subscriptions-for-woo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscriptions-for-woo/trunk/classes/PPSFWOO/class-ppsfwoo-pay-pal.php
r3369715 r3496569 159 159 $container->get('api.secret'), 160 160 $container->get('woocommerce.logger.woocommerce'), 161 $container->get(' wcgateway.settings')161 $container->get('settings.settings-provider') 162 162 ); 163 163 -
subscriptions-for-woo/trunk/readme.txt
r3419517 r3496569 4 4 License: GPLv2 or later 5 5 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 Stable tag: 2.6 7 WC tested up to: 10. 4.26 Stable tag: 2.6.1 7 WC tested up to: 10.6.2 8 8 Requires at least: 6.4.3 9 9 Tested up to: 6.9 … … 122 122 123 123 == Changelog == 124 125 = 2.6.1 = 126 * Address change to WooCommerce PayPal Payments for continued integration 124 127 125 128 = 2.6 = -
subscriptions-for-woo/trunk/subscriptions-for-woo.php
r3419517 r3496569 11 11 * License: GPLv2 or later 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 * Version: 2.6 13 * Version: 2.6.1 14 14 * WC requires at least: 8.6.0 15 * WC tested up to: 10. 4.215 * WC tested up to: 10.6.2 16 16 * Requires at least: 6.4.3 17 17 * Tested up to: 6.9
Note: See TracChangeset
for help on using the changeset viewer.