Plugin Directory

Changeset 2735022


Ignore:
Timestamp:
05/31/2022 05:56:19 PM (4 years ago)
Author:
ivanp
Message:

WordPress 6.0 compatibility

Location:
iframely/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • iframely/trunk/build/index.asset.php

    r2686906 r2735022  
    1 <?php return array('dependencies' => array('wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'd263deae41276c9c11e4fa84f75af8a4');
     1<?php return array('dependencies' => array('wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '9ebee8c545b52a878e18');
  • iframely/trunk/iframely.php

    r2686906 r2735022  
    44 * Plugin URI: https://iframely.com/wordpress
    55 * Description: WP media embeds, cards and blocks.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2020}
    2121
    22 define('IFRAMELY_VERSION', '1.0.0');
     22define('IFRAMELY_VERSION', '1.0.1');
    2323define('IFRAMELY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('IFRAMELY_PLUGIN_URL', plugin_dir_url(__FILE__));
  • iframely/trunk/readme.txt

    r2686906 r2735022  
    123123== Changelog ==
    124124
     125= 1.0.1 =
     126
     127* WordPress 6.0 compatibility
     128
    125129= 1.0 =
    126130
Note: See TracChangeset for help on using the changeset viewer.