Flash Toolkit - Version 1.2.3

Version Description

  • 22-04-2021 ==
  • Tweak - Updated Tested up to to 5.7.1.

=

Download this release

Release Info

Developer themegrilldev
Plugin Icon 128x128 Flash Toolkit
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

Files changed (3) hide show
  1. flash-toolkit.php +2 -2
  2. package.json +1 -1
  3. readme.txt +5 -2
flash-toolkit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Flash Toolkit
4
  * Plugin URI: http://themegrill.com/theme/flash
5
  * Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
6
- * Version: 1.2.2
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
@@ -30,7 +30,7 @@ if ( ! class_exists( 'FlashToolkit' ) ) :
30
  *
31
  * @var string
32
  */
33
- public $version = '1.2.2';
34
 
35
  /**
36
  * Instance of this class.
3
  * Plugin Name: Flash Toolkit
4
  * Plugin URI: http://themegrill.com/theme/flash
5
  * Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
6
+ * Version: 1.2.3
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
30
  *
31
  * @var string
32
  */
33
+ public $version = '1.2.3';
34
 
35
  /**
36
  * Instance of this class.
package.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "flash-toolkit",
3
  "title": "Flash Toolkit",
4
- "version": "1.2.2",
5
  "homepage": "http://themegrill.com/plugins/flash-toolkit/",
6
  "repository": {
7
  "type": "git",
1
  {
2
  "name": "flash-toolkit",
3
  "title": "Flash Toolkit",
4
+ "version": "1.2.3",
5
  "homepage": "http://themegrill.com/plugins/flash-toolkit/",
6
  "repository": {
7
  "type": "git",
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: ThemeGrill, shivapoudel
3
  Tags: theme, flash, toolkit, themegrill
4
  Requires at least: 4.0
5
- Tested up to: 5.4
6
- Stable tag: 1.2.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -31,6 +31,9 @@ Get free support at https://themegrill.com/support-forum/
31
  * The plugin currently only supports Flash theme.
32
 
33
  == Changelog ==
 
 
 
34
  == 1.2.2 - 22-07-2020 ==
35
  * Fix - Slider widget not loading on certain conditions.
36
  * FIx - PHP Warning: count(): Parameter must be an array or an object that implements Countable
2
  Contributors: ThemeGrill, shivapoudel
3
  Tags: theme, flash, toolkit, themegrill
4
  Requires at least: 4.0
5
+ Tested up to: 5.7.1
6
+ Stable tag: 1.2.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
31
  * The plugin currently only supports Flash theme.
32
 
33
  == Changelog ==
34
+ == 1.2.3 - 22-04-2021 ==
35
+ * Tweak - Updated `Tested up to` to 5.7.1.
36
+
37
  == 1.2.2 - 22-07-2020 ==
38
  * Fix - Slider widget not loading on certain conditions.
39
  * FIx - PHP Warning: count(): Parameter must be an array or an object that implements Countable