Skip to content

Releases: andreherberth/ah-card

Bug Fixes

22 Jun 19:16
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

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

26 May 17:45
Compare
Choose a tag to compare
0.8.3 - Live Test Pre-release
Pre-release
Version Bump

0.8.2: Initial Roles option implementation

22 May 17:18
Compare
Choose a tag to compare
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

20 May 10:02
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

Beta 1 release

All code have been refactored to use OOP. This eases development down the road.

Beta 0.8.0b

19 May 19:36
Compare
Choose a tag to compare
Beta 0.8.0b Pre-release
Pre-release
Merge pull request #3 from andreherberth/v1.0-Dev

V1.0 dev

Syncable

17 May 13:32
Compare
Choose a tag to compare
Syncable Pre-release
Pre-release

Initial Sync functionality.

BugFix Release

16 May 20:36
Compare
Choose a tag to compare
BugFix Release Pre-release
Pre-release
Added Sync function

Added initial sync function.

Alpha 0.2.2

14 May 10:32
Compare
Choose a tag to compare
Alpha 0.2.2 Pre-release
Pre-release
Version Bump

Version bump and license info in plugin header.

Alpha 0.2.1

13 May 10:12
Compare
Choose a tag to compare
Alpha 0.2.1 Pre-release
Pre-release
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

12 May 20:56
Compare
Choose a tag to compare
Pre-release

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.