Changeset 1629999
- Timestamp:
- 04/05/2017 10:47:10 AM (9 years ago)
- Location:
- hs-simple-faq/trunk
- Files:
-
- 1 added
- 5 edited
-
hs-simple-faq.php (modified) (1 diff)
-
inc/front-end.php (modified) (2 diffs)
-
inc/hs-faq-option-page.php (modified) (1 diff)
-
inc/js/custom-faq.js (modified) (1 diff)
-
inc/js/jquery-1.10.2.js (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hs-simple-faq/trunk/hs-simple-faq.php
r1626349 r1629999 4 4 * Plugin URI: http://heliossolutions.in/ 5 5 * Description: Hs simple and responsive faq plugin is the simplest wordpress responsive faq plugin. 6 * Version: 4.0. 16 * Version: 4.0.0 7 7 * Author: Helios Solutions 8 8 * Author URI: http://heliossolutions.in/ 9 9 */ 10 11 if ( ! defined( 'ABSPATH' ) ) { 12 echo "Hi there! Nice try. Come again."; 13 die(); 14 } 15 10 16 $plugin_url = WP_PLUGIN_URL . '/hs-simple-faq'; 11 17 $options = array(); -
hs-simple-faq/trunk/inc/front-end.php
r1178253 r1629999 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) { 3 echo "Hi there! Nice try. Come again."; 4 die(); 5 } 2 6 3 7 $i = 1; … … 55 59 echo '<div class="hs-faq-accordion">'; 56 60 while ($query->have_posts()) : $query->the_post(); 57 58 61 $i = get_the_ID(); 59 62 $title = get_the_title(); -
hs-simple-faq/trunk/inc/hs-faq-option-page.php
r1178253 r1629999 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) { 3 echo "Hi there! Nice try. Come again."; 4 die(); 5 } 6 7 ?> 1 8 <div class="wrap"> 2 9 -
hs-simple-faq/trunk/inc/js/custom-faq.js
r1626346 r1629999 13 13 heightStyle: "content" 14 14 }); 15 jQuery( "#toggle" ).button().click(function() {16 if ( $( ".hs-faq-accordion" ).accordion( "option", "icons" ) ) {15 jQuery( "#toggle" ).button().click(function() { 16 if ( jQuery( ".hs-faq-accordion" ).accordion( "option", "icons" ) ) { 17 17 jQuery( ".hs-faq-accordion" ).accordion( "option", "icons", null ); 18 18 } else { -
hs-simple-faq/trunk/readme.txt
r1625793 r1629999 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Tested up to: 4.7.3 8 Stable tag: 4.0. 18 Stable tag: 4.0.2 9 9 10 10 Simple and responsive faq plugin. … … 105 105 == Changelog == 106 106 107 = 4.0.2 = 108 * Enhancement: Security options 109 * Bug fixes 110 107 111 = 4.0.1 = 108 112 * Compatibility with wordpress version 4.7.3 … … 141 145 == Upgrade Notice == 142 146 147 = 4.0.2 = 148 * Enhancement: Security options 149 * Bug fixes 150 143 151 = 4.0.1 = 144 152 * Compatibility with wordpress version 4.7.3
Note: See TracChangeset
for help on using the changeset viewer.