PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.10.2
Subscriptions for WooCommerce with Stripe Recurring Payments v1.10.2
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.10.2, at changelog.txt

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