From aa91aecff672ea36aaa66148b998bf9cfa58db9d Mon Sep 17 00:00:00 2001 From: Anuj-Rathore24 Date: Fri, 31 Jan 2025 11:57:57 +0530 Subject: [PATCH] Update: Updates changelog and upgrade notice for the latest plugin release 1.2 --- languages/rt-google-embeds.po | 4 ++-- readme.txt | 10 +++++++++- rt-google-embeds.php | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/languages/rt-google-embeds.po b/languages/rt-google-embeds.po index 763ec46..cda1a85 100644 --- a/languages/rt-google-embeds.po +++ b/languages/rt-google-embeds.po @@ -1,8 +1,8 @@ -# Copyright (C) 2023 rtCamp +# Copyright (C) 2025 rtCamp # This file is distributed under the same license as the Embed Google Drive plugin. msgid "" msgstr "" -"Project-Id-Version: Embed Google Drive 1.1\n" +"Project-Id-Version: Embed Google Drive 1.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-google-drive\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index 7545e30..af4fe8c 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: Google Drive, embed, spreadsheet, document, drawing Requires at least: 5.5 Tested up to: 6.7.1 Requires PHP: 7.4 -Stable tag: 1.1 +Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -69,6 +69,10 @@ Once you're ready to send a pull request, please run through the following check == Changelog == += 1.2 = +* Chore: Plugin tested up to WordPress 6.7.1 +* Chore: Doc update + = 1.1 = * Plugin tested up to WordPress 6.4.2 * PHP Version updated to 8.0 @@ -83,6 +87,10 @@ Once you're ready to send a pull request, please run through the following check == Upgrade Notice == += 1.2 = +* Chore: Plugin tested up to WordPress 6.7.1 +* Chore: Doc update + = 1.1 = * Plugin tested upto WordPress 6.4.2 * PHP Version updated to 8.0 diff --git a/rt-google-embeds.php b/rt-google-embeds.php index 2f1a46a..a34eac3 100644 --- a/rt-google-embeds.php +++ b/rt-google-embeds.php @@ -3,7 +3,7 @@ * Plugin Name: Embed Google Drive * Description: Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor. * Plugin URI: https://github.com/rtCamp/embed-google-drive - * Version: 1.1 + * Version: 1.2 * Author: rtCamp * Text Domain: rt-google-embeds * Author URI: https://rtcamp.com/ @@ -19,7 +19,7 @@ } if ( ! defined( 'RT_GOOGLE_EMBEDS_VERSION' ) ) { - define( 'RT_GOOGLE_EMBEDS_VERSION', '1.1' ); + define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2' ); } if ( ! defined( 'RT_GOOGLE_EMBEDS_PLUGIN_DIR' ) ) {