diff --git a/readme.txt b/readme.txt index 2ca953c..f7ba4ac 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Author URI: https://www.wpzoom.com/ Requires at least: 5.2 Requires PHP: 7.2 Tested up to: 5.9 -Stable tag: 1.1.15 +Stable tag: 1.1.16 License: GNU General Public License v2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: elementor, elementor kits, elementor widgets, widgets, page builder templates, templates, wpzoom, inspiro @@ -109,6 +109,9 @@ Absolutely no! The WPZOOM Addons for Elementor only adds additional custom templ == Changelog == += 1.1.16 = +* Added new templates for the new CookBook theme + = 1.1.15 = * Added 2 new widgets: Image Box, Featured Category diff --git a/wpzoom-elementor-addons.php b/wpzoom-elementor-addons.php index 3963bf3..ff9f094 100644 --- a/wpzoom-elementor-addons.php +++ b/wpzoom-elementor-addons.php @@ -3,7 +3,7 @@ * Plugin Name: Elementor Addons by WPZOOM * Plugin URI: https://wpzoom.com/plugins/ * Description: A plugin that provides a collection of Elementor Templates and advanced widgets created by the WPZOOM team - * Version: 1.1.15 + * Version: 1.1.16 * Author: WPZOOM * Author URI: https://www.wpzoom.com/ * Text Domain: wpzoom-elementor-addons @@ -23,7 +23,7 @@ exit; // Exit if accessed directly. } -define( 'WPZOOM_EL_ADDONS_VER', '1.1.15' ); +define( 'WPZOOM_EL_ADDONS_VER', '1.1.16' ); define( 'WPZOOM_EL_ADDONS__FILE__', __FILE__ ); define( 'WPZOOM_EL_ADDONS_PLUGIN_BASE', plugin_basename( WPZOOM_EL_ADDONS__FILE__ ) );