Dynamic Conditions - Version 1.5.1

Version Description

  • Fix issue with shortcodes
Download this release

Release Info

Developer rtowebsites
Plugin Icon wp plugin Dynamic Conditions
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.1b to 1.5.1

Files changed (2) hide show
  1. README.txt +4 -1
  2. dynamic-conditions.php +2 -2
README.txt CHANGED
@@ -5,7 +5,7 @@ Tags: elementor, conditions, dynamic, fields, rto
5
  Requires at least: 5.0
6
  Requires PHP: 7.0
7
  Tested up to: 5.7
8
- Stable tag: 1.5.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -65,6 +65,9 @@ You can find it here:
65
  1. Widget options for conditions
66
 
67
  == Changelog ==
 
 
 
68
  = 1.5.0 =
69
  * Add option to hide wrappers and other elements by selector (javascript only)
70
  * Add new compare type "in_array_contains"
5
  Requires at least: 5.0
6
  Requires PHP: 7.0
7
  Tested up to: 5.7
8
+ Stable tag: 1.5.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
65
  1. Widget options for conditions
66
 
67
  == Changelog ==
68
+ = 1.5.1 =
69
+ * Fix issue with shortcodes
70
+
71
  = 1.5.0 =
72
  * Add option to hide wrappers and other elements by selector (javascript only)
73
  * Add new compare type "in_array_contains"
dynamic-conditions.php CHANGED
@@ -22,7 +22,7 @@ use DynamicConditions\Lib\Deactivator;
22
  * Plugin Name: DynamicConditions
23
  * Plugin URI: https://github.com/RTO-Websites/dynamic-conditions
24
  * Description: Activates conditions for dynamic tags to show/hides a widget.
25
- * Version: 1.5.1b
26
  * Author: RTO GmbH
27
  * Author URI: https://www.rto.de
28
  * License: GPL-2.0+
@@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
36
  die;
37
  }
38
 
39
- define( 'DynamicConditions_VERSION', '1.5.1b' );
40
 
41
  define( 'DynamicConditions_DIR', str_replace( '\\', '/', __DIR__ ) );
42
  define( 'DynamicConditions_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
22
  * Plugin Name: DynamicConditions
23
  * Plugin URI: https://github.com/RTO-Websites/dynamic-conditions
24
  * Description: Activates conditions for dynamic tags to show/hides a widget.
25
+ * Version: 1.5.1
26
  * Author: RTO GmbH
27
  * Author URI: https://www.rto.de
28
  * License: GPL-2.0+
36
  die;
37
  }
38
 
39
+ define( 'DynamicConditions_VERSION', '1.5.1' );
40
 
41
  define( 'DynamicConditions_DIR', str_replace( '\\', '/', __DIR__ ) );
42
  define( 'DynamicConditions_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );