Skip to content

Commit

Permalink
Merge pull request #769 from brainstormforce/pr-changes1625
Browse files Browse the repository at this point in the history
Release 1.6.25 PR checklist
  • Loading branch information
sushmak02 authored Feb 13, 2024
2 parents be44584 + 8d03695 commit 439dc74
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This same applies when you are creating your Header/Footer using this plugin.

## Changelog ##

### 1.6.24.1 - Development Version ###
### 1.6.25 ###
- Security Fix: Hardened the security of the plugin. Props: Wordfence.
- Fix: Automatic translation support for templates on Specific Pages / Posts / Taxonomies, etc.
- Fix: Navigation Menu - Multistep submenu fails to display when a border radius is applied to dropdown.
Expand Down
4 changes: 2 additions & 2 deletions header-footer-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* Author URI: https://www.brainstormforce.com/
* Text Domain: header-footer-elementor
* Domain Path: /languages
* Version: 1.6.24.1
* Version: 1.6.25
* Elementor tested up to: 3.19
* Elementor Pro tested up to: 3.19
*
* @package header-footer-elementor
*/

define( 'HFE_VER', '1.6.24.1' );
define( 'HFE_VER', '1.6.25' );
define( 'HFE_FILE', __FILE__ );
define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
Expand Down
8 changes: 4 additions & 4 deletions languages/header-footer-elementor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the same license as the Elementor Header & Footer Builder package.
msgid ""
msgstr ""
"Project-Id-Version: Elementor Header & Footer Builder 1.6.24.1\n"
"Project-Id-Version: Elementor Header & Footer Builder 1.6.25\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/header-footer-elementor\n"
"POT-Creation-Date: 2024-02-08 07:28:52+00:00\n"
"POT-Creation-Date: 2024-02-13 04:58:40+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -719,7 +719,7 @@ msgstr ""
#: inc/lib/target-rule/class-astra-target-rules-fields.php:775
#: inc/lib/target-rule/class-astra-target-rules-fields.php:1079
#: inc/lib/target-rule/class-astra-target-rules-fields.php:1109
#: inc/lib/target-rule/class-astra-target-rules-fields.php:1559
#: inc/lib/target-rule/class-astra-target-rules-fields.php:1569
msgid "Select"
msgstr ""

Expand All @@ -735,7 +735,7 @@ msgstr ""
msgid "All %s Archive"
msgstr ""

#: inc/lib/target-rule/class-astra-target-rules-fields.php:1500
#: inc/lib/target-rule/class-astra-target-rules-fields.php:1510
#. translators: %s post title.
msgid "The same display setting is already exist in %s post/s."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions 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": "header-footer-elementor",
"version": "1.6.24.1",
"version": "1.6.25",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This same applies when you are creating your Header/Footer using this plugin.

== Changelog ==

= 1.6.24.1 - Development Version =
= 1.6.25 =
- Security Fix: Hardened the security of the plugin. Props: Wordfence.
- Fix: Automatic translation support for templates on Specific Pages / Posts / Taxonomies, etc.
- Fix: Navigation Menu - Multistep submenu fails to display when a border radius is applied to dropdown.
Expand Down

0 comments on commit 439dc74

Please sign in to comment.