Skip to content

Commit

Permalink
Fixing typo in black theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronalfy committed Jan 31, 2021
1 parent a232c25 commit 1dd91e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/highlight-and-share-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ div.highlight-and-share-wrapper div.has_whatsapp,
div.highlight-and-share-wrapper div.has_copy,
div.highlight-and-share-wrapper div.has_reddit,
div.highlight-and-share-wrapper div.has_telegram,
div.highlight-and-share-wrapper div.has_signal,
div.highlight-and-share-wrapper div.has_signal
{
background: #333;
}
Expand Down
4 changes: 2 additions & 2 deletions highlight-and-share.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://mediaron.com/highlight-and-share
Description: Allows you to highlight text and enable social sharing to share with services including Twitter, Facebook, LinkedIn, Xing, Telegram, Reddit, WhatsApp, and email.
Author: MediaRon LLC
Version: 3.3.7
Version: 3.3.8
Requires at least: 5.1
Author URI: https://mediaron.com
Contributors: ronalfy
Expand Down Expand Up @@ -68,7 +68,7 @@ private function __construct() {

add_action( 'wp', array( $this, 'wp_loaded' ), 15 );

define( 'HIGHLIGHT_AND_SHARE_VERSION', '3.3.7' );
define( 'HIGHLIGHT_AND_SHARE_VERSION', '3.3.8' );

// Get errors for email.
$this->errors['could_not_send'] = esc_html__( 'Could not send the e-mail', 'highlight-and-share' );
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ronalfy
Tags: highlight, social sharing, click to tweet, click to share, highlight text
Requires at least: 5.1
Tested up to: 5.6
Stable tag: 3.3.7
Stable tag: 3.3.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://github.com/sponsors/MediaRon
Expand Down Expand Up @@ -88,6 +88,10 @@ So far, the latest versions of Chrome, Firefox, and Safari. Works for IE9+

== Changelog ==

= 3.3.8 =
* Released 2021-01-31
* Fixing typo in the Dark CSS theme.

= 3.3.7 =
* Released 2021-01-30
* Documentation update.
Expand Down Expand Up @@ -305,6 +309,9 @@ So far, the latest versions of Chrome, Firefox, and Safari. Works for IE9+

== Upgrade Notice ==

= 3.3.8 =
Fixing typo in the Dark CSS theme.

= 3.3.7 =
Documentation update. Preparation for Signal service if it ever allows sharing.

Expand Down

0 comments on commit 1dd91e5

Please sign in to comment.