Changeset 806632
- Timestamp:
- 11/19/2013 07:22:10 AM (12 years ago)
- Location:
- simple-faqs
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1.1 (copied) (copied from simple-faqs/trunk)
-
tags/1.1.1/license.txt (copied) (copied from simple-faqs/trunk/license.txt)
-
tags/1.1.1/readme.txt (copied) (copied from simple-faqs/trunk/readme.txt) (2 diffs)
-
tags/1.1.1/simple-faq.php (copied) (copied from simple-faqs/trunk/simple-faq.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-faq.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-faqs/tags/1.1.1/readme.txt
r806582 r806632 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1.1 6 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 = 1.1 = 39 39 Reset Post Data To avoid conflict with Theme Queries 40 41 = 1.1.1 42 Show all FAQ without pagination -
simple-faqs/tags/1.1.1/simple-faq.php
r806582 r806632 4 4 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates 5 5 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 69 69 'post_type' => 'simple-faqs', 70 70 'orderby' => 'menu_order', 71 'order' => 'ASC' 71 'order' => 'ASC', 72 'posts_per_page' => -1 72 73 ); 73 74 } … … 77 78 'orderby' => 'menu_order', 78 79 'order' => 'ASC', 80 'posts_per_page' => -1, 79 81 'tax_query' => array ( 80 82 array( -
simple-faqs/trunk/readme.txt
r806582 r806632 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1.1 6 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 = 1.1 = 39 39 Reset Post Data To avoid conflict with Theme Queries 40 41 = 1.1.1 42 Show all FAQ without pagination -
simple-faqs/trunk/simple-faq.php
r806582 r806632 4 4 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates 5 5 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 69 69 'post_type' => 'simple-faqs', 70 70 'orderby' => 'menu_order', 71 'order' => 'ASC' 71 'order' => 'ASC', 72 'posts_per_page' => -1 72 73 ); 73 74 } … … 77 78 'orderby' => 'menu_order', 78 79 'order' => 'ASC', 80 'posts_per_page' => -1, 79 81 'tax_query' => array ( 80 82 array(
Note: See TracChangeset
for help on using the changeset viewer.