Plugin Directory

Changeset 3308604


Ignore:
Timestamp:
06/09/2025 03:30:11 PM (9 months ago)
Author:
codeat
Message:

tagging version 2.3.5

Location:
glossary-by-codeat
Files:
1589 added
4 edited

Legend:

Unmodified
Added
Removed
  • glossary-by-codeat/trunk/README.txt

    r3307462 r3308604  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    195195== Changelog ==
    196196
     197= 2.3.5 =
     198
     199* Fix: Improved again EzToc integration of the previous release to avoid other edge cases
     200
    197201= 2.3.4 =
    198202
  • glossary-by-codeat/trunk/frontend/Core/Search_Engine.php

    r3307462 r3308604  
    124124            return $text;
    125125        }
    126         if ( \class_exists( 'ezTOC' ) && !did_action( 'ez_toc_before' ) ) {
     126        if ( \class_exists( 'ezTOC' ) && !did_action( 'wp_head' ) && !did_action( 'ez_toc_before' ) ) {
    127127            $eztoc = \get_option( 'ez-toc-settings' );
    128128            if ( in_array( \get_post_type(), $eztoc['enabled_post_types'], true ) ) {
  • glossary-by-codeat/trunk/glossary.php

    r3307462 r3308604  
    1111 * Plugin URI:     https://glossary.codeat.co/
    1212 * Description:    Easily add and manage a glossary with auto-link, tooltips and more. Improve your internal link building for a better SEO.
    13  * Version:        2.3.4
     13 * Version:        2.3.5
    1414 * Author:         Codeat
    1515 * Author URI:     https://docs.codeat.co/glossary/
     
    2626    //phpcs:ignore
    2727}
    28 define( 'GT_VERSION', '2.3.4' );
     28define( 'GT_VERSION', '2.3.5' );
    2929define( 'GT_SETTINGS', 'glossary' );
    3030define( 'GT_TEXTDOMAIN', 'glossary-by-codeat' );
  • glossary-by-codeat/trunk/vendor/wpdesk/wp-builder/composer.lock

    r3307462 r3308604  
    934934        {
    935935            "name": "phpcsstandards/phpcsextra",
    936             "version": "1.3.0",
     936            "version": "1.3.1",
    937937            "source": {
    938938                "type": "git",
    939939                "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
    940                 "reference": "46d08eb86eec622b96c466adec3063adfed280dd"
    941             },
    942             "dist": {
    943                 "type": "zip",
    944                 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/46d08eb86eec622b96c466adec3063adfed280dd",
    945                 "reference": "46d08eb86eec622b96c466adec3063adfed280dd",
     940                "reference": "8cb1a93708f82778c5fdc46106998c2072565418"
     941            },
     942            "dist": {
     943                "type": "zip",
     944                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/8cb1a93708f82778c5fdc46106998c2072565418",
     945                "reference": "8cb1a93708f82778c5fdc46106998c2072565418",
    946946                "shasum": ""
    947947            },
    948948            "require": {
    949949                "php": ">=5.4",
    950                 "phpcsstandards/phpcsutils": "^1.0.9",
     950                "phpcsstandards/phpcsutils": "^1.0.12",
    951951                "squizlabs/php_codesniffer": "^3.12.1"
    952952            },
    953953            "require-dev": {
    954954                "php-parallel-lint/php-console-highlighter": "^1.0",
    955                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
     955                "php-parallel-lint/php-parallel-lint": "^1.4.0",
    956956                "phpcsstandards/phpcsdevcs": "^1.1.6",
    957957                "phpcsstandards/phpcsdevtools": "^1.2.1",
     
    10121012                }
    10131013            ],
    1014             "time": "2025-04-20T23:35:32+00:00"
     1014            "time": "2025-06-08T19:59:14+00:00"
    10151015        },
    10161016        {
Note: See TracChangeset for help on using the changeset viewer.