Skip to content

Commit 3ebc72b

Browse files
authored
Merge pull request #8 from unitymakesus/update/1.0.2
Update/1.0.2
2 parents 375216e + cb32d3c commit 3ebc72b

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* Contributors: isabisa, andrewmarino
33
* Tags: juneteenth, modal, a11y
44
* Requires at least: 3.0.1
5-
* Tested up to: 5.4.2
6-
* Stable tag: 5.4
5+
* Tested up to: 5.7.2
6+
* Stable tag: 5.7
77
* License: GPLv2 or later
88
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

10-
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
10+
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
1111

1212
## Installation
1313

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Contributors: isabisa, andrewmarino
33
Tags: juneteenth, modal, a11y
44
Requires at least: 3.0.1
5-
Tested up to: 5.4.2
6-
Stable tag: 5.4
5+
Tested up to: 5.7.2
6+
Stable tag: 5.7
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

10-
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
10+
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
1111

1212
== Installation ==
1313

juneteenth.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* @wordpress-plugin
99
* Plugin Name: Juneteenth Banner
1010
* Plugin URI: https://github.com/unitymakesus/juneteenth
11-
* Description: Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant). Links to https://sixnineteen.com/ for more information and to get involved.
12-
* Version: 1.0.1
11+
* Description: Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
12+
* Version: 1.0.2
1313
* Author: Unity Web Agency
1414
* Author URI: https://unitywebagency.com/
1515
* License: GPL-2.0+
@@ -28,7 +28,7 @@
2828
* Start at version 1.0.0 and use SemVer - https://semver.org
2929
* Rename this for your plugin and update it as you release new versions.
3030
*/
31-
define( 'JUNETEENTH_VERSION', '1.0.1' );
31+
define( 'JUNETEENTH_VERSION', '1.0.2' );
3232

3333
/**
3434
* The code that runs during plugin activation.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juneteenth",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"babel": {

public/class-juneteenth-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function its_juneteenth_div() {
131131
</defs>
132132
<text x="0" y="15"><?php echo __('Juneteenth', 'juneteenth'); ?></text>
133133
</svg>
134-
<p style="text-align:center;"><a href="https://sixnineteen.com/" target="_blank" rel="noopener" class="juneteenth__learn-more"><?php echo __('Learn More And Get Involved', 'juneteenth'); ?></a></p>
134+
<p style="text-align:center;"><a href="https://americanpromise.net/2021/06/juneteenth-events-offer-a-look-at-history-and-reminder-of-the-work-that-remains/" target="_blank" rel="noopener" class="juneteenth__learn-more"><?php echo __('Learn More And Get Involved', 'juneteenth'); ?></a></p>
135135
<svg class="juneteenth__subheading" viewBox="0 0 222 20">
136136
<text x="0" y="15"><?php echo __('Black Lives Matter Everyday', 'juneteenth'); ?></text>
137137
</svg>

0 commit comments

Comments
 (0)