Decryption key:
OS Membership Pro - Joomla subscription management v4.7.0
1. Added Membership Pro - GeoIP Plugin
The plugin will auto detect country of users base on their IP address and have that detected country selected automatically on subscription form, save subscribers from having to choose the country from long list of countries in countries dropdown
2. Improve Offline Payment Reminder Emails
Attach PDF invoice of the subscription to offline payment reminder emails and have it delivered to subscribers to remind them to complete payment for their offline payment subscriptions.
3. Added missing CSRF tokens check
There were some methods/operations missing CSRF token check. These missing checks are added in this release to prevent CSRF attacks.
4. Other technical changes
- We worked on several code refactoring on this release, move the business logic from controllers to models to follow MVC best practices, easier to maintain and extend code in the future.
- Updated code of the client validation engine which we are using to use POST requests for ajax validation instead of GET.
- Clean up/delete invoices, member cards... automatically after usage to both save hosting space and also prevent unauthenticated access on servers does not support .htaccess
- Bug Fixed: Allow using comma character in value of Radio options.