Changeset 3013503
- Timestamp:
- 12/22/2023 07:05:33 PM (2 years ago)
- Location:
- iframely
- Files:
-
- 50 added
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/app (added)
-
tags/1.1.1/app/Activation.php (added)
-
tags/1.1.1/app/Embed (added)
-
tags/1.1.1/app/Embed.php (added)
-
tags/1.1.1/app/Embed/Amp.php (added)
-
tags/1.1.1/app/Embed/Cache.php (added)
-
tags/1.1.1/app/Embed/Feed.php (added)
-
tags/1.1.1/app/Embed/Gutenberg.php (added)
-
tags/1.1.1/app/Embed/Oembed.php (added)
-
tags/1.1.1/app/Embed/Shortcode.php (added)
-
tags/1.1.1/app/Options.php (added)
-
tags/1.1.1/app/Plugin.php (added)
-
tags/1.1.1/app/Reactivation.php (added)
-
tags/1.1.1/app/UI (added)
-
tags/1.1.1/app/UI/Links.php (added)
-
tags/1.1.1/app/UI/Notice.php (added)
-
tags/1.1.1/app/UI/Settings.php (added)
-
tags/1.1.1/app/Upgrade.php (added)
-
tags/1.1.1/app/Utils.php (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/onboarding.avif (added)
-
tags/1.1.1/assets/onboarding.png (added)
-
tags/1.1.1/assets/onboarding@2x.avif (added)
-
tags/1.1.1/assets/onboarding@2x.png (added)
-
tags/1.1.1/build (added)
-
tags/1.1.1/build/admin.asset.php (added)
-
tags/1.1.1/build/admin.css (added)
-
tags/1.1.1/build/admin.js (added)
-
tags/1.1.1/build/index.asset.php (added)
-
tags/1.1.1/build/index.css (added)
-
tags/1.1.1/build/index.js (added)
-
tags/1.1.1/iframely.php (added)
-
tags/1.1.1/index.php (added)
-
tags/1.1.1/lang (added)
-
tags/1.1.1/lang/iframely.pot (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/views (added)
-
tags/1.1.1/views/activation.php (added)
-
tags/1.1.1/views/partials (added)
-
tags/1.1.1/views/partials/notice.php (added)
-
tags/1.1.1/views/partials/onboarding.php (added)
-
tags/1.1.1/views/partials/promo.php (added)
-
tags/1.1.1/views/partials/tabs.php (added)
-
tags/1.1.1/views/settings.php (added)
-
tags/1.1.1/views/tabs (added)
-
tags/1.1.1/views/tabs/customize.php (added)
-
tags/1.1.1/views/tabs/help.php (added)
-
tags/1.1.1/views/tabs/reactivate.php (added)
-
tags/1.1.1/views/tabs/settings.php (added)
-
trunk/app/UI/Settings.php (modified) (1 diff)
-
trunk/iframely.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iframely/trunk/app/UI/Settings.php
r3005280 r3013503 69 69 70 70 if (is_multisite()) { 71 if (!current_user_can(' install_plugins')) {71 if (!current_user_can('manage_network_options')) { 72 72 wp_die('You don’t have permission to access this resource.'); 73 73 } -
iframely/trunk/iframely.php
r3005280 r3013503 4 4 * Plugin URI: https://iframely.com/wordpress 5 5 * Description: WP media embeds, cards and blocks. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 20 20 } 21 21 22 define('IFRAMELY_VERSION', '1.1. 0');22 define('IFRAMELY_VERSION', '1.1.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
r3005280 r3013503 1 1 === Iframely – WP media embeds, cards and blocks === 2 Contributors: yellowby, garmoncheg, ivanp, psergeev2 Contributors: yellowby, ivanp, garmoncheg, psergeev 3 3 License: GPLv3 4 4 License URI: http://www.gnu.org/licenses/gpl.html 5 5 Tags: gutenberg, facebook, instagram, twitter, youtube, tiktok, twitch 6 Tested up to: 6.4. 16 Tested up to: 6.4.2 7 7 Stable tag: 1.1.0 8 8 Requires at least: 3.8 … … 123 123 == Changelog == 124 124 125 = 1.1.1 = 126 127 * Fix multisite option management capability requirements 128 125 129 = 1.1.0 = 126 130
Note: See TracChangeset
for help on using the changeset viewer.