Skip to content

Commit

Permalink
Merge pull request #27 from rtCamp/update/release-1.2
Browse files Browse the repository at this point in the history
Version Update: v1.2
  • Loading branch information
Anuj-Rathore24 authored Jan 31, 2025
2 parents ccb6b4f + aa91aec commit f1c1e61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions languages/rt-google-embeds.po
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rt-google-embeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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' ) ) {
Expand Down

0 comments on commit f1c1e61

Please sign in to comment.