Changeset 761585
- Timestamp:
- 08/24/2013 06:02:53 AM (13 years ago)
- Location:
- membership-simplified-for-oap-members-only/trunk
- Files:
-
- 1 added
- 2 deleted
- 3 edited
-
functions.php (modified) (1 diff)
-
js/jquery-ui-1.10.3.custom.min.js (added)
-
js/jquery-ui-1.8.16.custom.min.js (deleted)
-
js/jquery-ui-1.9.1.custom.min.js (deleted)
-
oapmembership.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
membership-simplified-for-oap-members-only/trunk/functions.php
r761580 r761585 50 50 wp_register_script( 'oapcustom', plugins_url('/js/custom.js', __FILE__) ); 51 51 wp_enqueue_script( 'oapcustom' ); 52 wp_register_script( 'jqueryuicustom', plugins_url('/js/jquery-ui-1. 9.1.custom.min.js', __FILE__) );52 wp_register_script( 'jqueryuicustom', plugins_url('/js/jquery-ui-1.10.3.custom.min.js', __FILE__) ); 53 53 wp_enqueue_script('jqueryuicustom'); 54 54 wp_register_script( 'uploader_script', plugins_url() .'/membership-simplified-for-oap-members-only/js/uploader-script.js', array('jquery','media-upload','thickbox') ); -
membership-simplified-for-oap-members-only/trunk/oapmembership.php
r761580 r761585 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 87 Version: Beta 1.39 8 8 Release date: 8/23/2013 9 9 Author URI: http://membership.officeautopilot.com -
membership-simplified-for-oap-members-only/trunk/readme.txt
r761580 r761585 47 47 48 48 == Changelog == 49 50 = Beta 1.39 = 51 * Upgrading jQuery UI which fixes the issue with Appearance > Menu Items not working properly 49 52 50 53 = Beta 1.38 =
Note: See TracChangeset
for help on using the changeset viewer.