Skip to content

Commit

Permalink
chore(release): 2.9.10 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 2.9.10](v2.9.9...v2.9.10) (2020-06-24)

- [Fix] JS error for some modules when the module names are translated
  • Loading branch information
pirate-bot committed Jun 24, 2020
1 parent 8fc896e commit 4565f41
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/includes/class-orbit-fox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "themeisle-companion",
"version": "2.9.9",
"version": "2.9.10",
"description": "Orbit Fox",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themeisle-companion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 4565f41

Please sign in to comment.