Skip to content

Commit

Permalink
Merge pull request #19 from brainstormforce/wp6.1
Browse files Browse the repository at this point in the history
WordPress 6.1 compatibility
  • Loading branch information
patilvikasj authored Oct 31, 2022
2 parents a9354ab + 9197b58 commit 55e4aab
Show file tree
Hide file tree
Showing 5 changed files with 921 additions and 14 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Home Page Banner for Astra Theme #
**Contributors:** brainstormforce
**Contributors:** pratikchaskar
**Donate link:** https://www.paypal.me/BrainstormForce
**Requires at least:** 4.4
**Tags:** astra addons, banner image, home page banner, banner, astra
**Stable tag:** 1.0.3
**Stable tag:** 1.0.4
**Requires PHP:** 5.4
**Tested up to:** 6.0
**Tested up to:** 6.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -38,6 +38,9 @@ This plugin can be used only with the Astra theme.

## Changelog ##

### 1.0.4 ###
- Improvement: Added compatibility to WordPress 6.1

### 1.0.3 ###
- Fix: Added compatibility with Astra Theme v3.1.0

Expand Down
8 changes: 4 additions & 4 deletions home-page-banner-for-astra-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Home Page Banner for Astra Theme
* Plugin URI: https://wpastra.com/
* Description: This plugin is an add-on for the Astra WordPress Theme. It will help in adding a beautiful banner to your home page.
* Version: 1.0.3
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Version: 1.0.4
* Author: Pratik Chaskar
* Author URI: https://pratikchaskar.com
* Text Domain: home-page-banner
*
* @package Home Page Banner for Astra Theme
Expand All @@ -16,7 +16,7 @@
*/

if ( ! defined( 'HOME_PAGE_BANNER_VER' ) ) {
define( 'HOME_PAGE_BANNER_VER', '1.0.3' );
define( 'HOME_PAGE_BANNER_VER', '1.0.4' );
}

if ( ! defined( 'HOME_PAGE_BANNER_FILE' ) ) {
Expand Down
Loading

0 comments on commit 55e4aab

Please sign in to comment.