Skip to content

Commit 9af3866

Browse files
authored
Merge pull request #153 from brainstormforce/Reverted-Author-name
Build Version 1.2.5
2 parents ffd4d2e + 2589bf3 commit 9af3866

File tree

6 files changed

+30
-34
lines changed

6 files changed

+30
-34
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Header Footer for Beaver Builder #
2-
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
2+
**Contributors:** [Nikschavan](https://profiles.wordpress.org/Nikschavan)
33
**Tags:** header footer for beaver builder, beaver builder addon, beaver builder, page builder addons, beaver builder template
4-
**Donate link:** https://www.paypal.me/BrainstormForce
54
**Requires at least:** 3.6
65
**Tested up to:** 6.8
7-
**Stable tag:** 1.2.4
6+
**Stable tag:** 1.2.5
87
**License:** GPLv2 or later
98
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
109

@@ -40,16 +39,16 @@ As of now, the Header Footer for Beaver Builder settings can be used with the fo
4039
6. Neve Theme
4140

4241
### Supported & Actively Developed ###
43-
Need help with something? Have an issue to report? [Get in touch](https://github.com/brainstormforce/bb-header-footer "Header Footer for Beaver Builder on GitHub"). with us on GitHub.
42+
Need help with something? Have an issue to report? [Get in touch](https://github.com/Nikschavan/bb-header-footer "Header Footer for Beaver Builder on GitHub"). with us on GitHub.
4443

45-
Made with love at <a href="https://www.brainstormforce.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=description">Brainstorm Force</a>!
44+
Made with love by <a href="https://www.nikhilchavan.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=description">Nikhil Chavan</a>!
4645

4746
### What’s More? ###
4847

4948
If you like this plugin, please leave us a good review and rating! Your feedback and
5049
suggestions will be highly appreciated.
5150

52-
You can also consider checking out our other plugins:
51+
You can also consider checking out these other plugins:
5352

5453
<a href=”https://www.ultimatebeaver.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=other-plugins”>Ultimate Addons for Beaver Builder Lite</a>: The Best Addon for Beaver Builder with a huge collection of advanced and creative modules.
5554

@@ -63,10 +62,6 @@ You can also consider checking out our other plugins:
6362

6463
<a href=”https://www.ultimatebeaver.com/beaver-builder-freebies/column-seperator/?utm_source=wp-repo&utm_campaign= bbheaderfooter&utm_medium=other-plugins”>Column Separator for Beaver Builder</a>: This plugin will no longer leave you pondering for a column separator in Beaver Builder. You can add it right away!
6564

66-
Visit our website to know more about the top WordPress products and services we offer. You can also stay updated with our upcoming endeavors by following us on
67-
<a href=”https://www.brainstormforce.com/go/brainstorm-force-facebook-page/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=share”>Facebook</a> and <a
68-
href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=share”>Twitter</a>.
69-
7065
## Installation ##
7166

7267
1. Upload the plugin files to the `/wp-content/plugins/bb-header-footer` directory, or install the plugin through the WordPress plugins screen directly.
@@ -92,6 +87,9 @@ href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_so
9287
3. Then from admin settings, you can assign this page as a Header or Footer of your theme. [Screenshot](https://cloudup.com/ccBOWVTATyh "Screenshot")
9388

9489
## Changelog ##
90+
### 1.2.5 ###
91+
- Updated help links and improved UI text for better clarity.
92+
9593
### 1.2.4 ###
9694
- Updated Readme File.
9795

bb-header-footer.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: Header Footer for Beaver Builder
4-
* Plugin URI: https://github.com/brainstormforce/bb-header-footer
4+
* Plugin URI: https://github.com/Nikschavan/bb-header-footer/
55
* Description: An easy-to-use Beaver Builder addon to import pages or templates as a header or a footer across a Beaver Builder website.
6-
* Author: Brainstorm Force
7-
* Author URI: https://www.brainstormforce.com/
6+
* Author: Nikhil Chavan
7+
* Author URI: https://www.nikhilchavan.com/
88
* Text Domain: bb-header-footer
99
* Domain Path: /languages
10-
* Version: 1.2.4
10+
* Version: 1.2.5
1111
*
1212
* @package BB_Header_Footer
1313
*/
@@ -17,7 +17,7 @@
1717
*/
1818
require_once 'class-bb-header-footer.php';
1919

20-
define( 'BBHF_VER', '1.2.4' );
20+
define( 'BBHF_VER', '1.2.5' );
2121
define( 'BBHF_DIR', plugin_dir_path( __FILE__ ) );
2222
define( 'BBHF_URL', plugins_url( '/', __FILE__ ) );
2323
define( 'BBHF_PATH', plugin_basename( __FILE__ ) );

class-bb-header-footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function body_class( $classes ) {
168168
*/
169169
public function unsupported_theme() {
170170
$class = 'notice notice-error';
171-
$message = __( 'Hey, your current theme is not supported by BB Header Footer, click <a href="https://github.com/brainstormforce/bb-header-footer#which-themes-are-supported-by-this-plugin" target="_blank">here</a> to check out the supported themes.', 'bb-header-footer' );
171+
$message = __( 'Hey, your current theme is not supported by BB Header Footer, click <a href="https://github.com/Nikschavan/bb-header-footer#which-themes-are-supported-by-this-plugin">here</a> to check out the supported themes.', 'bb-header-footer' );
172172

173173
printf( '<div class="%1$s"><p>%2$s</p></div>', $class, $message );
174174
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "brainstormforce/bb-header-footer",
2+
"name": "nikschavan/bb-header-footer",
33
"description": "Create Header and Footer for your site using Beaver Builder page builder.",
44
"require": {
55
"brainstormforce/astra-notices": "^1.1"

languages/bb-header-footer.pot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright (C) 2025 Brainstorm Force
1+
# Copyright (C) 2025 Nikhil Chavan
22
# This file is distributed under the same license as the Header Footer for Beaver Builder package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Header Footer for Beaver Builder 1.2.4\n"
5+
"Project-Id-Version: Header Footer for Beaver Builder 1.2.5\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bb-header-footer\n"
7-
"POT-Creation-Date: 2025-06-18 07:07:36+00:00\n"
7+
"POT-Creation-Date: 2025-06-19 04:51:26+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -94,7 +94,7 @@ msgstr ""
9494
#: class-bb-header-footer.php:171
9595
msgid ""
9696
"Hey, your current theme is not supported by BB Header Footer, click <a "
97-
"href=\"https://github.com/brainstormforce/bb-header-footer#which-themes-are-"
97+
"href=\"https://github.com/Nikschavan/bb-header-footer#which-themes-are-"
9898
"supported-by-this-plugin\">here</a> to check out the supported themes."
9999
msgstr ""
100100

@@ -111,7 +111,7 @@ msgid "Header Footer for Beaver Builder"
111111
msgstr ""
112112

113113
#. Plugin URI of the plugin/theme
114-
msgid "https://github.com/brainstormforce/bb-header-footer"
114+
msgid "https://github.com/Nikschavan/bb-header-footer/"
115115
msgstr ""
116116

117117
#. Description of the plugin/theme
@@ -121,9 +121,9 @@ msgid ""
121121
msgstr ""
122122

123123
#. Author of the plugin/theme
124-
msgid "Brainstorm Force"
124+
msgid "Nikhil Chavan"
125125
msgstr ""
126126

127127
#. Author URI of the plugin/theme
128-
msgid "https://www.brainstormforce.com/"
128+
msgid "https://www.nikhilchavan.com/"
129129
msgstr ""

readme.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
=== Header Footer for Beaver Builder ===
2-
Contributors: brainstormforce
2+
Contributors: Nikschavan
33
Tags: header footer for beaver builder, beaver builder addon, beaver builder, page builder addons, beaver builder template
4-
Donate link: https://www.paypal.me/BrainstormForce
54
Requires at least: 3.6
65
Tested up to: 6.8
7-
Stable tag: 1.2.4
6+
Stable tag: 1.2.5
87
License: GPLv2 or later
98
License URI: http://www.gnu.org/licenses/gpl-2.0.html
109

@@ -40,16 +39,16 @@ As of now, the Header Footer for Beaver Builder settings can be used with the fo
4039
6. Neve Theme
4140

4241
= Supported & Actively Developed =
43-
Need help with something? Have an issue to report? [Get in touch](https://github.com/brainstormforce/bb-header-footer "Header Footer for Beaver Builder on GitHub"). with us on GitHub.
42+
Need help with something? Have an issue to report? [Get in touch](https://github.com/Nikschavan/bb-header-footer "Header Footer for Beaver Builder on GitHub"). with us on GitHub.
4443

45-
Made with love at <a href="https://www.brainstormforce.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=description">Brainstorm Force</a>!
44+
Made with love by <a href="https://www.nikhilchavan.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=description">Nikhil Chavan</a>!
4645

4746
= What’s More? =
4847

4948
If you like this plugin, please leave us a good review and rating! Your feedback and
5049
suggestions will be highly appreciated.
5150

52-
You can also consider checking out our other plugins:
51+
You can also consider checking out these other plugins:
5352

5453
<a href=”https://www.ultimatebeaver.com/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=other-plugins”>Ultimate Addons for Beaver Builder Lite</a>: The Best Addon for Beaver Builder with a huge collection of advanced and creative modules.
5554

@@ -63,10 +62,6 @@ You can also consider checking out our other plugins:
6362

6463
<a href=”https://www.ultimatebeaver.com/beaver-builder-freebies/column-seperator/?utm_source=wp-repo&utm_campaign= bbheaderfooter&utm_medium=other-plugins”>Column Separator for Beaver Builder</a>: This plugin will no longer leave you pondering for a column separator in Beaver Builder. You can add it right away!
6564

66-
Visit our website to know more about the top WordPress products and services we offer. You can also stay updated with our upcoming endeavors by following us on
67-
<a href=”https://www.brainstormforce.com/go/brainstorm-force-facebook-page/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=share”>Facebook</a> and <a
68-
href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_source=wp-repo&utm_campaign=bb-header-footer&utm_medium=share”>Twitter</a>.
69-
7065
== Installation ==
7166

7267
1. Upload the plugin files to the `/wp-content/plugins/bb-header-footer` directory, or install the plugin through the WordPress plugins screen directly.
@@ -92,6 +87,9 @@ href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_so
9287
3. Then from admin settings, you can assign this page as a Header or Footer of your theme. [Screenshot](https://cloudup.com/ccBOWVTATyh "Screenshot")
9388

9489
== Changelog ==
90+
= 1.2.5 =
91+
- Updated help links and improved UI text for better clarity.
92+
9593
= 1.2.4 =
9694
- Updated Readme File.
9795

0 commit comments

Comments
 (0)