Changeset 3427581
- Timestamp:
- 12/26/2025 06:57:50 AM (3 weeks ago)
- Location:
- custom-iframe
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.17 (copied) (copied from custom-iframe/trunk)
-
tags/1.0.17/custom-iframe-widget.php (modified) (3 diffs)
-
tags/1.0.17/languages/custom-iframe.pot (modified) (2 diffs)
-
tags/1.0.17/readme.txt (modified) (2 diffs)
-
tags/1.0.17/widget/class-custom-iframe-widget.php (modified) (1 diff)
-
trunk/custom-iframe-widget.php (modified) (3 diffs)
-
trunk/languages/custom-iframe.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widget/class-custom-iframe-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-iframe/tags/1.0.17/custom-iframe-widget.php
r3416121 r3427581 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 66 * Version: 1.0.17 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 19 19 * Requires at least: 5.8 20 20 * Requires PHP: 7.4 21 * Elementor tested up to: 3.3 322 * Elementor Pro tested up to: 3.3 321 * Elementor tested up to: 3.34 22 * Elementor Pro tested up to: 3.34 23 23 */ 24 24 … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0.1 6' );53 define( 'CUSTIF_VERSION', '1.0.17' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/tags/1.0.17/languages/custom-iframe.pot
r3416121 r3427581 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-12-10T0 7:45:10+00:00\n"12 "POT-Creation-Date: 2025-12-10T08:46:22+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" … … 695 695 msgstr "" 696 696 697 #: widget/class-custom-iframe-widget.php:1112 698 msgid "Device Frame" 699 msgstr "" 700 697 701 #: widget/class-custom-iframe-widget.php:1133 698 702 msgid "Style" -
custom-iframe/tags/1.0.17/readme.txt
r3416121 r3427581 1 1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily === 2 2 Contributors: coderzstudio 3 Tags: embed , embed pdf, iframe, elementor, embed youtube3 Tags: embed pdf, iframe, elementor, embed youtube, 3d flip book 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0.1 66 Stable tag: 1.0.17 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 118 118 == Changelog == 119 119 120 = 1.0.17 (December 26, 2025) = 121 * Compatibility: Elementor Version Free & Pro 3.34. 122 120 123 = 1.0.16 (December 10, 2025) = 121 124 * Improvements : Controller UI Improvements. -
custom-iframe/tags/1.0.17/widget/class-custom-iframe-widget.php
r3416121 r3427581 261 261 'source' => 'Pdf', 262 262 'pdf_type' => 'url', 263 ), 264 ) 265 ); 266 267 $this->add_control( 268 'pdf_view_mode', 269 array( 270 'label' => __( '3D Flipbook View', 'custom-iframe' ), 271 'type' => Controls_Manager::SWITCHER, 272 'label_on' => __( 'Yes', 'custom-iframe' ), 273 'label_off' => __( 'No', 'custom-iframe' ), 274 'return_value' => 'yes', 275 'default' => '', 276 'condition' => array( 277 'source' => 'Pdf', 278 ), 279 'separator' => 'before', 280 ) 281 ); 282 283 $this->add_control( 284 'pdf_view_mode_pro', 285 array( 286 'label' => '', 287 'type' => Controls_Manager::RAW_HTML, 288 'default' => '', 289 'description' => '', 290 'raw' => $this->pro_plugin_notice(), 291 'condition' => array( 292 'source' => 'Pdf', 293 'pdf_view_mode' => 'yes', 263 294 ), 264 295 ) -
custom-iframe/trunk/custom-iframe-widget.php
r3416121 r3427581 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 66 * Version: 1.0.17 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 19 19 * Requires at least: 5.8 20 20 * Requires PHP: 7.4 21 * Elementor tested up to: 3.3 322 * Elementor Pro tested up to: 3.3 321 * Elementor tested up to: 3.34 22 * Elementor Pro tested up to: 3.34 23 23 */ 24 24 … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0.1 6' );53 define( 'CUSTIF_VERSION', '1.0.17' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/trunk/languages/custom-iframe.pot
r3416121 r3427581 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-12-10T0 7:45:10+00:00\n"12 "POT-Creation-Date: 2025-12-10T08:46:22+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" … … 695 695 msgstr "" 696 696 697 #: widget/class-custom-iframe-widget.php:1112 698 msgid "Device Frame" 699 msgstr "" 700 697 701 #: widget/class-custom-iframe-widget.php:1133 698 702 msgid "Style" -
custom-iframe/trunk/readme.txt
r3416121 r3427581 1 1 === Custom iFrame for Elementor – Embed Pdf, Maps, Videos, & Websites Easily === 2 2 Contributors: coderzstudio 3 Tags: embed , embed pdf, iframe, elementor, embed youtube3 Tags: embed pdf, iframe, elementor, embed youtube, 3d flip book 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0.1 66 Stable tag: 1.0.17 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 118 118 == Changelog == 119 119 120 = 1.0.17 (December 26, 2025) = 121 * Compatibility: Elementor Version Free & Pro 3.34. 122 120 123 = 1.0.16 (December 10, 2025) = 121 124 * Improvements : Controller UI Improvements. -
custom-iframe/trunk/widget/class-custom-iframe-widget.php
r3416121 r3427581 261 261 'source' => 'Pdf', 262 262 'pdf_type' => 'url', 263 ), 264 ) 265 ); 266 267 $this->add_control( 268 'pdf_view_mode', 269 array( 270 'label' => __( '3D Flipbook View', 'custom-iframe' ), 271 'type' => Controls_Manager::SWITCHER, 272 'label_on' => __( 'Yes', 'custom-iframe' ), 273 'label_off' => __( 'No', 'custom-iframe' ), 274 'return_value' => 'yes', 275 'default' => '', 276 'condition' => array( 277 'source' => 'Pdf', 278 ), 279 'separator' => 'before', 280 ) 281 ); 282 283 $this->add_control( 284 'pdf_view_mode_pro', 285 array( 286 'label' => '', 287 'type' => Controls_Manager::RAW_HTML, 288 'default' => '', 289 'description' => '', 290 'raw' => $this->pro_plugin_notice(), 291 'condition' => array( 292 'source' => 'Pdf', 293 'pdf_view_mode' => 'yes', 263 294 ), 264 295 )
Note: See TracChangeset
for help on using the changeset viewer.