Plugin Directory

Changeset 761585


Ignore:
Timestamp:
08/24/2013 06:02:53 AM (13 years ago)
Author:
william.deangelis
Message:

Upgrading jQuery UI which fixes the issue with Appearance > Menu Items not working properly

Location:
membership-simplified-for-oap-members-only/trunk
Files:
1 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • membership-simplified-for-oap-members-only/trunk/functions.php

    r761580 r761585  
    5050    wp_register_script( 'oapcustom', plugins_url('/js/custom.js', __FILE__) );
    5151    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__) );
    5353    wp_enqueue_script('jqueryuicustom');
    5454    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  
    55Description: 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)
    66Author: William DeAngelis of OfficeAutopilot
    7 Version: Beta 1.38
     7Version: Beta 1.39
    88Release date: 8/23/2013
    99Author URI: http://membership.officeautopilot.com
  • membership-simplified-for-oap-members-only/trunk/readme.txt

    r761580 r761585  
    4747
    4848== Changelog ==
     49
     50= Beta 1.39 =
     51* Upgrading jQuery UI which fixes the issue with Appearance > Menu Items not working properly
    4952
    5053= Beta 1.38 =
Note: See TracChangeset for help on using the changeset viewer.