diff --git a/README.md b/README.md
index 51c6daa..bc7ee4f 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ Embed a link and preview of Google Drive Documents by pasting a shared document
**Requires at least:** 5.5
-**Tested up to:** 6.4
+**Tested up to:** 6.4.2
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
-**Requires PHP:** 8.0+
+**Requires PHP:** 7.4+
## Installation
diff --git a/readme.txt b/readme.txt
index 4196fe8..7e84dbb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,10 +1,10 @@
=== Embed Google Drive ===
-Contributors: rtCamp
+Contributors: rtCamp, sh4lin
Donate link: https://rtcamp.com/
Tags: Google Drive, embed, spreadsheet, document, drawing
Requires at least: 5.5
Tested up to: 6.4.2
-Requires PHP: 8.0+
+Requires PHP: 7.4
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -21,7 +21,7 @@ No configuration is required.
[
](https://rtcamp.com/careers/)
-## Installation
+== Installation ==
1. Download the plugin from [here](https://wordpress.org/plugins/embed-google-drive/)
@@ -32,7 +32,8 @@ No configuration is required.
3. Activate the plugin through the 'Plugins' menu in WordPress
-## How to use
+== How to use ==
+
1. Copy the URL of drive document which you want to embed. Note: The document must be shared with anyone with the link.
2. Create new post/page or edit existing one.
3. Paste the URL in the editor. It will automatically embed the document.
@@ -66,29 +67,21 @@ Once you're ready to send a pull request, please run through the following check
6. Once your pull request has passed final code review and tests, it will be merged into `develop` and be in the pipeline for the next release. Props to you! 🎉
-
== Changelog ==
-= 1.0 =
-* Initial release.
-
-= 1.0.1 =
-* Jetpack compatibility.
-
= 1.1 =
* Plugin tested up to WordPress 6.4.2
* PHP Version updated to 8.0
* Fixed PHP Coding Standards issues
* Plugin is VIP compatible
-
-== Upgrade Notice ==
+= 1.0.1 =
+* Jetpack compatibility.
= 1.0 =
* Initial release.
-= 1.0.1 =
-* Jetpack compatibility.
+== Upgrade Notice ==
= 1.1 =
* Plugin tested upto WordPress 6.4.2
diff --git a/rt-google-embeds.php b/rt-google-embeds.php
index 50e2631..2f1a46a 100644
--- a/rt-google-embeds.php
+++ b/rt-google-embeds.php
@@ -19,7 +19,7 @@
}
if ( ! defined( 'RT_GOOGLE_EMBEDS_VERSION' ) ) {
- define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2' );
+ define( 'RT_GOOGLE_EMBEDS_VERSION', '1.1' );
}
if ( ! defined( 'RT_GOOGLE_EMBEDS_PLUGIN_DIR' ) ) {