Ultimate FAQ - Version 2.0.21

Version Description

(2021-08-12) = - Updated deprecated block_categories.

Download this release

Release Info

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

Code changes from version 2.0.20 to 2.0.21

includes/Blocks.class.php CHANGED
@@ -13,7 +13,7 @@ class ewdufaqBlocks {
13
 
14
  add_action( 'init', array( $this, 'add_faq_blocks' ) );
15
 
16
- add_filter( 'block_categories', array( $this, 'add_block_category' ) );
17
  }
18
 
19
  /**
13
 
14
  add_action( 'init', array( $this, 'add_faq_blocks' ) );
15
 
16
+ add_filter( 'block_categories_all', array( $this, 'add_block_category' ) );
17
  }
18
 
19
  /**
lib/simple-admin-pages/css/admin-settings.css CHANGED
@@ -2,6 +2,10 @@
2
  /***** OPTIONS PAGE *****/
3
  /************************/
4
 
 
 
 
 
5
  /* Side Menu */
6
  .wrap.sap-settings-page h2.nav-tab-wrapper {
7
  position: relative;
2
  /***** OPTIONS PAGE *****/
3
  /************************/
4
 
5
+ .wrap.sap-settings-page h1 {
6
+ width: 100%;
7
+ }
8
+
9
  /* Side Menu */
10
  .wrap.sap-settings-page h2.nav-tab-wrapper {
11
  position: relative;
readme.txt CHANGED
@@ -264,6 +264,9 @@ Video 3 - FAQs Ordering
264
 
265
  == Changelog ==
266
 
 
 
 
267
  = 2.0.20 (2021-07-21) =
268
  - Updating a condition to account for a possible notice create by a rare use of the_content filter.
269
 
264
 
265
  == Changelog ==
266
 
267
+ = 2.0.21 (2021-08-12) =
268
+ - Updated deprecated block_categories.
269
+
270
  = 2.0.20 (2021-07-21) =
271
  - Updating a condition to account for a possible notice create by a rare use of the_content filter.
272
 
ultimate-faqs.php CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
7
  Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
- Version: 2.0.20
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) )
7
  Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: ultimate-faqs
10
+ Version: 2.0.21
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) )