Changeset 3375167
- Timestamp:
- 10/08/2025 02:13:19 PM (6 months ago)
- Location:
- subscriptions-for-woo
- Files:
-
- 44 added
- 3 edited
-
tags/2.5.8 (added)
-
tags/2.5.8/autoload.php (added)
-
tags/2.5.8/classes (added)
-
tags/2.5.8/classes/PPSFWOO (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-ajax-actions-priv.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-ajax-actions.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-database.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-exception.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-order.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-pay-pal.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-plan.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-plugin-main.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-product.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-subscriber.php (added)
-
tags/2.5.8/classes/PPSFWOO/class-ppsfwoo-webhook.php (added)
-
tags/2.5.8/css (added)
-
tags/2.5.8/css/frontend.css (added)
-
tags/2.5.8/css/frontend.min.css (added)
-
tags/2.5.8/css/style.css (added)
-
tags/2.5.8/css/style.min.css (added)
-
tags/2.5.8/js (added)
-
tags/2.5.8/js/get-sub.js (added)
-
tags/2.5.8/js/get-sub.min.js (added)
-
tags/2.5.8/js/main.js (added)
-
tags/2.5.8/js/main.min.js (added)
-
tags/2.5.8/js/paypal-button.js (added)
-
tags/2.5.8/js/paypal-button.min.js (added)
-
tags/2.5.8/license.txt (added)
-
tags/2.5.8/readme.txt (added)
-
tags/2.5.8/subscriptions-for-woo.php (added)
-
tags/2.5.8/templates (added)
-
tags/2.5.8/templates/edit-user.php (added)
-
tags/2.5.8/templates/options-page.php (added)
-
tags/2.5.8/templates/paypal-button.php (added)
-
tags/2.5.8/templates/subscriber-table-settings-page.php (added)
-
tags/2.5.8/templates/tab-content (added)
-
tags/2.5.8/templates/tab-content/go-pro.php (added)
-
tags/2.5.8/templates/tab-content/tab-advanced.php (added)
-
tags/2.5.8/templates/tab-content/tab-general.php (added)
-
tags/2.5.8/templates/tab-content/tab-plans.php (added)
-
tags/2.5.8/templates/tab-content/tab-subscribers.php (added)
-
tags/2.5.8/templates/table-plans.php (added)
-
tags/2.5.8/templates/table-webhooks.php (added)
-
tags/2.5.8/templates/thank-you.php (added)
-
trunk/classes/PPSFWOO/class-ppsfwoo-order.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-order.php
r3270659 r3375167 257 257 258 258 if ($is_first_sequence) { 259 $start_time = (new \DateTime(self::$Subscriber->subscription->start_time))->format('l, F j, Y');259 $start_time = self::$Subscriber->subscription->start_time->format('l, F j, Y'); 260 260 261 261 $name = sprintf( -
subscriptions-for-woo/trunk/readme.txt
r3369715 r3375167 4 4 License: GPLv2 or later 5 5 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 Stable tag: 2.5. 76 Stable tag: 2.5.8 7 7 WC tested up to: 9.7.1 8 8 Requires at least: 6.4.3 … … 122 122 123 123 == Changelog == 124 125 = 2.5.8 = 126 * Bugfix: Incorrect date format in order causes fatal error 124 127 125 128 = 2.5.7 = -
subscriptions-for-woo/trunk/subscriptions-for-woo.php
r3369715 r3375167 11 11 * License: GPLv2 or later 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 * Version: 2.5. 713 * Version: 2.5.8 14 14 * WC requires at least: 8.6.0 15 15 * WC tested up to: 9.7.1
Note: See TracChangeset
for help on using the changeset viewer.