Plugin Directory

Changeset 2299380


Ignore:
Timestamp:
05/06/2020 02:37:30 PM (6 years ago)
Author:
sortabrilliant
Message:

Update to version 1.1.1 from GitHub

Location:
whatever
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • whatever/tags/1.1.1/readme.txt

    r2257747 r2299380  
    33Tags: embed, block
    44Requires at least: 5.0
    5 Tested up to: 5.3.2
     5Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPL-2.0-or-later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1212
    1313== Description ==
    14 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.
     14For 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. 
    1515
    1616Individual 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?
     
    2121
    2222#### Features
    23 * Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it.
     23* Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it. 
    2424* Alignment: Whatever supports all the various block alignment settings (wide & full must also be supported by the theme).
    2525* Responsive Embeds: If the embed uses an iFrame we'll make it responsive for you to it looks great on every size device.
     
    3232
    3333== Changelog ==
     34* 1.1.1 Update "Tested up to" WordPress version.
    3435* 1.1.0 Add responsiveness to common aspect ratios.
    35 * 1.0.0 Initial Commit
     36* 1.0.0 Initial Commit.
  • whatever/tags/1.1.1/whatever.php

    r2257727 r2299380  
    66 * Author:      sorta brilliant
    77 * Author URI:  https://sortabrilliant.com/
    8  * Version:     1.1.0
     8 * Version:     1.1.1
    99 * License:     GPL-2.0-or-later
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • whatever/trunk/readme.txt

    r2257747 r2299380  
    33Tags: embed, block
    44Requires at least: 5.0
    5 Tested up to: 5.3.2
     5Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPL-2.0-or-later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1212
    1313== Description ==
    14 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.
     14For 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. 
    1515
    1616Individual 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?
     
    2121
    2222#### Features
    23 * Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it.
     23* Works with everything: Don't search of a particular block. If it's an embed of any kind Whatever can handle it. 
    2424* Alignment: Whatever supports all the various block alignment settings (wide & full must also be supported by the theme).
    2525* Responsive Embeds: If the embed uses an iFrame we'll make it responsive for you to it looks great on every size device.
     
    3232
    3333== Changelog ==
     34* 1.1.1 Update "Tested up to" WordPress version.
    3435* 1.1.0 Add responsiveness to common aspect ratios.
    35 * 1.0.0 Initial Commit
     36* 1.0.0 Initial Commit.
  • whatever/trunk/whatever.php

    r2257727 r2299380  
    66 * Author:      sorta brilliant
    77 * Author URI:  https://sortabrilliant.com/
    8  * Version:     1.1.0
     8 * Version:     1.1.1
    99 * License:     GPL-2.0-or-later
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.