Plugin Directory

Changeset 3013503


Ignore:
Timestamp:
12/22/2023 07:05:33 PM (2 years ago)
Author:
ivanp
Message:

version 1.1.1

Location:
iframely
Files:
50 added
3 edited

Legend:

Unmodified
Added
Removed
  • iframely/trunk/app/UI/Settings.php

    r3005280 r3013503  
    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            }
  • iframely/trunk/iframely.php

    r3005280 r3013503  
    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
     
    2020}
    2121
    22 define('IFRAMELY_VERSION', '1.1.0');
     22define('IFRAMELY_VERSION', '1.1.1');
    2323define('IFRAMELY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('IFRAMELY_PLUGIN_URL', plugin_dir_url(__FILE__));
  • iframely/trunk/readme.txt

    r3005280 r3013503  
    11=== Iframely – WP media embeds, cards and blocks ===
    2 Contributors: yellowby, garmoncheg, ivanp, psergeev
     2Contributors: yellowby, ivanp, garmoncheg, psergeev
    33License: GPLv3
    44License URI: http://www.gnu.org/licenses/gpl.html
    55Tags: gutenberg, facebook, instagram, twitter, youtube, tiktok, twitch
    6 Tested up to: 6.4.1
     6Tested up to: 6.4.2
    77Stable tag: 1.1.0
    88Requires at least: 3.8
     
    123123== Changelog ==
    124124
     125= 1.1.1 =
     126
     127* Fix multisite option management capability requirements
     128
    125129= 1.1.0 =
    126130
Note: See TracChangeset for help on using the changeset viewer.