Plugin Directory

Changeset 3298386


Ignore:
Timestamp:
05/22/2025 12:41:47 AM (9 months ago)
Author:
designinvento
Message:

new version

Location:
dicode-icons-pack/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dicode-icons-pack/trunk/README.txt

    r3025659 r3298386  
    44Tags: elementor, custom icons, font icons, icons, icon fonts
    55Requires at least: 6.0
    6 Tested up to: 6.4.2
    7 Stable tag: 1.1.1
     6Tested up to: 6.8.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020
    2121== Changelog ==
     22= 1.1.2 =
     23* WordPress 6.8.1 compatibility checked.
    2224
    2325= 1.1.1 =
  • dicode-icons-pack/trunk/dicode-icons-pack.php

    r3025659 r3298386  
    55 * Plugin URI:        https://designinvento.net/downloads/dicode-icons-pack
    66 * Description:       This plugin provide ability to have custom icons based on free and premium icon libraries.
    7  * Version:           1.1.1
     7 * Version:           1.1.2
    88 * Author:            Designinvento
    99 * Author URI:        https://designinvento.net/
     
    1313 * Domain Path:       /languages
    1414 *
    15  Elementor tested up to: 3.18.3
     15 Elementor tested up to: 3.29.0
    1616 */
    1717
     
    2222
    2323
    24 define( 'DICODE_ICONS_PACK_VERSION', '1.1.1' );
     24define( 'DICODE_ICONS_PACK_VERSION', '1.1.2' );
    2525define('DICODE_ICONS_PACK_PATH', plugin_dir_path(__FILE__));
    2626define('DICODE_ICONS_PACK_URL', plugins_url('/', __FILE__));
  • dicode-icons-pack/trunk/includes/class-dicode-icons-pack.php

    r3025659 r3298386  
    2727            $this->version = DICODE_ICONS_PACK_VERSION;
    2828        } else {
    29             $this->version = '1.1.1';
     29            $this->version = '1.1.2';
    3030        }
    3131        $this->plugin_name = 'dicode-icons-pack';
Note: See TracChangeset for help on using the changeset viewer.