Plugin Directory

Changeset 613916


Ignore:
Timestamp:
10/18/2012 03:40:12 AM (13 years ago)
Author:
bgentry
Message:
 
Location:
easy-faq-with-expanding-text
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-faq-with-expanding-text/trunk/faq.php

    r612059 r613916  
    2323            wp_enqueue_script('faqmaker', plugins_url( 'faqmaker.js' , __FILE__ ), array('jquery'));
    2424            wp_enqueue_style( 'faqstyle', plugins_url( 'faqstyle.css' , __FILE__ ));
    25             add_filter( 'the_content', 'faq_filter' );
     25            add_filter( 'the_content', 'faq_filter',1 );
    2626        }
    2727        else {
  • easy-faq-with-expanding-text/trunk/readme.txt

    r612058 r613916  
    44Tags: faq pages
    55Tested up to: 3.4.1
    6 Stable tag: 2.0
     6Stable tag: 2.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424== Changelog ==
    2525
     26= 2.1 =
     27* Made the plugin more compatible with other plugins or themes that add elements to a page's content (such as social share buttons). With this update, those themes should not make the introductory paragraphs disappear.
     28
    2629= 2.0 =
    2730* Improved the performance of the plugin when answers contain different colored text, lists, etc.
Note: See TracChangeset for help on using the changeset viewer.