Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version update v1.1 #22

Merged
merged 3 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 8 additions & 15 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +21,7 @@ No configuration is required.

[<img src="https://camo.githubusercontent.com/414c21a6d0e5f71c0e3b1da4380483b1240fdf36f85942c8e24b9f020236c8d9/68747470733a2f2f727463616d702e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f30342f6769746875622d62616e6e65724032782e706e67" />](https://rtcamp.com/careers/)

## Installation
== Installation ==

1. Download the plugin from [here](https://wordpress.org/plugins/embed-google-drive/)
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290548823-0a2faf19-c9c4-4ea9-bed0-52f28fd66e3a.png" />
Expand All @@ -32,7 +32,8 @@ No configuration is required.
3. Activate the plugin through the 'Plugins' menu in WordPress
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290550390-6ee9cac6-0b57-460d-bd53-68c4cf376f68.png" />

## How to use
== How to use ==

1. Copy the URL of drive document which you want to embed. <b>Note: The document must be shared with anyone with the link.</b>
2. Create new post/page or edit existing one.
3. Paste the URL in the editor. It will automatically embed the document.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rt-google-embeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

if ( ! defined( 'RT_GOOGLE_EMBEDS_VERSION' ) ) {
define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2' );
define( 'RT_GOOGLE_EMBEDS_VERSION', '1.1' );
SH4LIN marked this conversation as resolved.
Show resolved Hide resolved
}

if ( ! defined( 'RT_GOOGLE_EMBEDS_PLUGIN_DIR' ) ) {
Expand Down
Loading