Changeset 3272729
- Timestamp:
- 04/14/2025 06:42:18 PM (9 months ago)
- Location:
- custom-iframe
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from custom-iframe/trunk)
-
tags/1.0.6/custom-iframe-widget.php (modified) (2 diffs)
-
tags/1.0.6/readme.txt (modified) (2 diffs)
-
trunk/custom-iframe-widget.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-iframe/tags/1.0.6/custom-iframe-widget.php
r3272696 r3272729 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. 46 * Version: 1.0.6 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0. 4' );53 define( 'CUSTIF_VERSION', '1.0.6' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/tags/1.0.6/readme.txt
r3272696 r3272729 4 4 Requires at least: 5.8 5 5 Tested up to: 6.7 6 Stable tag: 1.0. 46 Stable tag: 1.0.6 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 102 102 == Changelog == 103 103 104 = 1.0.6 (April 16, 2025) = 105 * Fixed: Fixed Debug Error. 106 104 107 = 1.0.4 (April 14, 2025) = 105 108 * Added: Added option to embed pdf. -
custom-iframe/trunk/custom-iframe-widget.php
r3272696 r3272729 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. 46 * Version: 1.0.6 7 7 * Author: Coderz Studio 8 8 * Author URI: https://coderzstudio.com/ … … 51 51 52 52 // Define constants. 53 define( 'CUSTIF_VERSION', '1.0. 4' );53 define( 'CUSTIF_VERSION', '1.0.6' ); 54 54 define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) ); 55 55 define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) ); -
custom-iframe/trunk/readme.txt
r3272696 r3272729 4 4 Requires at least: 5.8 5 5 Tested up to: 6.7 6 Stable tag: 1.0. 46 Stable tag: 1.0.6 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0+ … … 102 102 == Changelog == 103 103 104 = 1.0.6 (April 16, 2025) = 105 * Fixed: Fixed Debug Error. 106 104 107 = 1.0.4 (April 14, 2025) = 105 108 * Added: Added option to embed pdf.
Note: See TracChangeset
for help on using the changeset viewer.