From 0d4165aca75f354f6a0618abf7bfc744d995a2a5 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Mon, 20 May 2024 14:18:51 +0530 Subject: [PATCH] changelog --- README.md | 4 ++-- changelog.txt | 3 +++ languages/ocean-social-sharing.pot | 6 +++--- ocean-social-sharing.php | 4 ++-- readme.txt | 7 +++++-- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bbc9919..8113f42 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Contributors:** Nick **Requires at least:** WordPress 5.6 -**Tested up to:** WordPress 6.4.2 -**Stable tag:** 2.0.6 +**Tested up to:** WordPress 6.5.3 +**Stable tag:** 2.0.7 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html diff --git a/changelog.txt b/changelog.txt index fbb27fa..e85428a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 2.0.7 - MAY 20 2024 = +- Updated: Compatibility: WordPress version number. + = 2.0.6 - DEC 11 2023 = - Updated: Font Awesome Library to 6.5.1 version. - Deprecated: Google+ social sharing option. diff --git a/languages/ocean-social-sharing.pot b/languages/ocean-social-sharing.pot index 5281dce..e4b3e1c 100644 --- a/languages/ocean-social-sharing.pot +++ b/languages/ocean-social-sharing.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2023 OceanWP +# Copyright (C) 2024 OceanWP # This file is distributed under the same license as the Ocean Social Sharing plugin. msgid "" msgstr "" -"Project-Id-Version: Ocean Social Sharing 2.0.6\n" +"Project-Id-Version: Ocean Social Sharing 2.0.7\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ocean-social-sharing\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-12-11T03:50:51+00:00\n" +"POT-Creation-Date: 2024-05-20T05:06:07+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: ocean-social-sharing\n" diff --git a/ocean-social-sharing.php b/ocean-social-sharing.php index 30b2a1b..fb7c748 100644 --- a/ocean-social-sharing.php +++ b/ocean-social-sharing.php @@ -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.6 + * Version: 2.0.7 * Author: OceanWP * Author URI: https://oceanwp.org/ * Requires at least: 5.6 - * Tested up to: 6.4.2 + * Tested up to: 6.5.3 * * Text Domain: ocean-social-sharing * Domain Path: /languages diff --git a/readme.txt b/readme.txt index 2a07a9d..e5e3f5e 100644 --- a/readme.txt +++ b/readme.txt @@ -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.4.2 +Tested up to: 6.5.3 Requires PHP: 7.2 -Stable tag: 2.0.6 +Stable tag: 2.0.7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -64,6 +64,9 @@ This plugin will only function with the [OceanWP](https://oceanwp.org/) theme. == Changelog == += 2.0.7 - MAY 20 2024 = +- Updated: Compatibility: WordPress version number. + = 2.0.6 - DEC 11 2023 = - Updated: Font Awesome Library to 6.5.1 version. - Deprecated: Google+ social sharing option.