Skip to content

Commit

Permalink
Merge pull request #866 from brainstormforce/readme-php-version-numbe…
Browse files Browse the repository at this point in the history
…r-update-master

Version 1.6.39
  • Loading branch information
sushmak02 authored Aug 23, 2024
2 parents 6b5561c + eedb6b1 commit a5e4bf0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
**Tags:** elementor, header footer builder, header template, footer template, elementor widget
**Donate link:** https://www.paypal.me/BrainstormForce
**Requires at least:** 4.4
**Requires PHP:** 5.4
**Requires PHP:** 7.4
**Tested up to:** 6.6
**Stable tag:** 1.6.38
**Stable tag:** 1.6.39
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -140,6 +140,9 @@ This same applies when you are creating your Header/Footer using this plugin.

## Changelog ##

### 1.6.39 ###
- Improvement: Updated minimum PHP version requirement to 7.4.

### 1.6.38 ###
- Improvement: Improved code quality syntax and security checks for better coding standards and practices.

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.38
* Version: 1.6.39
* Elementor tested up to: 3.23
* Elementor Pro tested up to: 3.23
*
* @package header-footer-elementor
*/

define( 'HFE_VER', '1.6.38' );
define( 'HFE_VER', '1.6.39' );
define( 'HFE_FILE', __FILE__ );
define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 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.38\n"
"Project-Id-Version: Elementor Header & Footer Builder 1.6.39\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/header-footer-elementor\n"
"POT-Creation-Date: 2024-08-22 07:10:49+00:00\n"
"POT-Creation-Date: 2024-08-23 06:31:45+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
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.38",
"version": "1.6.39",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"devDependencies": {
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: brainstormforce, Nikschavan
Tags: elementor, header footer builder, header template, footer template, elementor widget
Donate link: https://www.paypal.me/BrainstormForce
Requires at least: 4.4
Requires PHP: 5.4
Requires PHP: 7.4
Tested up to: 6.6
Stable tag: 1.6.38
Stable tag: 1.6.39
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -140,7 +140,10 @@ This same applies when you are creating your Header/Footer using this plugin.

== Changelog ==

### 1.6.38 ###
= 1.6.39 =
- Improvement: Updated minimum PHP version requirement to 7.4.

= 1.6.38 =
- Improvement: Improved code quality syntax and security checks for better coding standards and practices.

= 1.6.37 =
Expand Down
10 changes: 5 additions & 5 deletions tests/php/stubs/hfe-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2878,13 +2878,13 @@ function _is_elementor_installed() {
* Author URI: https://www.brainstormforce.com/
* Text Domain: header-footer-elementor
* Domain Path: /languages
* Version: 1.6.8
* Elementor tested up to: 3.5.4
* Elementor Pro tested up to: 3.5.2
* Version: 1.6.39
* Elementor tested up to: 3.23
* Elementor Pro tested up to: 3.23
*
* @package header-footer-elementor
* @package header-footer-elementor
*/
\define( 'HFE_VER', '1.6.8' );
\define( 'HFE_VER', '1.6.39' );
\define( 'HFE_FILE', __FILE__ );
\define( 'HFE_DIR', \plugin_dir_path( __FILE__ ) );
\define( 'HFE_URL', \plugins_url( '/', __FILE__ ) );
Expand Down

0 comments on commit a5e4bf0

Please sign in to comment.