Changeset 691283
- Timestamp:
- 04/03/2013 05:25:56 PM (13 years ago)
- Location:
- membership-simplified-for-oap-members-only/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
oapmembership.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
membership-simplified-for-oap-members-only/trunk/functions.php
r638197 r691283 2846 2846 add_filter('mce_external_plugins', 'add_ppshortcode_plugin'); 2847 2847 2848 add_filter('mce_buttons ', 'register_button');2848 add_filter('mce_buttons_3', 'register_button'); 2849 2849 2850 2850 } -
membership-simplified-for-oap-members-only/trunk/oapmembership.php
r638197 r691283 5 5 Description: Membership Simplified allows you to generate membership lessons with templated content to create a unified look and feel throughout your courses. It also provides the inner workings such as navigation options, a login widget, and tinymce buttons to use when protecting any post or page content. Additionally, it sits on top of PilotPress, thus allowing you to use videos from the video manager, downloadable files from the file manager, and much more. Super easy to setup and manage! (Requires an OfficeAutopilot account and PilotPress installed) 6 6 Author: William DeAngelis of OfficeAutopilot 7 Version: Beta 1.3 08 Release date: 11/27/20127 Version: Beta 1.31 8 Release date: 4/3/2013 9 9 Author URI: http://membership.officeautopilot.com 10 10 */ -
membership-simplified-for-oap-members-only/trunk/readme.txt
r638197 r691283 50 50 51 51 == Changelog == 52 53 = Beta 1.31 = 54 * Minor change adding shortcode buttons to the third row of the tinymce editor 55 52 56 53 57 = Beta 1.30 =
Note: See TracChangeset
for help on using the changeset viewer.