Plugin Directory

Changeset 3329861


Ignore:
Timestamp:
07/17/2025 04:33:17 PM (9 months ago)
Author:
gutentools
Message:

new version 1.1.1 updated

Location:
gutentools
Files:
197 added
2 edited

Legend:

Unmodified
Added
Removed
  • gutentools/trunk/gutentools.php

    r3329199 r3329861  
    33 * Plugin Name: Gutentools
    44 * Description: Gutentools is a powerful block editor plugin designed for seamless full-site editing. It offers a range of customizable blocks, including page and post sliders, containers, and more, all with flexible responsive controls. With an intuitive drag-and-drop visual editor, you can easily create engaging layouts and dynamic content for any device. Unlock the full potential of WordPress with blocks that are tailored for a smooth design experience.
    5  * Version: 1.1.0
     5 * Version: 1.1.1
    66 * Author: Gutentools
    77 * Author URI: https://gutentools.com/
     
    1313//  Exit if accessed directly.
    1414if ( ! defined( 'ABSPATH' ) ) {
    15     exit;
     15    exit;
    1616}
    1717
    1818if ( ! function_exists( 'gutentools_get_version' ) ) {
    19     /**
    20     * Get Plugin Version
    21     *
    22     * @return string
    23     */
    24     function gutentools_get_version() {
    25         $data = get_file_data( __FILE__, array( 'version' => 'Version' ) );
    26         return $data['version'];
    27     }
     19    /**
     20    * Get Plugin Version
     21    *
     22    * @return string
     23    */
     24    function gutentools_get_version() {
     25        $data = get_file_data( __FILE__, array( 'version' => 'Version' ) );
     26        return $data['version'];
     27    }
    2828}
    2929
     
    3131
    3232function gutentools_load(){
    33     define( 'Gutentools_File', __FILE__ );
    34     define( 'Gutentools_Url', plugin_dir_url( Gutentools_File ) );
    35     define( 'Gutentools_Path', plugin_dir_path( Gutentools_File ) );
    36     define( 'Gutentools_Version', gutentools_get_version() );
     33    define( 'Gutentools_File', __FILE__ );
     34    define( 'Gutentools_Url', plugin_dir_url( Gutentools_File ) );
     35    define( 'Gutentools_Path', plugin_dir_path( Gutentools_File ) );
     36    define( 'Gutentools_Version', gutentools_get_version() );
    3737
    38     require_once Gutentools_Path . "core/class_block_helper.php";
    39     require_once Gutentools_Path . "core/block_configuration.php";
    40     require_once Gutentools_Path . "inc/svg.php";
    41     require_once Gutentools_Path . "inc/plugin-page.php";
    42     require_once Gutentools_Path . "inc/script_loader.php";
     38    require_once Gutentools_Path . "core/class_block_helper.php";
     39    require_once Gutentools_Path . "core/block_configuration.php";
     40    require_once Gutentools_Path . "inc/svg.php";
     41    require_once Gutentools_Path . "inc/plugin-page.php";
     42    require_once Gutentools_Path . "inc/script_loader.php";
    4343    if ( ! function_exists( 'gutentools_pro_get_version' ) )
    4444        require_once Gutentools_Path . "inc/admin-notice.php";
  • gutentools/trunk/readme.txt

    r3329199 r3329861  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
    8 Version: 1.1.0
     7Stable tag: 1.1.1
     8Version: 1.1.1
    99License: GPLv3
    1010License URI: https://opensource.org/licenses/GPL-3.0
     
    154154- Added New Image Slider
    155155
     156= 1.1.1 =
     157- Fixing Issue on FAQ block
     158
    156159== Upgrade Notice ==
    157160
     
    191194- Fixing Issue on FAQ block
    192195- Added New Image Slider
     196
     197= 1.1.1 =
     198- Fixing Issue on FAQ block
Note: See TracChangeset for help on using the changeset viewer.