PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.9.5
Subscriptions for WooCommerce with Stripe Recurring Payments v1.9.5
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
subscription / changelog.txt

changelog.txt in Subscriptions for WooCommerce with Stripe Recurring Payments 1.9.5, at changelog.txt

279 lines 9.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 *** WPSubscription Changelog ***
2
3 2026-05-03 - version 1.9.5
4 * fix: More frequent subscription check.
5 * fix: Missing auto-renew data in subscription helper.
6
7 2026-04-23 - version 1.9.4
8 * fix: PayPal price with different decimals.
9 * fix: PayPal refunds.
10 * fix: PayPal webhook not updating subscriptions.
11 * fix: PayPal plan update when product info changes in WooCommerce.
12 * fix: Creating duplicate plans for updated product info in WooCommerce.
13
14 2026-04-12 - version 1.9.3
15 * fix: Stripe unavailable error during renewal.
16 * fix: Optional parameter error from some methods.
17 * fix: Language base file Project ID version.
18
19 2026-03-30 - version 1.9.2
20 * fix: Renamed reserved WP_SUBSCRIPTION_* constants to SUBSCRPT_* to comply with WordPress.org naming guidelines.
21 * fix: Renamed wp_-prefixed global functions (wp_subscrpt_write_log, wp_subs_multiselect_field, etc.) to subscrpt_ prefix.
22 * fix: Renamed non-prefixed AJAX actions (install_woocommerce_plugin, activate_woocommerce_plugin) to subscrpt_ prefix.
23 * fix: Stripe gateway class now wrapped in class_exists check to prevent fatal error when WooCommerce Stripe plugin is inactive.
24 * fix: Replaced insecure JavaScript redirections in ActionController with wp_safe_redirect().
25 * fix: PayPal webhook inputs now sanitized before processing.
26 * fix: Plugin name updated to comply with WordPress.org trademark guidelines.
27 * fix: Guest checkout improvements.
28 * fix: Prevent setup_future_usage from being added to renewal orders in Stripe.
29 * compat: Legacy WP_SUBSCRIPTION_* constants and old function names remain available via includes/LegacyCompat.php.
30
31 2026-03-15 - version 1.9.1
32 * fix: Subscription trials.
33 * fix: Cart text issue.
34 * fix: Reactivate subscription button.
35 * fix: Stripe initialization error.
36
37 2026-03-09 - version 1.9.0
38 * fix: Unauthorized actions.
39 * fix: Admin subscription setting entries.
40 * fix: External services documentation.
41 * fix: Direct file access.
42 * fix: Plugin description.
43
44 2026-02-22 - version 1.8.20
45 * fix: Deprecated subscription methods.
46 * fix: Subscription timing inconsistencies.
47 * fix: Subscription verbose status.
48
49 2026-02-08 - version 1.8.19
50 * fix: Subscriber address information missing.
51 * fix: Cart description missing in some cases.
52
53 2026-02-01 - version 1.8.18
54 * fix: Function return type error.
55 * fix: Stripe deprecated functions.
56
57 2026-01-18 - version 1.8.17
58 * fix: Cart showing incorrect TAX.
59 * fix: WC product related error.
60 * fix: WC session check error.
61 * fix: Cart subscription text.
62
63 2026-01-11 - version 1.8.16
64 * fix: Load translations from WP.Org.
65 * fix: Zero decimal price issue.
66 * fix: Cart description visibility issue.
67
68 2025-12-29 - version 1.8.15
69 * fix: Updated language text-domain.
70
71 2025-12-28 - version 1.8.14
72 * fix: PayPal webhook signature verification.
73 * fix: Missing translations in Cart & Checkout pages.
74 * improved: Minor core settings.
75
76 2025-12-23 - version 1.8.13
77 * security: Unauthorized access to user subscription.
78
79 2025-12-21 - version 1.8.12
80 * fix: Subscription details default endpoint.
81 * fix: Proper subscription timings.
82 * fix: WordPress test up to version.
83 * fix: Other minor bugs.
84
85 2025-12-14 - version 1.8.11
86 * fix: My subscriptions & view-subscription links.
87 * fix: Subscription links in emails.
88
89 2025-12-09 - version 1.8.10
90 * new: Added beta badge in the integrations list.
91 * fix: Subscription switch action.
92 * fix: Core helper methods.
93
94 2025-12-07 - version 1.8.9
95 * fix: Subscription cron task actions.
96 * fix: Status translation giving errors.
97 * fix: Integrations filter.
98
99 2025-11-30 - version 1.8.8
100 * fix: Order timestamp error.
101 * fix: Subscription-related order error.
102 * fix: Cart page was showing price with tax even if taxes are turned off.
103
104 2025-11-23 - version 1.8.7
105 * fix: Cart warning messages.
106 * fix: Two-way add to cart check (sub <=> non-sub).
107 * improved: Settings page.
108
109 2025-11-16 - version 1.8.6
110 * fix: Guest checkout account creation error.
111
112 2025-11-09 - version 1.8.5
113 * fix: View subscription from user menu showing "Page not found"
114 * new: Added some helper functions.
115
116 2025-11-02 - version 1.8.4
117 * compat: Compatibility patch for subscription quick check QR code.
118
119 2025-10-27 - version 1.8.3
120 * fix: Error due to operation with wrong type.
121
122 2025-10-26 - version 1.8.2
123 * fix: User role not changing for active/inactive subscribers.
124 * fix: Auto renewal on/off action visibility (for Stripe paid subscriptions only).
125
126 2025-10-20 - version 1.8.1
127 * new: Subscription back to list button.
128 * fix: Checkout text typo.
129 * fix: Subscription details page extra spaces.
130
131 2025-10-12 - version 1.8.0
132 * new: Guest Checkout.
133 * fix: Subscription prices with VAT.
134 * improved: Subscription settings page.
135
136 2025-10-05 - version 1.7.0
137 * new: PolyLang support.
138 * new: WPML support.
139 * improved: Updated language template files.
140 * improved: Some helpers for 3rd party integrations.
141
142 2025-09-25 - version 1.6.1
143 * fix: Wrong subscription URL in emails.
144
145 2025-09-18 - version 1.6.0
146 * new: Stripe iDeal integration.
147 * new: Stripe SEPA integration.
148
149 2025-09-16 - version 1.5.8
150 * fix: Removed unused codes and hooks.
151 * new: Added language base file.
152
153 2025-08-24 - version 1.5.7
154 * fix: PayPal data conflict for Live and SandBox modes.
155
156 2025-08-18 - version 1.5.6
157 * fix: PayPal update order by webhook
158 * fix: Some subscription query dependency
159 * improved: Core plugin to support more hooks and events
160
161 2025-07-22 - version 1.5.5
162 * fix: Subscription history in descending order view.
163 * fix: Changed view subs button to text
164 * new: Add subscription switch info on order - Feature support core.
165 * fix: Fixed Subscription menu duplication bug
166
167 2025-07-17 - version 1.5.4
168 * improved: Enhanced settings page with better user interface and organization
169 * improved: Fixed user role conflicts between subscription customers and administrators
170 * fix: User roles now properly change based on subscription status (active/inactive)
171 * fix: Corrected role assignment system to work with subscription status changes
172
173 2025-07-16 - version 1.5.3
174 * improved: PayPal Integration Improvements.
175 * fix: Subscription Initialization & Compatibility.
176 * fix: Fetal error - legacy method names support.
177
178 2025-07-09 - version 1.5.2
179 * fix: Security vulnerabilities - Added proper sanitization to all register_setting() calls
180 * fix: Nonce verification sanitization - Added wp_unslash() and sanitize_text_field()
181 * fix: JSON decode sanitization - Sanitized data before json_decode() in PayPal webhook
182 * fix: Direct file access prevention - Added ABSPATH checks to all template files
183 * fix: Internationalization issues - Fixed variable usage in translation functions
184 * fix: Unescaped translation functions - Replaced _e() with esc_html_e() and esc_attr_e()
185 * fix: Removed discouraged load_plugin_textdomain() function
186 * fix: Unordered placeholders in translatable strings - Used ordered placeholders
187 * fix: Plugin headers - Added missing "Requires at least" and "Requires PHP" headers
188 * fix: Plugin readme - Shortened description to under 150 characters
189 * fix: Naming conventions - Updated generic function names to use wps_subscription_ prefix
190 * update: WordPress.org compliance - All Plugin Check issues resolved
191 * update: Improved code quality and security standards
192
193 2025-07-08 - version 1.5.1
194 * fix: Naming conversions fixed
195
196 2025-06-03 - version 1.5.0
197 * new: API and Authentication.
198 * new: Stripe auto renewal.
199 * new: Paypal auto renewal support.
200 * new: New actions and Hooks for subscriptions.
201 * fix: Language strings
202
203 2025-06-03 - version 1.4.3
204 * fix: Plugin description and Documentation link update
205
206 2025-05-20 - version 1.4.2
207 * doc: Plugin description and Documentation link update
208
209 2025-05-13 - version 1.4.1
210 * fix: Table style.
211 * fix: Doc links and details.
212
213 2025-05-20 - version 1.4.0
214 * new: New Admin interface
215 * new: Improved user experience
216
217 2025-04-24 - version 1.3.2
218 * fix: Astra theme support added.
219
220 2025-04-21 - version 1.3.1
221 * fix: Add to cart button in product page was not showing certain themes are is used.
222
223 2025-04-20 - version 1.3.0
224 * new: Stripe renewal added.
225 * new: Trial feature added.
226 * new: Subscription limit added.
227 * fix: Cancel by customer.
228 * update: Improve user experience and bug fixing!
229
230 2024-08-11 - version 1.2.1
231 * fix: Pagination bug on `subscriptions` template.
232 * fix: Variable product exists on cart when pro plugin is deactivated!
233 * fix: Display '1' inside cart-price after recurring type.
234 * update: Improve order's Related Subscriptions description and status.
235
236 2024-08-11 - version 1.2.0
237 * new: Block pages support added.
238 * update: Rebuild the plugin for better long term support.
239
240 2024-05-19 - version 1.1.4
241 * update: Subscription status will be `pending` when order status is `processing`.
242 * new: `subscript_order_status_to_post_status` hook added to filter post status during order status changed event.
243
244 2024-05-19 - version 1.1.3
245 * new: Subscription storeAPI checkout support added.
246
247 2024-05-09 - version 1.1.2
248 * fix: Handle order deletion.
249 * update: WP timezone setting support added.
250 * new: Compatible with pro version.
251
252 2024-05-09 - version 1.1.1
253 * fix: Displaying `/1{type}` inside product details.
254
255 2023-06-18 - version 1.1
256 * update: We rebuild our plugin from scratch to provide better & long terms supports
257 * fix: Severals UI & compatibility issues
258
259 2022-10-11 - version 1.0.4
260 * new: Display color based subscription status
261 * new: Add required plugin installer
262 * fix: Subscription customer box overflow issue
263 * update: Plugin action links added
264
265 2022-04-13 - version 1.0.3
266 * update: Code clean-up
267 * fix: Some minor issues
268
269 2022-04-12 - version 1.0.2
270 * update: Change plugin name
271 * update: Did some Code refactoring
272 * fix: WPCodingStandard related issues using `phpcbf`
273
274 2022-02-28 - version 1.0.1
275 * fix: "total" amount not display in "My Subscription's"
276
277 2022-02-28 - version 1.0.0
278 * new: Initial release
279