From aec08cbea246df9d16eb39d76b2e446235082c4c Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Mon, 25 Mar 2024 09:16:16 +0545 Subject: [PATCH 1/3] Compatibility tested and bump version --- README.md | 7 +++++-- astra-hooks.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 68dff02..c964e13 100644 --- a/README.md +++ b/README.md @@ -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. @@ -20,6 +20,9 @@ Need to add dynamic content with various conditions? Please consider the Date: Mon, 25 Mar 2024 18:26:41 +0545 Subject: [PATCH 2/3] Update changelog --- README.md | 3 --- readme.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index c964e13..e9da722 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,6 @@ Need to add dynamic content with various conditions? Please consider the Date: Mon, 25 Mar 2024 19:32:12 +0545 Subject: [PATCH 3/3] Remove unnecessary changelog and revert version --- README.md | 2 +- astra-hooks.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9da722..e7e1237 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Contributors:** brainstormforce **Tags:** astra theme, customizer hooks, astra hooks **Tested up to:** 6.5 -**Stable tag:** 1.0.3 +**Stable tag:** 1.0.2 **Requires at least:** 4.4 Add your content to Hooks in the Astra theme from the customizer. diff --git a/astra-hooks.php b/astra-hooks.php index a0e84ea..bd3902e 100644 --- a/astra-hooks.php +++ b/astra-hooks.php @@ -3,7 +3,7 @@ * Plugin Name: Astra Hooks * Plugin URI: https://wpastra.com/ * Description: Customizer Hooks for Theme. - * Version: 1.0.3 + * Version: 1.0.2 * Author: Brainstorm Force * Author URI: http://www.brainstormforce.com * Text Domain: astra-hooks @@ -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.3' ); + define( 'ASTRA_HOOKS_VER', '1.0.2' ); /** * Astra Hooks diff --git a/readme.txt b/readme.txt index f817f25..2b467dd 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: brainstormforce Tags: astra theme, customizer hooks, astra hooks Tested up to: 6.5 -Stable tag: 1.0.3 +Stable tag: 1.0.2 Requires at least: 4.4 Add your content to Hooks in the Astra theme from the customizer.