Elementor Addons & Templates – Sizzify Lite - Version 1.0.4

Version Description

  • Name change due to stipulation on Elementor's Terms and Conditions
  • Adjustments made to plugin and author urls
Download this release

Release Info

Developer WPDevHQ
Plugin Icon wp plugin Elementor Addons & Templates – Sizzify Lite
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.3 to 1.0.4

Files changed (2) hide show
  1. elementor-addon-widgets.php +6 -6
  2. readme.txt +6 -3
elementor-addon-widgets.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Plugin Name: Elementor Addon Widgets
5
- * Plugin URI: http://www.wpdevhq.com/plugins/elementor-addon-widgets
6
  * Description: A helper plugin for users of Elementor Pagebuilder.
7
- * Version: 1.0.3
8
  * Author: WPDevHQ
9
- * Author URI: http://www.wpdevhq.com/
10
  * Requires at least: 4.4
11
- * Tested up to: 4.6.1
12
  */
13
 
14
  /* Do not access this file directly */
@@ -18,7 +18,7 @@ if ( ! defined( 'WPINC' ) ) { die; }
18
  ------------------------------------------ */
19
 
20
  /* Set plugin version constant. */
21
- define( 'EA_VERSION', '1.0.0' );
22
 
23
  /* Set constant path to the plugin directory. */
24
  define( 'EA_PATH', trailingslashit( plugin_dir_path(__FILE__) ) );
1
  <?php
2
 
3
  /*
4
+ * Plugin Name: Addon Widgets Elementor
5
+ * Plugin URI: https://wpdevhq.com/plugins/addon-widgets-for-elementor
6
  * Description: A helper plugin for users of Elementor Pagebuilder.
7
+ * Version: 1.0.4
8
  * Author: WPDevHQ
9
+ * Author URI: https://wpdevhq.com/
10
  * Requires at least: 4.4
11
+ * Tested up to: 4.7.2
12
  */
13
 
14
  /* Do not access this file directly */
18
  ------------------------------------------ */
19
 
20
  /* Set plugin version constant. */
21
+ define( 'EA_VERSION', '1.0.4' );
22
 
23
  /* Set constant path to the plugin directory. */
24
  define( 'EA_PATH', trailingslashit( plugin_dir_path(__FILE__) ) );
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Elementor Addon Widgets ===
2
 
3
  Contributors: WPDevHQ
4
  Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, woocommerce, template builder, builder templates
5
  Requires at least: 4.4
6
- Tested up to: 4.6.1
7
- Stable tag: 1.0.3
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -61,6 +61,9 @@ See this [issue #495](https://github.com/pojome/elementor/issues/495) for curren
61
  4. Frontend view posts with custom title.
62
 
63
  == Changelog ==
 
 
 
64
 
65
  = 1.0.3 =
66
  * FIXED: Fatal error clash with Storefront on checking if WooCommerce is active.
1
+ === Addon Widgets For Elementor ===
2
 
3
  Contributors: WPDevHQ
4
  Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, woocommerce, template builder, builder templates
5
  Requires at least: 4.4
6
+ Tested up to: 4.7.2
7
+ Stable tag: 1.0.4
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
61
  4. Frontend view posts with custom title.
62
 
63
  == Changelog ==
64
+ = 1.0.4 =
65
+ * Name change due to stipulation on Elementor's Terms and Conditions
66
+ * Adjustments made to plugin and author urls
67
 
68
  = 1.0.3 =
69
  * FIXED: Fatal error clash with Storefront on checking if WooCommerce is active.