File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static function save(): void
6868 }
6969
7070 if (is_multisite ()) {
71- if (!current_user_can ('install_plugins ' )) {
71+ if (!current_user_can ('manage_network_options ' )) {
7272 wp_die ('You don’t have permission to access this resource. ' );
7373 }
7474 } else if (!current_user_can ('manage_options ' )) {
Original file line number Diff line number Diff line change 33 * Plugin Name: Iframely
44 * Plugin URI: https://iframely.com/wordpress
55 * Description: WP media embeds, cards and blocks.
6- * Version: 1.1.0
6+ * Version: 1.1.1
77 * Requires at least: 5.8
88 * Requires PHP: 7.4
99 * Author: Iframely.com
1919 exit ;
2020}
2121
22- define ('IFRAMELY_VERSION ' , '1.1.0 ' );
22+ define ('IFRAMELY_VERSION ' , '1.1.1 ' );
2323define ('IFRAMELY_PLUGIN_DIR ' , plugin_dir_path (__FILE__ ));
2424define ('IFRAMELY_PLUGIN_URL ' , plugin_dir_url (__FILE__ ));
2525define ('IFRAMELY_PLUGIN_FILE ' , plugin_basename (__FILE__ ));
Original file line number Diff line number Diff line change 11{
22 "name" : " iframely-wordpress" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " Iframely WordPress plugin" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ You can change every aspect of Iframely embeds via your account settings at [ifr
122122
123123== Changelog ==
124124
125+ = 1.1.1 =
126+
127+ * Fix multisite option management capability requirements
128+
125129= 1.1.0 =
126130
127131* WordPress 6.3 compatibility
You can’t perform that action at this time.
0 commit comments