Plugin Directory

Changeset 463289


Ignore:
Timestamp:
11/15/2011 09:39:52 PM (13 years ago)
Author:
rfrankel
Message:

Changed instructions on FAQ categories.

Location:
wp-super-faq/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-super-faq/trunk/readme.txt

    r461440 r463289  
    55Requires at least: 3.1
    66Tested up to: 3.2.1
    7 Stable tag: 0.5.1
     7Stable tag: 0.5.2
    88
    99A lightweight FAQ/QNA plugin that includes an FAQ shortcode for your site. A simple jQuery animation is included to show/hide each question.
     
    5252== Changelog ==
    5353
     54= 0.5.2 =
     55Minor update to try and add better instructions for FAQ categories.
     56
    5457= 0.5.1 =
    5558Fixed a bug with show_categories=true.  The ID was not displaying directly.
     
    7376== Upgrade Notice ==
    7477
     78= 0.5.2 =
     79Minor updated changing some instructions in the back-end.  Not a required update but recommended. 
     80
    7581= 0.5.1 =
    7682Minor updated but fixes a bug in the show_categories=true shortcode.  If you are using this shortcode you need to upgrade.
  • wp-super-faq/trunk/wp_super_faq.php

    r461440 r463289  
    44Plugin URI: http://plugins.swampedpublishing.com/wp-super-faq
    55Description: A lightweight Wordpress Plugin that implements an FAQ page on your site using simple jQuery animation for a clean, usable interface.
    6 Version: 0.5.1
     6Version: 0.5.2
    77Author: rfrankel
    88Author URI: http://plugins.swampedpublishing.com/
     
    9696        'add_new_item' => __( 'Add New FAQ Category' ),
    9797        'new_item_name' => __( 'New FAQ Category Name' ),
    98         'separate_items_with_commas' => __( 'Separate FAQ Categories with commas' ),
     98        'separate_items_with_commas' => __( 'Choose an appropriate FAQ Category for this question (one per question)' ),
    9999        'add_or_remove_items' => __( 'Add or remove FAQ Categories' ),
    100100        'choose_from_most_used' => __( 'Choose from the most used FAQ Categories' ),
Note: See TracChangeset for help on using the changeset viewer.