Plugin Directory

Changeset 873272


Ignore:
Timestamp:
03/11/2014 08:16:06 AM (12 years ago)
Author:
william.deangelis
Message:

Update to 1.52

Location:
membership-simplified-for-oap-members-only/trunk
Files:
4 edited

Legend:

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

    r857567 r873272  
    8585    wp_register_style( 'oapadminstyle', plugins_url('/css/admin_style.css', __FILE__) );
    8686    wp_enqueue_style( 'oapadminstyle' );
    87            wp_register_style( 'revealcss', plugins_url('/js/reveal.css', __FILE__) );
    88            wp_enqueue_style( 'revealcss' );
    8987    wp_register_style( 'confirm', plugins_url('/css/confirm.css', __FILE__) );
    9088    wp_enqueue_style( 'confirm' );
  • membership-simplified-for-oap-members-only/trunk/js/custom.js

    r857567 r873272  
    7878
    7979    /* Condition for media or Text Template*/
    80     // Enable colorview for background                         
    81     jQuery('#_oap_page_background_color').modcoder_excolor();   
    82     jQuery('#_oap_outer_page_background_color').modcoder_excolor();
     80    // Enable colorview for background
     81    // TODO - Figure out why this is breaking the ability to press enter in the HTML text section
     82    // jQuery('._on_off_advanced_setting').click(function()
     83    // {
     84    //  jQuery('#_oap_page_background_color').modcoder_excolor();   
     85    //  jQuery('#_oap_outer_page_background_color').modcoder_excolor();
     86    // });         
    8387
    8488    // Default Shared Template
  • membership-simplified-for-oap-members-only/trunk/oapmembership.php

    r865117 r873272  
    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, OfficeAutopilot
    7 Version: Beta 1.51
    8 Release date: 2/25/2014
     7Version: Beta 1.52
     8Release date: 3/11/2014
    99Author URI: http://membership.officeautopilot.com
    1010*/
  • membership-simplified-for-oap-members-only/trunk/readme.txt

    r865117 r873272  
    4747
    4848== Changelog ==
     49= Beta 1.52 =
     50* Removed the color picker in the Advanced Settings as it was preventing an issue with being able to click enter in the HTML text area. Will readd a new color picker for this item in a later release.
     51
    4952= Beta 1.51 =
    5053* Minor style change to fix bug where page content was getting stuck behind videos when a youtube or vimeo video was displayed
Note: See TracChangeset for help on using the changeset viewer.