Changeset 3314097
- Timestamp:
- 06/18/2025 06:46:40 PM (7 months ago)
- Location:
- custom-iframe
- Files:
-
- 2 added
- 12 edited
- 1 copied
-
tags/1.0.11 (copied) (copied from custom-iframe/trunk)
-
tags/1.0.11/assets/css/admin/admin.css (modified) (1 diff)
-
tags/1.0.11/assets/images/pro-icon.svg (added)
-
tags/1.0.11/assets/js/dismiss-notice.js (modified) (1 diff)
-
tags/1.0.11/custom-iframe-widget.php (modified) (2 diffs)
-
tags/1.0.11/includes/class-custif-admin.php (modified) (1 diff)
-
tags/1.0.11/languages/custom-iframe.pot (modified) (2 diffs)
-
tags/1.0.11/readme.txt (modified) (2 diffs)
-
trunk/assets/css/admin/admin.css (modified) (1 diff)
-
trunk/assets/images/pro-icon.svg (added)
-
trunk/assets/js/dismiss-notice.js (modified) (1 diff)
-
trunk/custom-iframe-widget.php (modified) (2 diffs)
-
trunk/includes/class-custif-admin.php (modified) (1 diff)
-
trunk/languages/custom-iframe.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-iframe/tags/1.0.11/assets/css/admin/admin.css
r3311922 r3314097 431 431 432 432 .token-button.upgrade-button:hover { 433 background-color: # e6c000;433 background-color: #3832aa; 434 434 transform: translateY(-2px); 435 435 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -
custom-iframe/tags/1.0.11/assets/js/dismiss-notice.js
r3311922 r3314097 1 jQuery(document).on('click', '.notice.cust if-elementor-require .notice-dismiss', function () {1 jQuery(document).on('click', '.notice.custom-iframe-notice .notice-dismiss', function () { 2 2 jQuery.post(customIframeNotice.ajax_url, { 3 3 action: 'dismiss_custom_iframe_notice', -
custom-iframe/tags/1.0.11/custom-iframe-widget.php
r3311922 r3314097 4 4 * Plugin URI: https://coderzstudio.com/plugins/custom-iframe 5 5 * Description: An advanced Elementor widget to embed iFrames with customizable options. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0.1 0' );53 define( 'CUSTIF_VERSION', '1.0.11' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/tags/1.0.11/includes/class-custif-admin.php
r3311922 r3314097 207 207 <div class="token-container"> 208 208 <?php if ( ! $this->is_pro_installed() || ! $this->is_pro_active() ) : ?> 209 <div class="token-check"> ⚠️</div>209 <div class="token-check"><img src="<?php echo esc_url( CUSTIF_URL . 'assets/images/pro-icon.svg' ); ?>" alt="Check icon"></div> 210 210 <div class="token-title"><?php esc_html_e( 'Upgrade to Pro', 'custom-iframe' ); ?></div> 211 211 <div class="token-form"> -
custom-iframe/tags/1.0.11/languages/custom-iframe.pot
r3311922 r3314097 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom iFrame 1.0.1 0\n"5 "Project-Id-Version: Custom iFrame 1.0.11\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/custom-iframe\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-06-1 5T09:46:41+00:00\n"12 "POT-Creation-Date: 2025-06-18T18:37:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
custom-iframe/tags/1.0.11/readme.txt
r3312758 r3314097 1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily ===1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily (Free & Pro) === 2 2 Contributors: coderzstudio 3 Tags: elementor , pdf embed, youtube embed, google maps, twitter embed3 Tags: elementor iframe, embed iframe, youtube embed, embed iframe, twitter embed 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 117 117 == Changelog == 118 118 119 = 1.0.10 (April 20, 2025) = 119 = 1.0.11 (June 19, 2025) = 120 * Improved: Dashboard design. 121 * Fixed: Plugin activation notice not dismissed. 122 123 = 1.0.10 (June 15, 2025) = 120 124 * Added: Admin Dashboard. 121 125 * Added: Feedback form on plugin deactivation. -
custom-iframe/trunk/assets/css/admin/admin.css
r3311922 r3314097 431 431 432 432 .token-button.upgrade-button:hover { 433 background-color: # e6c000;433 background-color: #3832aa; 434 434 transform: translateY(-2px); 435 435 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -
custom-iframe/trunk/assets/js/dismiss-notice.js
r3311922 r3314097 1 jQuery(document).on('click', '.notice.cust if-elementor-require .notice-dismiss', function () {1 jQuery(document).on('click', '.notice.custom-iframe-notice .notice-dismiss', function () { 2 2 jQuery.post(customIframeNotice.ajax_url, { 3 3 action: 'dismiss_custom_iframe_notice', -
custom-iframe/trunk/custom-iframe-widget.php
r3311922 r3314097 4 4 * Plugin URI: https://coderzstudio.com/plugins/custom-iframe 5 5 * Description: An advanced Elementor widget to embed iFrames with customizable options. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0.1 0' );53 define( 'CUSTIF_VERSION', '1.0.11' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/trunk/includes/class-custif-admin.php
r3311922 r3314097 207 207 <div class="token-container"> 208 208 <?php if ( ! $this->is_pro_installed() || ! $this->is_pro_active() ) : ?> 209 <div class="token-check"> ⚠️</div>209 <div class="token-check"><img src="<?php echo esc_url( CUSTIF_URL . 'assets/images/pro-icon.svg' ); ?>" alt="Check icon"></div> 210 210 <div class="token-title"><?php esc_html_e( 'Upgrade to Pro', 'custom-iframe' ); ?></div> 211 211 <div class="token-form"> -
custom-iframe/trunk/languages/custom-iframe.pot
r3311922 r3314097 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom iFrame 1.0.1 0\n"5 "Project-Id-Version: Custom iFrame 1.0.11\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/custom-iframe\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-06-1 5T09:46:41+00:00\n"12 "POT-Creation-Date: 2025-06-18T18:37:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
custom-iframe/trunk/readme.txt
r3312758 r3314097 1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily ===1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily (Free & Pro) === 2 2 Contributors: coderzstudio 3 Tags: elementor , pdf embed, youtube embed, google maps, twitter embed3 Tags: elementor iframe, embed iframe, youtube embed, embed iframe, twitter embed 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 117 117 == Changelog == 118 118 119 = 1.0.10 (April 20, 2025) = 119 = 1.0.11 (June 19, 2025) = 120 * Improved: Dashboard design. 121 * Fixed: Plugin activation notice not dismissed. 122 123 = 1.0.10 (June 15, 2025) = 120 124 * Added: Admin Dashboard. 121 125 * Added: Feedback form on plugin deactivation.
Note: See TracChangeset
for help on using the changeset viewer.