Skip to content

Commit

Permalink
Update plugin header and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jul 29, 2020
1 parent 8d25a85 commit 14ddd97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Contributors: sortabrilliant, mamaduka
Tags: embed, block
Requires at least: 5.0
Tested up to: 5.4
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

With Whatever you can embed whatever you want in your WordPress site.

== Description ==
For years embed codes were treated like something evil. They were scary and couldn't be trusted. First they were replaced with shortcodes and now individual blocks. I don't think they are all that bad. They exist to help us use WordPress as our digital home.
For years embed codes were treated like something evil. They were scary and couldn't be trusted. First they were replaced with shortcodes and now individual blocks. I don't think they are all that bad. They exist to help us use WordPress as our digital home.

Individual blocks for each service aren't a great solution. What do you do if your service isn't one of the blocks that was added to WordPress. What do you do if the block doesn't support a feature that the embed code does?

Expand All @@ -20,7 +20,7 @@ To me, the best solution is to use the embed codes as given but make them a bit
It works like the individual embed blocks but it works for everything. No need to hunt down a specific block, just pop and code in and you're in business.

#### Features
* Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it.
* Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it.
* Alignment: Whatever supports all the various block alignment settings (wide & full must also be supported by the theme).
* Responsive Embeds: If the embed uses an iFrame we'll make it responsive for you to it looks great on every size device.

Expand All @@ -31,6 +31,7 @@ This plugin is brought to you by [sorta brilliant](https://sortabrilliant.com/)
1. Paste embed code. Enjoy.

== Changelog ==
* 1.1.2 Update "Tested up to" WordPress version.
* 1.1.1 Update "Tested up to" WordPress version.
* 1.1.0 Add responsiveness to common aspect ratios.
* 1.0.0 Initial Commit.
18 changes: 10 additions & 8 deletions whatever.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?php
/**
* Plugin Name: Whatever
* Plugin URI: https://sortabrilliant.com/whatever
* Description: With Whatever you can embed whatever you want in your WordPress site.
* Author: sorta brilliant
* Author URI: https://sortabrilliant.com/
* Version: 1.1.1
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Plugin Name: Whatever
* Plugin URI: https://sortabrilliant.com/whatever
* Description: With Whatever you can embed whatever you want in your WordPress site.
* Version: 1.1.2
* Requires at least: 5.0
* Requires PHP: 5.6
* Author: sorta brilliant
* Author URI: https://sortabrilliant.com/
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*
* @package whatever
*/
Expand Down

0 comments on commit 14ddd97

Please sign in to comment.