Changeset 806582
- Timestamp:
- 11/19/2013 05:27:19 AM (12 years ago)
- Location:
- simple-faqs
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1 (copied) (copied from simple-faqs/trunk)
-
tags/1.1/license.txt (copied) (copied from simple-faqs/trunk/license.txt)
-
tags/1.1/readme.txt (copied) (copied from simple-faqs/trunk/readme.txt) (2 diffs)
-
tags/1.1/simple-faq.php (copied) (copied from simple-faqs/trunk/simple-faq.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-faq.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-faqs/tags/1.1/readme.txt
r806059 r806582 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 = 1.0 = 36 36 Initial launch 37 38 = 1.1 = 39 Reset Post Data To avoid conflict with Theme Queries -
simple-faqs/tags/1.1/simple-faq.php
r806054 r806582 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. 06 * Version: 1.1 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 97 97 $i++; 98 98 } 99 wp_reset_postdata(); 99 100 return $output; 100 101 } -
simple-faqs/trunk/readme.txt
r806059 r806582 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 = 1.0 = 36 36 Initial launch 37 38 = 1.1 = 39 Reset Post Data To avoid conflict with Theme Queries -
simple-faqs/trunk/simple-faq.php
r806054 r806582 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. 06 * Version: 1.1 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 97 97 $i++; 98 98 } 99 wp_reset_postdata(); 99 100 return $output; 100 101 }
Note: See TracChangeset
for help on using the changeset viewer.