Plugin Directory

Changeset 3272729


Ignore:
Timestamp:
04/14/2025 06:42:18 PM (9 months ago)
Author:
coderzstudio
Message:

release version 1.0.6

Location:
custom-iframe
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • custom-iframe/tags/1.0.6/custom-iframe-widget.php

    r3272696 r3272729  
    44 * Plugin URI: https://coderzstudio.com/plugins/custom-iframe
    55 * Description: An advanced Elementor widget to embed iFrames with customizable options.
    6  * Version: 1.0.4
     6 * Version: 1.0.6
    77 * Author: Coderz Studio
    88 * Author URI: https://coderzstudio.com/
     
    5151
    5252// Define constants.
    53 define( 'CUSTIF_VERSION', '1.0.4' );
     53define( 'CUSTIF_VERSION', '1.0.6' );
    5454define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) );
    5555define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) );
  • custom-iframe/tags/1.0.6/readme.txt

    r3272696 r3272729  
    44Requires at least: 5.8
    55Tested up to: 6.7
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.6
    77Requires PHP: 7.4
    88License: GPL-2.0+
     
    102102== Changelog ==
    103103
     104= 1.0.6 (April 16, 2025) =
     105* Fixed: Fixed Debug Error.
     106
    104107= 1.0.4 (April 14, 2025) =
    105108* Added: Added option to embed pdf.
  • custom-iframe/trunk/custom-iframe-widget.php

    r3272696 r3272729  
    44 * Plugin URI: https://coderzstudio.com/plugins/custom-iframe
    55 * Description: An advanced Elementor widget to embed iFrames with customizable options.
    6  * Version: 1.0.4
     6 * Version: 1.0.6
    77 * Author: Coderz Studio
    88 * Author URI: https://coderzstudio.com/
     
    5151
    5252// Define constants.
    53 define( 'CUSTIF_VERSION', '1.0.4' );
     53define( 'CUSTIF_VERSION', '1.0.6' );
    5454define( 'CUSTIF_URL', plugin_dir_url( __FILE__ ) );
    5555define( 'CUSTIF_PATH', plugin_dir_path( __FILE__ ) );
  • custom-iframe/trunk/readme.txt

    r3272696 r3272729  
    44Requires at least: 5.8
    55Tested up to: 6.7
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.6
    77Requires PHP: 7.4
    88License: GPL-2.0+
     
    102102== Changelog ==
    103103
     104= 1.0.6 (April 16, 2025) =
     105* Fixed: Fixed Debug Error.
     106
    104107= 1.0.4 (April 14, 2025) =
    105108* Added: Added option to embed pdf.
Note: See TracChangeset for help on using the changeset viewer.