Changeset 463289
- Timestamp:
- 11/15/2011 09:39:52 PM (13 years ago)
- Location:
- wp-super-faq/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-super-faq/trunk/readme.txt
r461440 r463289 5 5 Requires at least: 3.1 6 6 Tested up to: 3.2.1 7 Stable tag: 0.5. 17 Stable tag: 0.5.2 8 8 9 9 A lightweight FAQ/QNA plugin that includes an FAQ shortcode for your site. A simple jQuery animation is included to show/hide each question. … … 52 52 == Changelog == 53 53 54 = 0.5.2 = 55 Minor update to try and add better instructions for FAQ categories. 56 54 57 = 0.5.1 = 55 58 Fixed a bug with show_categories=true. The ID was not displaying directly. … … 73 76 == Upgrade Notice == 74 77 78 = 0.5.2 = 79 Minor updated changing some instructions in the back-end. Not a required update but recommended. 80 75 81 = 0.5.1 = 76 82 Minor 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 4 4 Plugin URI: http://plugins.swampedpublishing.com/wp-super-faq 5 5 Description: 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. 16 Version: 0.5.2 7 7 Author: rfrankel 8 8 Author URI: http://plugins.swampedpublishing.com/ … … 96 96 'add_new_item' => __( 'Add New FAQ Category' ), 97 97 '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)' ), 99 99 'add_or_remove_items' => __( 'Add or remove FAQ Categories' ), 100 100 'choose_from_most_used' => __( 'Choose from the most used FAQ Categories' ),
Note: See TracChangeset
for help on using the changeset viewer.