Changeset 2735022
- Timestamp:
- 05/31/2022 05:56:19 PM (4 years ago)
- Location:
- iframely/trunk
- Files:
-
- 3 edited
-
build/index.asset.php (modified) (1 diff)
-
iframely.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
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 4 4 * Plugin URI: https://iframely.com/wordpress 5 5 * Description: WP media embeds, cards and blocks. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 20 20 } 21 21 22 define('IFRAMELY_VERSION', '1.0. 0');22 define('IFRAMELY_VERSION', '1.0.1'); 23 23 define('IFRAMELY_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('IFRAMELY_PLUGIN_URL', plugin_dir_url(__FILE__)); -
iframely/trunk/readme.txt
r2686906 r2735022 123 123 == Changelog == 124 124 125 = 1.0.1 = 126 127 * WordPress 6.0 compatibility 128 125 129 = 1.0 = 126 130
Note: See TracChangeset
for help on using the changeset viewer.