Plugin Directory

Changeset 3307462


Ignore:
Timestamp:
06/06/2025 10:24:18 AM (9 months ago)
Author:
codeat
Message:

tagging version 2.3.4

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

Legend:

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

    r3297530 r3307462  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 2.3.2
     7Stable tag: 2.3.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    195195== Changelog ==
    196196
     197= 2.3.4 =
     198
     199* Fix: Improved EzToc integration of the previous release to avoid other edge cases
     200
     201= 2.3.3 =
     202
     203* Fix: In some edge cases with EzToc the injection wasn't working if some options was enabled
     204
    197205= 2.3.2 =
    198206
  • glossary-by-codeat/trunk/frontend/Core/Search_Engine.php

    r3258432 r3307462  
    124124            return $text;
    125125        }
     126        if ( \class_exists( 'ezTOC' ) && !did_action( 'ez_toc_before' ) ) {
     127            $eztoc = \get_option( 'ez-toc-settings' );
     128            if ( in_array( \get_post_type(), $eztoc['enabled_post_types'], true ) ) {
     129                // @phpstan-ignore-line
     130                return $text;
     131            }
     132        }
    126133        if ( !$this->content->is_already_parsed( $text ) && \apply_filters( $this->default_parameters['filter_prefix'] . '_is_page_to_parse', $this->content->is_page_type_to_check() ) ) {
    127134            return $this->auto_link( $text );
  • glossary-by-codeat/trunk/glossary.php

    r3297530 r3307462  
    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.2
     13 * Version:        2.3.4
    1414 * Author:         Codeat
    1515 * Author URI:     https://docs.codeat.co/glossary/
     
    2626    //phpcs:ignore
    2727}
    28 define( 'GT_VERSION', '2.3.1' );
     28define( 'GT_VERSION', '2.3.4' );
    2929define( 'GT_SETTINGS', 'glossary' );
    3030define( 'GT_TEXTDOMAIN', 'glossary-by-codeat' );
  • glossary-by-codeat/trunk/integrations/CMB_Fields/CMB2_MultiCheck_PostType.php

    r3297530 r3307462  
    3737
    3838        $cpts = \get_post_types();
    39         unset( $cpts[ 'nav_menu_item' ] );
    40         unset( $cpts[ 'customize_css' ] );
     39        unset( $cpts[ 'acf-field' ] );
     40        unset( $cpts[ 'acf-field-group' ] );
     41        unset( $cpts[ 'acf-post-type' ] );
     42        unset( $cpts[ 'acf-post-type' ] );
     43        unset( $cpts[ 'acf-taxonomy' ] );
     44        unset( $cpts[ 'acf-template' ] );
     45        unset( $cpts[ 'acf-ui-options-page' ] );
     46        unset( $cpts[ 'bwg_album' ] );
     47        unset( $cpts[ 'bwg_gallery' ] );
     48        unset( $cpts[ 'bwg_share' ] );
     49        unset( $cpts[ 'bwg_tag' ] );
     50        unset( $cpts[ 'bricks_fonts' ] );
     51        unset( $cpts[ 'bricks_template' ] );
     52        unset( $cpts[ 'carousels' ] );
    4153        unset( $cpts[ 'custom_css' ] );
    4254        unset( $cpts[ 'customize_changeset' ] );
     55        unset( $cpts[ 'customize_css' ] );
     56        unset( $cpts[ 'dlm_download' ] );
     57        unset( $cpts[ 'dlm_download_version' ] );
     58        unset( $cpts[ 'e-floating-button' ] );
     59        unset( $cpts[ 'elementor_font' ] );
     60        unset( $cpts[ 'elementor_icons' ] );
     61        unset( $cpts[ 'elementor_library' ] );
     62        unset( $cpts[ 'elementor_snippet' ] );
     63        unset( $cpts[ 'et_body_layout' ] );
     64        unset( $cpts[ 'et_code_snippet' ] );
     65        unset( $cpts[ 'et_footer_layout' ] );
     66        unset( $cpts[ 'et_header_layout' ] );
     67        unset( $cpts[ 'et_theme_builder' ] );
     68        unset( $cpts[ 'et_theme_options' ] );
     69        unset( $cpts[ 'et_tb_item' ] );
     70        unset( $cpts[ 'et_template' ] );
     71        unset( $cpts[ 'etheme_mega_menus' ] );
     72        unset( $cpts[ 'etheme_slides' ] );
     73        unset( $cpts[ 'fl-builder-template' ] );
     74        unset( $cpts[ 'fl-theme-layout' ] );
     75        unset( $cpts[ 'grw_feed' ] );
     76        unset( $cpts[ 'ils_customlinks' ] );
     77        unset( $cpts[ 'jp_pay_order' ] );
     78        unset( $cpts[ 'llms_access_plan' ] );
     79        unset( $cpts[ 'llms_achievement' ] );
     80        unset( $cpts[ 'llms_certificate' ] );
     81        unset( $cpts[ 'llms_coupon' ] );
     82        unset( $cpts[ 'llms_email' ] );
     83        unset( $cpts[ 'llms_engagement' ] );
     84        unset( $cpts[ 'llms_membership' ] );
     85        unset( $cpts[ 'llms_my_certificate' ] );
     86        unset( $cpts[ 'llms_order' ] );
     87        unset( $cpts[ 'llms_review' ] );
     88        unset( $cpts[ 'llms_transaction' ] );
     89        unset( $cpts[ 'llms_voucher' ] );
     90        unset( $cpts[ 'masonry_gallery' ] );
     91        unset( $cpts[ 'mc4wp-form' ] );
     92        unset( $cpts[ 'memberpresscoupon' ] );
     93        unset( $cpts[ 'memberpressgroup' ] );
     94        unset( $cpts[ 'memberpressrule' ] );
     95        unset( $cpts[ 'mp-reminder' ] );
     96        unset( $cpts[ 'nav_menu_item' ] );
     97        unset( $cpts[ 'nf_sub' ] );
     98        unset( $cpts[ 'oembed_cache' ] );
     99        unset( $cpts[ 'patterns_ai_data' ] );
     100        unset( $cpts[ 'product_variation' ] );
     101        unset( $cpts[ 'rm_content_editor' ] );
     102        unset( $cpts[ 'revision' ] );
     103        unset( $cpts[ 'scheduled-action' ] );
    43104        unset( $cpts[ 'scheduled_action' ] );
    44         unset( $cpts[ 'oembed_cache' ] );
    45         unset( $cpts[ 'scheduled-action' ] );
     105        unset( $cpts[ 'section' ] );
     106        unset( $cpts[ 'sg_optimizer_jobs' ] );
     107        unset( $cpts[ 'shop_coupon' ] );
     108        unset( $cpts[ 'shop_order' ] );
     109        unset( $cpts[ 'shop_order_placehold' ] );
     110        unset( $cpts[ 'shop_order_refund' ] );
     111        unset( $cpts[ 'slides' ] );
     112        unset( $cpts[ 'staticblocks' ] );
     113        unset( $cpts[ 'um_form' ] );
     114        unset( $cpts[ 'um_role' ] );
     115        unset( $cpts[ 'user_request' ] );
     116        unset( $cpts[ 'vc4_templates' ] );
     117        unset( $cpts[ 'wpcf7_contact_form' ] );
     118        unset( $cpts[ 'wpcf7r_action' ] );
     119        unset( $cpts[ 'wpcf7r_leads' ] );
    46120        unset( $cpts[ 'wp_block' ] );
     121        unset( $cpts[ 'wp_font_face' ] );
     122        unset( $cpts[ 'wp_font_family' ] );
     123        unset( $cpts[ 'wp_global_styles' ] );
     124        unset( $cpts[ 'wp_navigation' ] );
    47125        unset( $cpts[ 'wp_template' ] );
    48126        unset( $cpts[ 'wp_template_part' ] );
    49         unset( $cpts[ 'wp_global_styles' ] );
    50         unset( $cpts[ 'wp_navigation' ] );
    51         unset( $cpts[ 'wp_font_family' ] );
    52         unset( $cpts[ 'wp_font_face' ] );
    53         unset( $cpts[ 'revision' ] );
    54         unset( $cpts[ 'sg_optimizer_jobs' ] );
    55         unset( $cpts[ 'llms_access_plan' ] );
    56         unset( $cpts[ 'llms_voucher' ] );
    57         unset( $cpts[ 'llms_coupon' ] );
    58         unset( $cpts[ 'llms_email' ] );
    59         unset( $cpts[ 'llms_achievement' ] );
    60         unset( $cpts[ 'llms_engagement' ] );
    61         unset( $cpts[ 'llms_review' ] );
    62         unset( $cpts[ 'llms_transaction' ] );
    63         unset( $cpts[ 'llms_certificate' ] );
    64         unset( $cpts[ 'llms_my_certificate' ] );
    65         unset( $cpts[ 'llms_membership' ] );
    66         unset( $cpts[ 'llms_order' ] );
    67         unset( $cpts[ 'fl-builder-template' ] );
    68         unset( $cpts[ 'fl-theme-layout' ] );
    69         unset( $cpts[ 'elementor_library' ] );
    70         unset( $cpts[ 'elementor_snippet' ] );
    71         unset( $cpts[ 'elementor_font' ] );
    72         unset( $cpts[ 'elementor_icons' ] );
    73         unset( $cpts[ 'um_role' ] );
    74         unset( $cpts[ 'um_form' ] );
    75         unset( $cpts[ 'product_variation' ] );
    76         unset( $cpts[ 'shop_order' ] );
    77         unset( $cpts[ 'shop_coupon' ] );
    78         unset( $cpts[ 'shop_order_refund' ] );
    79         unset( $cpts[ 'shop_order_placehold' ] );
    80         unset( $cpts[ 'jp_pay_order' ] );
    81         unset( $cpts[ 'nf_sub' ] );
    82         unset( $cpts[ 'section' ] );
    83         unset( $cpts[ 'vc4_templates' ] );
    84         unset( $cpts[ 'masonry_gallery' ] );
    85         unset( $cpts[ 'wpcf7_contact_form' ] );
    86         unset( $cpts[ 'slides' ] );
    87         unset( $cpts[ 'carousels' ] );
    88         unset( $cpts[ 'user_request' ] );
    89         unset( $cpts[ 'acf-field-group' ] );
    90         unset( $cpts[ 'acf-field' ] );
    91         unset( $cpts[ 'acf-template' ] );
    92         unset( $cpts[ 'acf-post-type' ] );
    93         unset( $cpts[ 'acf-taxonomy' ] );
    94         unset( $cpts[ 'acf-post-type' ] );
    95         unset( $cpts[ 'acf-ui-options-page' ] );
    96         unset( $cpts[ 'et_header_layout' ] );
    97         unset( $cpts[ 'et_body_layout' ] );
    98         unset( $cpts[ 'et_footer_layout' ] );
    99         unset( $cpts[ 'et_theme_builder' ] );
    100         unset( $cpts[ 'patterns_ai_data' ] );
    101         unset( $cpts[ 'bricks_fonts' ] );
    102         unset( $cpts[ 'bricks_template' ] );
    103         unset( $cpts[ 'staticblocks' ] );
    104         unset( $cpts[ 'etheme_mega_menus' ] );
    105         unset( $cpts[ 'etheme_slides' ] );
    106         unset( $cpts[ 'ils_customlinks' ] );
    107         unset( $cpts[ 'mc4wp-form' ] );
    108         unset( $cpts[ 'dlm_download' ] );
    109         unset( $cpts[ 'dlm_download_version' ] );
    110         unset( $cpts[ 'et_theme_options' ] );
    111         unset( $cpts[ 'et_code_snippet' ] );
    112         unset( $cpts[ 'et_template' ] );
    113         unset( $cpts[ 'et_tb_item' ] );
    114127        unset( $cpts[ 'wpdiscuz_form' ] );
    115         unset( $cpts[ 'wpcf7r_action' ] );
    116         unset( $cpts[ 'wpcf7r_leads' ] );
    117         unset( $cpts[ 'memberpresscoupon' ] );
    118         unset( $cpts[ 'memberpressgroup' ] );
    119         unset( $cpts[ 'mp-reminder' ] );
    120         unset( $cpts[ 'memberpressrule' ] );
    121         unset( $cpts[ 'grw_feed' ] );
    122         unset( $cpts[ 'bwg_tag' ] );
    123         unset( $cpts[ 'bwg_share' ] );
    124         unset( $cpts[ 'bwg_album' ] );
    125         unset( $cpts[ 'bwg_gallery' ] );
    126128
    127129        $cpts    = \apply_filters( 'multicheck_posttype_' . $field->args[ '_id' ], $cpts );
  • glossary-by-codeat/trunk/vendor/devaloka/network-wp-query/network-wp-query.php

    r3269058 r3307462  
    1717}
    1818
     19if ( !defined( 'MULTISITE' ) || defined( 'MULTISITE' ) && MULTISITE == false ) {
     20    return;
     21}
     22
     23if ( !defined( 'SUBDOMAIN_INSTALL' ) && !defined( 'VHOST' ) && !defined( 'SUNRISE' ) ) {
     24    return;
     25}
     26
    1927use Devaloka\Plugin\NetworkWpQuery\Plugin;
    2028
  • glossary-by-codeat/trunk/vendor/devaloka/network-wp-query/vendor/composer/installed.php

    r3297530 r3307462  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '840115df97d96aa7b70100253754617c23805e09',
     6        'reference' => '248bd6bff06cc5a59aed41a2a1afbe7d823b9778',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '840115df97d96aa7b70100253754617c23805e09',
     16            'reference' => '248bd6bff06cc5a59aed41a2a1afbe7d823b9778',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • glossary-by-codeat/trunk/vendor/wpdesk/wp-builder/composer.lock

    r3297530 r3307462  
    454454        {
    455455            "name": "nikic/php-parser",
    456             "version": "v5.4.0",
     456            "version": "v5.5.0",
    457457            "source": {
    458458                "type": "git",
    459459                "url": "https://github.com/nikic/PHP-Parser.git",
    460                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
    461             },
    462             "dist": {
    463                 "type": "zip",
    464                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
    465                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
     460                "reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
     461            },
     462            "dist": {
     463                "type": "zip",
     464                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
     465                "reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
    466466                "shasum": ""
    467467            },
     
    506506            "support": {
    507507                "issues": "https://github.com/nikic/PHP-Parser/issues",
    508                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
    509             },
    510             "time": "2024-12-30T11:07:19+00:00"
     508                "source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0"
     509            },
     510            "time": "2025-05-31T08:24:38+00:00"
    511511        },
    512512        {
     
    11521152        {
    11531153            "name": "phpstan/phpstan",
    1154             "version": "2.1.16",
     1154            "version": "2.1.17",
    11551155            "source": {
    11561156                "type": "git",
    11571157                "url": "https://github.com/phpstan/phpstan.git",
    1158                 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9"
    1159             },
    1160             "dist": {
    1161                 "type": "zip",
    1162                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
    1163                 "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
     1158                "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053"
     1159            },
     1160            "dist": {
     1161                "type": "zip",
     1162                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053",
     1163                "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053",
    11641164                "shasum": ""
    11651165            },
     
    12061206                }
    12071207            ],
    1208             "time": "2025-05-16T09:40:10+00:00"
     1208            "time": "2025-05-21T20:55:28+00:00"
    12091209        },
    12101210        {
  • glossary-by-codeat/trunk/vendor/wpdesk/wp-notice/composer.lock

    r3297530 r3307462  
    11261126        {
    11271127            "name": "composer/ca-bundle",
    1128             "version": "1.5.6",
     1128            "version": "1.5.7",
    11291129            "source": {
    11301130                "type": "git",
    11311131                "url": "https://github.com/composer/ca-bundle.git",
    1132                 "reference": "f65c239c970e7f072f067ab78646e9f0b2935175"
    1133             },
    1134             "dist": {
    1135                 "type": "zip",
    1136                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/f65c239c970e7f072f067ab78646e9f0b2935175",
    1137                 "reference": "f65c239c970e7f072f067ab78646e9f0b2935175",
     1132                "reference": "d665d22c417056996c59019579f1967dfe5c1e82"
     1133            },
     1134            "dist": {
     1135                "type": "zip",
     1136                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d665d22c417056996c59019579f1967dfe5c1e82",
     1137                "reference": "d665d22c417056996c59019579f1967dfe5c1e82",
    11381138                "shasum": ""
    11391139            },
     
    11821182                "irc": "irc://irc.freenode.org/composer",
    11831183                "issues": "https://github.com/composer/ca-bundle/issues",
    1184                 "source": "https://github.com/composer/ca-bundle/tree/1.5.6"
     1184                "source": "https://github.com/composer/ca-bundle/tree/1.5.7"
    11851185            },
    11861186            "funding": [
     
    11981198                }
    11991199            ],
    1200             "time": "2025-03-06T14:30:56+00:00"
     1200            "time": "2025-05-26T15:08:54+00:00"
    12011201        },
    12021202        {
Note: See TracChangeset for help on using the changeset viewer.