diff --git a/CHANGELOG.md b/CHANGELOG.md index b1301ff7..86ac16ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 2.10.42](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.41...v2.10.42) (2024-12-03) + +- Fixed compatibility issues with WordPress 6.7 and Elementor widgets + ##### [Version 2.10.41](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.40...v2.10.41) (2024-11-22) - Fixed issues with the latest release causing errors in the customizer diff --git a/core/includes/class-orbit-fox.php b/core/includes/class-orbit-fox.php index 0c00a41a..a8817140 100644 --- a/core/includes/class-orbit-fox.php +++ b/core/includes/class-orbit-fox.php @@ -69,7 +69,7 @@ public function __construct() { $this->plugin_name = 'orbit-fox'; - $this->version = '2.10.41'; + $this->version = '2.10.42'; $this->load_dependencies(); $this->set_locale(); diff --git a/package-lock.json b/package-lock.json index 2de5f518..d19a2c22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.10.41", + "version": "2.10.42", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f162ab38..7f191578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.10.41", + "version": "2.10.42", "description": "Orbit Fox", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 5444c4b3..5adbf2c0 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade ## Changelog ## +##### [Version 2.10.42](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.41...v2.10.42) (2024-12-03) + +- Fixed compatibility issues with WordPress 6.7 and Elementor widgets + + + + ##### [Version 2.10.41](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.40...v2.10.41) (2024-11-22) - Fixed issues with the latest release causing errors in the customizer diff --git a/readme.txt b/readme.txt index f43e05e4..a62e325c 100644 --- a/readme.txt +++ b/readme.txt @@ -107,6 +107,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade == Changelog == +##### [Version 2.10.42](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.41...v2.10.42) (2024-12-03) + +- Fixed compatibility issues with WordPress 6.7 and Elementor widgets + + + + ##### [Version 2.10.41](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.40...v2.10.41) (2024-11-22) - Fixed issues with the latest release causing errors in the customizer diff --git a/themeisle-companion.php b/themeisle-companion.php index 69cea0be..5e9f8bd1 100644 --- a/themeisle-companion.php +++ b/themeisle-companion.php @@ -15,7 +15,7 @@ * Plugin Name: Orbit Fox Companion * Plugin URI: https://orbitfox.com/ * Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, Gutenberg blocks, and newly added Elementor/BeaverBuilder page builder widgets on each release. - * Version: 2.10.41 + * Version: 2.10.42 * Author: Themeisle * Author URI: https://orbitfox.com/ * License: GPL-2.0+