Release v0.4
Release v0.4
Changes in this release:
- Bump version to 0.4 (8f11579)
- release (bfda177)
- The subscription is fetched (which contains the product info) Product data is injected into the sale data The sale is processed with complete product information User creation proceeds normally (852db59)
- Email-based skip check — every cron run, for every transaction, the plugin now directly asks WordPress: "does a user with this email already have this exact sale_id stored?" If yes → skip. If no → create. No arrays, no state drift, no trust issues. (de7bb4f)
- Inject full customer data from subscription if customer ID is a string (e16342c)
- Update cron interval minimum value from 60 to 30 seconds (e68d564)
- added Shortcode: [creem_billing_link] Place this anywhere on your site — pages, headers, templates, widgets: (6586a91)
- Update README.md (2dc0d4f)
- Add images to README for better visualization (fe907a5)
Full Changelog: https://github.com/sinanisler/creemio-api-wordpress/compare/v0.3...v0.4