Skip to content

Commit

Permalink
Merge pull request #5 from oceanwp/RC-2.0.5
Browse files Browse the repository at this point in the history
Rc 2.0.5
  • Loading branch information
eramits authored Sep 6, 2023
2 parents 6cd3154 + 3da369f commit 27d30bd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

**Contributors:** Nick
**Requires at least:** WordPress 5.6
**Tested up to:** WordPress 6.2.2
**Stable tag:** 2.0.4
**Tested up to:** WordPress 6.3.1
**Stable tag:** 2.0.5
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 2.0.5 - SEP 6 2023 =
- Updated: Compatibility: WordPress version number.

= 2.0.4 - MAY 23 2023 =
- Added: Compatibility: PHP 8.2.6: Creation of dynamic property Ocean_Social_Sharing::$plugin_path and Ocean_Social_Sharing::$plugin_url is deprecated.

Expand Down
8 changes: 4 additions & 4 deletions languages/ocean-social-sharing.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Ocean Social Sharing plugin.
msgid ""
msgstr ""
"Project-Id-Version: Ocean Social Sharing 2.0.4\n"
"Project-Id-Version: Ocean Social Sharing 2.0.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ocean-social-sharing\n"
"Last-Translator: OceanWP <support@oceanwp.org>\n"
"Language-Team: OceanWP <support@oceanwp.org>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-05-22T05:16:52+00:00\n"
"POT-Creation-Date: 2023-09-06T05:18:05+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: ocean-social-sharing\n"
Expand Down
6 changes: 3 additions & 3 deletions ocean-social-sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: Ocean Social Sharing
* Plugin URI: https://oceanwp.org/extension/ocean-social-sharing/
* Description: A simple plugin to add social share buttons to your posts.
* Version: 2.0.4
* Version: 2.0.5
* Author: OceanWP
* Author URI: https://oceanwp.org/
* Requires at least: 5.6
* Tested up to: 6.2.2
* Tested up to: 6.3.1
*
* Text Domain: ocean-social-sharing
* Domain Path: /languages
Expand Down Expand Up @@ -110,7 +110,7 @@ public function __construct( $widget_areas = array() )
$this->token = 'ocean-social-sharing';
$this->plugin_url = plugin_dir_url(__FILE__);
$this->plugin_path = plugin_dir_path(__FILE__);
$this->version = '2.0.4';
$this->version = '2.0.5';

register_activation_hook(__FILE__, array( $this, 'install' ));

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: oceanwp, apprimit, wpfleek
Tags: social, social sharing, social share, share, oceanwp
Requires at least: 5.6
Tested up to: 6.2.2
Tested up to: 6.3.1
Requires PHP: 7.2
Stable tag: 2.0.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -56,6 +56,9 @@ This plugin will only function with the [OceanWP](https://oceanwp.org/) theme.

== Changelog ==

= 2.0.5 - SEP 6 2023 =
- Updated: Compatibility: WordPress version number.

= 2.0.4 - MAY 23 2023 =
- Added: Compatibility: PHP 8.2.6: Creation of dynamic property Ocean_Social_Sharing::$plugin_path and Ocean_Social_Sharing::$plugin_url is deprecated.

Expand Down

0 comments on commit 27d30bd

Please sign in to comment.