You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,20 @@ No personal data, domains, IP addresses, or payment information are collected.
249
249
== Changelog ==
250
250
Version [2.4.13] - Released on 2026-XX-XX
251
251
- Fix: Selectize dropdowns with more than 1000 options (e.g. TLD lists) were silently truncated due to the library's default maxOptions limit.
252
+
- Fix: Returning to checkout after an abandoned signup no longer charges full price instead of the trial price.
253
+
- Fix: Returning to a checkout URL after a cancelled payment no longer shows an "invalid status" error.
254
+
- Fix: A declined credit card no longer permanently blocks the customer from starting a free trial.
255
+
- Fix: Choosing a site name that is already taken now shows a clear error message instead of silently adding a number to the name.
256
+
- Fix: Customers who cancel during an active trial are no longer incorrectly marked as having used their trial.
257
+
- Fix: If site creation fails during signup, the system can now retry automatically instead of getting stuck on "Creating your site" forever.
258
+
- Fix: Site screenshots are no longer taken before the template has finished copying, which was producing blank images.
259
+
- Fix: Site creation for complex templates no longer times out on servers with strict PHP execution limits.
260
+
- Fix: The "pending payment" popup no longer appears on every login after an abandoned checkout.
261
+
- Fix: Customers with an abandoned checkout can now choose a different plan without being blocked by the old pending payment notice.
262
+
- Fix: The "thank you" page now detects when a site is ready within seconds instead of waiting up to 4 minutes, even with payment gateways that process asynchronously (e.g. Stripe).
263
+
- Fix: The "thank you" page no longer breaks if the network connection drops briefly during site creation polling.
264
+
- Fix: The "thank you" page now works correctly with CDN and page caching plugins that serve stale content after site creation completes.
265
+
- Fix: PHP 8.2 compatibility issue in folder creation that could cause a critical error during the setup wizard.
252
266
253
267
Version [2.4.12] - Released on 2026-02-27
254
268
- New: Send Invoice and Resend Invoice workflows for payments.
0 commit comments