Releases: andreherberth/ah-card
Releases · andreherberth/ah-card
Bug Fixes
Fixed:
Frontend Shortcode [ah-profile] always displayed on top of post/page. Now actually displays where it is placed!
Fixed frontend role verification. It now uses correct roles.
0.8.3 - Live Test
Version Bump
0.8.2: Initial Roles option implementation
Implements ah_card_get_roles() and a validation callback for the admin panel Roles option. Will remove all spaces and make sure it is saved as a string like this: role1,role2,role3. Will be expanded to make sure the roles are actually roles.
0.8.1
Beta 1 release
All code have been refactored to use OOP. This eases development down the road.
Beta 0.8.0b
Merge pull request #3 from andreherberth/v1.0-Dev V1.0 dev
Syncable
Initial Sync functionality.
BugFix Release
Added Sync function Added initial sync function.
Alpha 0.2.2
Version Bump Version bump and license info in plugin header.
Alpha 0.2.1
Added very simply admin panel. Keep in mind. This is the second plugin I have built from scratch. Baby Steps!
Alpha 0.2.0 - First Alpha
Current Features:
- Generates an unique card numbers upon a member buying a PRO membership trough S2Members.
- Adds a shortcode to display a custom card details box anywhere shortcodes are permitted.
- Shortcode have two different templates, one for PRO members, and one for free members.
- Both templates can be overridden in a theme. Further documentation will come soon.
Planned features
- Admin panel with options to sync users, and set which user roles will be allowed to have a card number.
- An uninstall function allowing a complete uninstall, database and all.
- Rewrite using classes.