Ultimate FAQ - Version 1.3.1

Version Description

  • Fixed a JS error that was preventing the new shortcode helper from working with other plugins that modify the visual editor
Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Ultimate FAQ
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

Functions/EWD_UFAQ_Version_Update.php CHANGED
@@ -45,7 +45,7 @@ function EWD_UFAQ_Version_Update_Box() {
45
  <h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
46
  <div class="inside">
47
  <?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate FAQs plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
48
- <?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.3.0!", "EWD_UFAQ"); ?><br> <a href='https://wordpress.org/support/view/plugin-reviews/ultimate-faqs?filter=5'><?php _e("Please rate our plugin", "EWD_UFAQ"); ?></a> <?php _e("if you find Ultimate FAQs useful!", "EWD_UFAQ");?> </li></ul><?php } ?>
49
 
50
  <?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
51
  <?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
45
  <h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
46
  <div class="inside">
47
  <?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate FAQs plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
48
+ <?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.3.1!", "EWD_UFAQ"); ?><br> <a href='https://wordpress.org/support/view/plugin-reviews/ultimate-faqs?filter=5'><?php _e("Please rate our plugin", "EWD_UFAQ"); ?></a> <?php _e("if you find Ultimate FAQs useful!", "EWD_UFAQ");?> </li></ul><?php } ?>
49
 
50
  <?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
51
  <?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
Main.php CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: EWD_UFAQ
10
- Version: 1.3.0
11
  */
12
 
13
  global $ewd_ufaq_message;
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: EWD_UFAQ
10
+ Version: 1.3.1
11
  */
12
 
13
  global $ewd_ufaq_message;
html/OptionsPage.php CHANGED
@@ -242,7 +242,7 @@
242
  <fieldset><legend class="screen-reader-text"><span>Show Editor Helper</span></legend>
243
  <label title='Yes'><input type='radio' name='show_tinymce' value='Yes' <?php if($Show_TinyMCE == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
244
  <label title='No'><input type='radio' name='show_tinymce' value='No' <?php if($Show_TinyMCE == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
245
- <p>Should the shortcode builder be shown above the WordPress page/post editor, in the tollbar buttons?</p>
246
  </fieldset>
247
  </td>
248
  </tr>
@@ -411,7 +411,7 @@
411
  <td>
412
  <fieldset><legend class="screen-reader-text"><span>Sort Categories Ordering</span></legend>
413
  <label title='Ascending'><input type='radio' name='group_by_order' value='ASC' <?php if($Group_By_Order == "ASC") {echo "checked='checked'";} ?> /> <span>Ascending</span></label><br />
414
- <label title='Descending'><input type='radio' name='group_by_order' value='DESC' <?php if($Group_By_Category == "DESC") {echo "checked='checked'";} ?> /> <span>Descending</span></label><br />
415
  <p>How should FAQ categories be ordered? (Only used if "Group FAQs by Category" above is set to "Yes")</p>
416
  </fieldset>
417
  </td>
242
  <fieldset><legend class="screen-reader-text"><span>Show Editor Helper</span></legend>
243
  <label title='Yes'><input type='radio' name='show_tinymce' value='Yes' <?php if($Show_TinyMCE == "Yes") {echo "checked='checked'";} ?> /> <span>Yes</span></label><br />
244
  <label title='No'><input type='radio' name='show_tinymce' value='No' <?php if($Show_TinyMCE == "No") {echo "checked='checked'";} ?> /> <span>No</span></label><br />
245
+ <p>Should the shortcode builder be shown above the WordPress page/post editor, in the toolbar buttons?</p>
246
  </fieldset>
247
  </td>
248
  </tr>
411
  <td>
412
  <fieldset><legend class="screen-reader-text"><span>Sort Categories Ordering</span></legend>
413
  <label title='Ascending'><input type='radio' name='group_by_order' value='ASC' <?php if($Group_By_Order == "ASC") {echo "checked='checked'";} ?> /> <span>Ascending</span></label><br />
414
+ <label title='Descending'><input type='radio' name='group_by_order' value='DESC' <?php if($Group_By_Order == "DESC") {echo "checked='checked'";} ?> /> <span>Descending</span></label><br />
415
  <p>How should FAQ categories be ordered? (Only used if "Group FAQs by Category" above is set to "Yes")</p>
416
  </fieldset>
417
  </td>
js/tinymce-plugin.js CHANGED
@@ -1,6 +1,6 @@
1
  (function() {
2
  tinymce.PluginManager.add('UFAQ_Shortcodes', function( editor, url ) {
3
- editor.on('init', function(args){EWD_UFAQ_Disable_Non_Premium();});
4
  editor.addButton( 'UFAQ_Shortcodes', {
5
  title: 'FAQ Shortcodes',
6
  text: 'FAQs',
@@ -179,9 +179,6 @@ function EWD_UFAQ_Create_Category_List(initial) {
179
  console.log(result);
180
  });
181
 
182
- /*d['text'] = 'Default';
183
- d['value'] = 'default';
184
- result.push(d);*/
185
  return result;
186
  }
187
 
1
  (function() {
2
  tinymce.PluginManager.add('UFAQ_Shortcodes', function( editor, url ) {
3
+ //editor.on('init', function(args){EWD_UFAQ_Disable_Non_Premium();});
4
  editor.addButton( 'UFAQ_Shortcodes', {
5
  title: 'FAQ Shortcodes',
6
  text: 'FAQs',
179
  console.log(result);
180
  });
181
 
 
 
 
182
  return result;
183
  }
184
 
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
- === Plugin Name ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: frequently asked questions, FAQ, FAQs, easy FAQ, knowledge base, simple FAQ, FAQ categories, FAQs, knowledgebase, answer, FAQ answer, answers, faq page, FAQ Plugin, help, help desk, helpdesk, questions, FAQ questions, wordpress faq, FAQ list, FAQ accordion, custom post type with accordion, FAQ custom post type, faq list, faq with accordion, jquery ui accordion, jquery faq, jquery-ui, shortcodes, wordpress, WordPress Plugin, wordpress faq plugin, Categories, social media, facebook, widget, faq widget, widgets, statistics, AJAX, AJAX FAQ, analytics, responsive, responsive faq, submit questions, WooCommerce, WooCommerce FAQ, WooCommerce Tab, WooCommerce product page
4
- Requires at least: 3.7.0
5
- Tested up to: 4.4.2
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
@@ -146,6 +146,9 @@ Video 3 - FAQs Ordering
146
  9. All answers displayed in the 'list' FAQ mode
147
 
148
  == Changelog ==
 
 
 
149
  = 1.3.0 =
150
  - Added a feature that has been requested by a number of users, an FAQ shortcode helper, which lets you build shortcodes without having to remember and manually input the attributes. This feature can be turned off via the settings page, if you'd like to keep your tinyMCE button bar free of extra buttons
151
  - Fixed an error where category titles were no longer displaying
1
+ === Ultimate FAQs ===
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: frequently asked questions, FAQ, FAQs, easy FAQ, knowledge base, simple FAQ, FAQ categories, FAQs, knowledgebase, answer, FAQ answer, answers, faq page, FAQ Plugin, help, help desk, helpdesk, questions, FAQ questions, wordpress faq, FAQ list, FAQ accordion, custom post type with accordion, FAQ custom post type, faq list, faq with accordion, jquery ui accordion, jquery faq, jquery-ui, shortcodes, wordpress, WordPress Plugin, wordpress faq plugin, Categories, social media, facebook, widget, faq widget, widgets, statistics, AJAX, AJAX FAQ, analytics, responsive, responsive faq, submit questions, WooCommerce, WooCommerce FAQ, WooCommerce Tab, WooCommerce product page
4
+ Requires at least: 3.9.0
5
+ Tested up to: 4.5
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
146
  9. All answers displayed in the 'list' FAQ mode
147
 
148
  == Changelog ==
149
+ = 1.3.1 =
150
+ - Fixed a JS error that was preventing the new shortcode helper from working with other plugins that modify the visual editor
151
+
152
  = 1.3.0 =
153
  - Added a feature that has been requested by a number of users, an FAQ shortcode helper, which lets you build shortcodes without having to remember and manually input the attributes. This feature can be turned off via the settings page, if you'd like to keep your tinyMCE button bar free of extra buttons
154
  - Fixed an error where category titles were no longer displaying