Skip to content

Commit

Permalink
Compatibility tested and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garvits-bsf committed Mar 25, 2024
1 parent d082627 commit aec08cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Astra Hooks #
**Contributors:** brainstormforce
**Tags:** astra theme, customizer hooks, astra hooks
**Tested up to:** 6.4
**Stable tag:** 1.0.2
**Tested up to:** 6.5
**Stable tag:** 1.0.3
**Requires at least:** 4.4

Add your content to Hooks in the Astra theme from the customizer.
Expand All @@ -20,6 +20,9 @@ Need to add dynamic content with various conditions? Please consider the <a href

## Changelog ##

### 1.0.3 ###
- Improvement: Compatibility with WordPress 6.5.

### 1.0.2 ###
- Improvement: Hardened the security of plugin
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
Expand Down
4 changes: 2 additions & 2 deletions astra-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Astra Hooks
* Plugin URI: https://wpastra.com/
* Description: Customizer Hooks for Theme.
* Version: 1.0.2
* Version: 1.0.3
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Text Domain: astra-hooks
Expand Down Expand Up @@ -43,7 +43,7 @@ function astra_hooks_init() {
define( 'ASTRA_HOOKS_BASE', plugin_basename( ASTRA_HOOKS_FILE ) );
define( 'ASTRA_HOOKS_DIR', plugin_dir_path( ASTRA_HOOKS_FILE ) );
define( 'ASTRA_HOOKS_URI', plugins_url( '/', ASTRA_HOOKS_FILE ) );
define( 'ASTRA_HOOKS_VER', '1.0.2' );
define( 'ASTRA_HOOKS_VER', '1.0.3' );

/**
* Astra Hooks
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Astra Hooks ===
Contributors: brainstormforce
Tags: astra theme, customizer hooks, astra hooks
Tested up to: 6.4
Stable tag: 1.0.2
Tested up to: 6.5
Stable tag: 1.0.3
Requires at least: 4.4

Add your content to Hooks in the Astra theme from the customizer.
Expand All @@ -20,6 +20,9 @@ Need to add dynamic content with various conditions? Please consider the <a href

== Changelog ==

= 1.0.3 =
- Improvement: Compatibility with WordPress 6.5.

= 1.0.2 =
- Improvement: Hardened the security of plugin
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
Expand Down

0 comments on commit aec08cb

Please sign in to comment.