diff --git a/CHANGELOG.md b/CHANGELOG.md index 483c9683..55d187db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##### [Version 2.10.28](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.27...v2.10.28) (2024-01-15) + +### Bug Fixes +- **Pricing Table widget** sanitisation on URL. + +### Improvements +- **Updated dependencies** + ##### [Version 2.10.27](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.26...v2.10.27) (2023-12-18) ### Improvements diff --git a/core/includes/class-orbit-fox.php b/core/includes/class-orbit-fox.php index 67db230b..db32d619 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.27'; + $this->version = '2.10.28'; $this->load_dependencies(); $this->set_locale(); diff --git a/package-lock.json b/package-lock.json index 00a5b8d5..8d559e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.10.27", + "version": "2.10.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06ec15d1..7e09ac25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.10.27", + "version": "2.10.28", "description": "Orbit Fox", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 3c37f2e4..a44615d7 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,17 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade ## Changelog ## +##### [Version 2.10.28](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.27...v2.10.28) (2024-01-15) + +### Bug Fixes +- **Pricing Table widget** sanitisation on URL. + +### Improvements +- **Updated dependencies** + + + + ##### [Version 2.10.27](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.26...v2.10.27) (2023-12-18) ### Improvements diff --git a/readme.txt b/readme.txt index ccc15c76..028edcbb 100644 --- a/readme.txt +++ b/readme.txt @@ -107,6 +107,17 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade == Changelog == +##### [Version 2.10.28](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.27...v2.10.28) (2024-01-15) + +### Bug Fixes +- **Pricing Table widget** sanitisation on URL. + +### Improvements +- **Updated dependencies** + + + + ##### [Version 2.10.27](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.26...v2.10.27) (2023-12-18) ### Improvements diff --git a/themeisle-companion.php b/themeisle-companion.php index 37af0335..d92eb1d7 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.27 + * Version: 2.10.28 * Author: Themeisle * Author URI: https://orbitfox.com/ * License: GPL-2.0+