Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* Contributors: isabisa, andrewmarino
* Tags: juneteenth, modal, a11y
* Requires at least: 3.0.1
* Tested up to: 5.4.2
* Stable tag: 5.4
* Tested up to: 5.7.2
* Stable tag: 5.7
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).

## Installation

Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Contributors: isabisa, andrewmarino
Tags: juneteenth, modal, a11y
Requires at least: 3.0.1
Tested up to: 5.4.2
Stable tag: 5.4
Tested up to: 5.7.2
Stable tag: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).

== Installation ==

Expand Down
6 changes: 3 additions & 3 deletions juneteenth.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* @wordpress-plugin
* Plugin Name: Juneteenth Banner
* Plugin URI: https://github.com/unitymakesus/juneteenth
* 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.
* Version: 1.0.1
* Description: Spread Juneteenth awareness with this modal that automatically appears on your website on Juneteenth (WCAG 2.1 AA compliant).
* Version: 1.0.2
* Author: Unity Web Agency
* Author URI: https://unitywebagency.com/
* License: GPL-2.0+
Expand All @@ -28,7 +28,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'JUNETEENTH_VERSION', '1.0.1' );
define( 'JUNETEENTH_VERSION', '1.0.2' );

/**
* The code that runs during plugin activation.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juneteenth",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"main": "index.js",
"babel": {
Expand Down
2 changes: 1 addition & 1 deletion public/class-juneteenth-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function its_juneteenth_div() {
</defs>
<text x="0" y="15"><?php echo __('Juneteenth', 'juneteenth'); ?></text>
</svg>
<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>
<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>
<svg class="juneteenth__subheading" viewBox="0 0 222 20">
<text x="0" y="15"><?php echo __('Black Lives Matter Everyday', 'juneteenth'); ?></text>
</svg>
Expand Down