Changeset 1993183
- Timestamp:
- 12/12/2018 11:56:23 PM (7 years ago)
- Location:
- wp-group-subscriptions/trunk
- Files:
-
- 3 edited
-
WPGroupSubs.php (modified) (1 diff)
-
config/config.ini (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-group-subscriptions/trunk/WPGroupSubs.php
r1993173 r1993183 4 4 Plugin URI: https://wp-group-subscriptions.com 5 5 Description: Accepts paying group registrations. Gives access to restricted content for members or groups of members. 6 Version: 0.1. 16 Version: 0.1.2 7 7 Author: Hive 4 Apps 8 8 Author URI: http://www.hive-4-apps.org/ -
wp-group-subscriptions/trunk/config/config.ini
r1993173 r1993183 2 2 title=WP Group Subscriptions 3 3 domain=wp-group-subscriptions 4 version=0.1. 14 version=0.1.2 5 5 initials=WGS 6 6 prefix=wgs_ -
wp-group-subscriptions/trunk/readme.txt
r1993173 r1993183 5 5 Tested up to: 4.9.6 6 6 Requires PHP: 7.0.29 7 Stable tag: 0.1. 17 Stable tag: 0.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 To insert the published plans as cards on your website, you must to write the shortcode [wgs-plans][/wgs-plans] in a page or a post. 57 57 58 = The plan sign in button does not redirect to show the right form, how can I fix this? =58 = The "Sign un" plan button does not redirect to show the right form, how can I fix this? = 59 59 60 60 Unfortunately, for some reasons, sometimes that happens. You need to go to Settings > Permalinks and save again. Normally, that fixes the bug. … … 72 72 == Changelog == 73 73 74 = 0.1.2 = 75 * Small fix in readme.txt 76 77 = 0.1.1 = 78 * FAQ in readme.txt 79 74 80 = 0.1.0 = 75 76 81 * First stable version with basic features 77 82 * Plans, Members, Subscription management
Note: See TracChangeset
for help on using the changeset viewer.