We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acba9bd commit 4746b56Copy full SHA for 4746b56
conditional.php
@@ -5,7 +5,7 @@
5
* Plugin URI: https://wordpress.org/plugins/visibility-logic-elementor
6
* Author URI: https://staxwp.com
7
* Author: StaxWP
8
- * Version: 2.1.2
+ * Version: 2.1.3
9
*
10
* Elementor tested up to: 3.2.4
11
* Elementor Pro tested up to: 3.2.2
@@ -17,7 +17,7 @@
17
exit; // Exit if accessed directly.
18
}
19
20
-define( 'STAX_VISIBILITY_VERSION', '2.1.2' );
+define( 'STAX_VISIBILITY_VERSION', '2.1.3' );
21
22
define( 'STAX_VISIBILITY_FILE', __FILE__ );
23
define( 'STAX_VISIBILITY_PLUGIN_BASE', plugin_basename( STAX_VISIBILITY_FILE ) );
0 commit comments