Skip to content

Commit

Permalink
chore: prepare for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Mar 25, 2022
1 parent b60b0ab commit 7ef8cba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: givewp, webdevmattcrom
Donate link: https://givewp.com
Tags: givewp, donation, social share, social sharing, facebook, twitter, linkedin, pinterest,
Requires at least: 4.0
Requires at least: 4.9
Tested up to: 5.9
Stable tag: 1.1.1
Stable tag: 1.1.2
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -117,6 +117,10 @@ Otherwise, if your question is specific to "Simple Social Shout for GiveWP," we'
3. The SSS4GiveWP settings page.

== Changelog ==
**2022-03-25 -- Version 1.1.2**
* Fix: Icons sometimes didn't show up due to server prevent allow_url_fopen, and this is no longer a problem
* Fix: Corrected the Twitter share URL so it's working again
* Fix: Icons properly center again

**2020-05-12 -- Version 1.1.1**
* Fixed a problem where some themes caused [icon size issues](https://github.com/impress-org/give-simple-social-shout/issues/11).
Expand Down
5 changes: 2 additions & 3 deletions simple-social-shout-4-givewp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
* Plugin Name: Simple Social Shout for GiveWP
* Plugin URI: https://github.com/impress-org/give-simple-social-shout
* Description: Add simple sharing options to your GiveWP Donation Receipt page.
* Version: 1.1.1
* Version: 1.1.2
* Author: GiveWP
* Author URI: https://givewp.com
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: sss4givewp
*
*/


Expand Down Expand Up @@ -90,7 +89,7 @@ private function setup_constants() {

// Defines addon version number for easy reference.
if ( ! defined( 'SIMPLE_SOCIAL_SHARE_4_GIVEWP_VERSION' ) ) {
define( 'SIMPLE_SOCIAL_SHARE_4_GIVEWP_VERSION', '1.1.1' );
define( 'SIMPLE_SOCIAL_SHARE_4_GIVEWP_VERSION', '1.1.2' );
}

// Set it to latest.
Expand Down

0 comments on commit 7ef8cba

Please sign in to comment.