Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codesnippetspro/translentor",
"version": "1.6.4",
"version": "1.6.5",
"description": "Translentor - Elementor-specific translation tool for WordPress.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.8.3
Requires PHP: 7.4
Requires at least: 6.6
Requires Plugins: elementor
Stable tag: 1.6.4
Stable tag: 1.6.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/translentor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Translentor
* Plugin URI: https://translentor.com
* Description: This plugin adds a language translator widget to the Elementor Page Builder.
* Version: 1.6.4
* Version: 1.6.5
* Author: Code Snippets Pro
* Author URI: https://translentor.com
* Domain Path: translentor
Expand Down Expand Up @@ -89,7 +89,7 @@ function translentor_admin_notice_elementor_missing() {

class Translentor {
public const DIR = __DIR__ . DIRECTORY_SEPARATOR;
public const VERSION = '1.6.4';
public const VERSION = '1.6.5';
public const SLUG = 'translentor';
public const CATEGORY_ICON = 'fa fa-plug';
public const CATEGORY = 'Translator';
Expand Down