From 4565f419a85c3a8e6351abb96f1fcc64d23e2959 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 24 Jun 2020 07:08:33 +0000 Subject: [PATCH] chore(release): 2.9.10 [skip ci] ##### [Version 2.9.10](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.9...v2.9.10) (2020-06-24) - [Fix] JS error for some modules when the module names are translated --- CHANGELOG.md | 4 ++++ core/includes/class-orbit-fox.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.md | 7 +++++++ readme.txt | 7 +++++++ themeisle-companion.php | 2 +- 7 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e67b27..ade19441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 2.9.10](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.9...v2.9.10) (2020-06-24) + +- [Fix] JS error for some modules when the module names are translated + ##### [Version 2.9.9](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.8...v2.9.9) (2020-06-05) New Header/Footer Scripts module diff --git a/core/includes/class-orbit-fox.php b/core/includes/class-orbit-fox.php index 883d0849..49f66ba4 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.9.9'; + $this->version = '2.9.10'; $this->load_dependencies(); $this->set_locale(); diff --git a/package-lock.json b/package-lock.json index b8f651b8..3ff3b9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.9.9", + "version": "2.9.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d33e12f..f2ec2d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeisle-companion", - "version": "2.9.9", + "version": "2.9.10", "description": "Orbit Fox", "repository": { "type": "git", diff --git a/readme.md b/readme.md index b637bfbb..34608b72 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade ## Changelog ## +##### [Version 2.9.10](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.9...v2.9.10) (2020-06-24) + +- [Fix] JS error for some modules when the module names are translated + + + + ##### [Version 2.9.9](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.8...v2.9.9) (2020-06-05) New Header/Footer Scripts module diff --git a/readme.txt b/readme.txt index fa1f183b..2d419758 100644 --- a/readme.txt +++ b/readme.txt @@ -109,6 +109,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade == Changelog == +##### [Version 2.9.10](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.9...v2.9.10) (2020-06-24) + +- [Fix] JS error for some modules when the module names are translated + + + + ##### [Version 2.9.9](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.8...v2.9.9) (2020-06-05) New Header/Footer Scripts module diff --git a/themeisle-companion.php b/themeisle-companion.php index d4ac2fef..8e13746b 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.9.9 + * Version: 2.9.10 * Author: Themeisle * Author URI: https://orbitfox.com/ * License: GPL-2.0+