Skip to content

Commit 2e81a53

Browse files
authored
Merge pull request #49 from itteco/v1.1.2
WordPress 6.5 compatibility
2 parents f2b63c6 + ab6e117 commit 2e81a53

File tree

5 files changed

+3697
-10356
lines changed

5 files changed

+3697
-10356
lines changed

iframely.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Iframely
44
* Plugin URI: https://iframely.com/wordpress
55
* Description: WP media embeds, cards and blocks.
6-
* Version: 1.1.1
6+
* Version: 1.1.2
77
* Requires at least: 5.8
88
* Requires PHP: 7.4
99
* Author: Iframely.com
@@ -19,7 +19,7 @@
1919
exit;
2020
}
2121

22-
define('IFRAMELY_VERSION', '1.1.1');
22+
define('IFRAMELY_VERSION', '1.1.2');
2323
define('IFRAMELY_PLUGIN_DIR', plugin_dir_path(__FILE__));
2424
define('IFRAMELY_PLUGIN_URL', plugin_dir_url(__FILE__));
2525
define('IFRAMELY_PLUGIN_FILE', plugin_basename(__FILE__));

0 commit comments

Comments
 (0)