Ultimate FAQ - Version 1.8.28

Version Description

  • Correcting issue with Set Access Role option
Download this release

Release Info

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

Code changes from version 1.8.27 to 1.8.28

Files changed (2) hide show
  1. Main.php +2 -2
  2. readme.txt +4 -1
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: ultimate-faqs
10
- Version: 1.8.27
11
  */
12
 
13
  global $ewd_ufaq_message;
@@ -38,7 +38,7 @@ function EWD_UFAQ_Enable_Sub_Menu() {
38
  global $submenu;
39
 
40
  $Admin_Approval = get_option("EWD_UFAQ_Admin_Approval");
41
- $Access_Role = get_option("UPCP_Access_Role");
42
 
43
  if ($Access_Role == "") {$Access_Role = "edit_posts";}
44
 
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
+ Version: 1.8.28
11
  */
12
 
13
  global $ewd_ufaq_message;
38
  global $submenu;
39
 
40
  $Admin_Approval = get_option("EWD_UFAQ_Admin_Approval");
41
+ $Access_Role = get_option("EWD_UFAQ_Access_Role");
42
 
43
  if ($Access_Role == "") {$Access_Role = "edit_posts";}
44
 
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
4
  Requires at least: 3.9.0
5
- Tested up to: 5.2
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
@@ -281,6 +281,9 @@ Video 3 - FAQs Ordering
281
 
282
  == Changelog ==
283
 
 
 
 
284
  = 1.8.27 =
285
  - Changing the way the schema is included to the new JSON-LD format
286
  - Adding an option to disable the schema
2
  Contributors: Rustaurius, EtoileWebDesign
3
  Tags: faq, faqs, woocommerce faq, frequently asked questions, faq widget
4
  Requires at least: 3.9.0
5
+ Tested up to: 5.3
6
  License: GPLv3
7
  License URI:http://www.gnu.org/licenses/gpl-3.0.html
8
 
281
 
282
  == Changelog ==
283
 
284
+ = 1.8.28 =
285
+ - Correcting issue with Set Access Role option
286
+
287
  = 1.8.27 =
288
  - Changing the way the schema is included to the new JSON-LD format
289
  - Adding an option to disable the schema