Skip to content

Commit

Permalink
Merge pull request #436 from brainstormforce/next-release
Browse files Browse the repository at this point in the history
Build: Release PR Chore v1.6.5
  • Loading branch information
sushmak02 authored Nov 16, 2021
2 parents 7f8b588 + ac93735 commit b995e53
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 24 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 4.4
**Requires PHP:** 5.4
**Tested up to:** 5.8
**Stable tag:** 1.6.4
**Stable tag:** 1.6.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -137,6 +137,9 @@ This same applies when you are creating your Header/Footer using this plugin.
5. Default widgets available with Elementor Header & Footer Builder.

## Changelog ##
### 1.6.5 ###
- Fix: Hide empty cart count badge hiding even when cart is not empty.

### 1.6.4 ###
- Improvement: Elementor 3.4 compatibility.

Expand Down
8 changes: 4 additions & 4 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.4
* Elementor tested up to: 3.4
* Elementor Pro tested up to: 3.3.7
* Version: 1.6.5
* Elementor tested up to: 3.4.7
* Elementor Pro tested up to: 3.5.1
*
* @package header-footer-elementor
*/

define( 'HFE_VER', '1.6.4' );
define( 'HFE_VER', '1.6.5' );
define( 'HFE_FILE', __FILE__ );
define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion inc/widgets-css/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ div.hfe-nav-menu,
font-weight: normal;
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]:before {
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none;
}
Expand Down
30 changes: 15 additions & 15 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.4\n"
"Project-Id-Version: Elementor Header & Footer Builder 1.6.5\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/header-footer-elementor\n"
"POT-Creation-Date: 2021-08-17 05:26:02+00:00\n"
"POT-Creation-Date: 2021-11-15 04:17:20+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 @@ -240,66 +240,66 @@ msgstr ""
msgid "Template %1$s is already assigned to the location %2$s"
msgstr ""

#: inc/class-header-footer-elementor.php:178
#: inc/class-header-footer-elementor.php:179
msgid ""
"Hello! Seems like you have used Elementor Header & Footer Builder to build "
"this website — Thanks a ton!"
msgstr ""

#: inc/class-header-footer-elementor.php:179
#: inc/class-header-footer-elementor.php:180
msgid ""
"Could you please do us a BIG favor and give it a 5-star rating on "
"WordPress? This would boost our motivation and help other users make a "
"comfortable decision while choosing the Elementor Header & Footer Builder."
msgstr ""

#: inc/class-header-footer-elementor.php:181
#: inc/class-header-footer-elementor.php:182
msgid "Ok, you deserve it"
msgstr ""

#: inc/class-header-footer-elementor.php:183
#: inc/class-header-footer-elementor.php:184
msgid "Nope, maybe later"
msgstr ""

#: inc/class-header-footer-elementor.php:184
#: inc/class-header-footer-elementor.php:185
msgid "I already did"
msgstr ""

#: inc/class-header-footer-elementor.php:247
#: inc/class-header-footer-elementor.php:248
#. translators: %s: html tags
msgid ""
"The %1$sElementor Header & Footer Builder%2$s plugin requires "
"%1$sElementor%2$s plugin installed & activated."
msgstr ""

#: inc/class-header-footer-elementor.php:254
#: inc/class-header-footer-elementor.php:255
msgid "Activate Elementor"
msgstr ""

#: inc/class-header-footer-elementor.php:259
#: inc/class-header-footer-elementor.php:293
#: inc/class-header-footer-elementor.php:260
#: inc/class-header-footer-elementor.php:294
msgid "Install Elementor"
msgstr ""

#: inc/class-header-footer-elementor.php:281
#: inc/class-header-footer-elementor.php:282
#. translators: %s: html tags
msgid ""
"The %1$sElementor Header & Footer Builder%2$s plugin has stopped working "
"because you are using an older version of %1$sElementor%2$s plugin."
msgstr ""

#: inc/class-header-footer-elementor.php:288
#: inc/class-header-footer-elementor.php:289
msgid "Update Elementor"
msgstr ""

#: inc/class-header-footer-elementor.php:319
#: inc/class-header-footer-elementor.php:320
#. translators: %s: html tags
msgid ""
"Thank you for installing %1$s Elementor Header & Footer Builder %2$s "
"Plugin! Click here to %3$sget started. %4$s"
msgstr ""

#: inc/class-header-footer-elementor.php:478
#: inc/class-header-footer-elementor.php:479
#. translators: %s: html tags
msgid "Theme Support"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-footer-elementor",
"version": "1.6.4",
"version": "1.6.5",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"devDependencies": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"dependencies": {
"lodash": "^4.17.21"
}
}
}
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/BrainstormForce
Requires at least: 4.4
Requires PHP: 5.4
Tested up to: 5.8
Stable tag: 1.6.4
Stable tag: 1.6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -137,6 +137,9 @@ This same applies when you are creating your Header/Footer using this plugin.
5. Default widgets available with Elementor Header & Footer Builder.

== Changelog ==
= 1.6.5 =
- Fix: Hide empty cart count badge hiding even when cart is not empty.

= 1.6.4 =
- Improvement: Elementor 3.4 compatibility.

Expand Down

0 comments on commit b995e53

Please sign in to comment.