Plugin Directory

Changeset 2832357


Ignore:
Timestamp:
12/12/2022 01:42:20 PM (3 years ago)
Author:
bmartinent
Message:

update 0.6.3b

Location:
my-wp-glossary
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • my-wp-glossary/trunk/my-wp-glossary.php

    r2830612 r2832357  
    44 * Plugin URI: https://whodunit.fr/my-wp-glossary
    55 * Description: A glossary block for your WordPress website, with structured data and powered by a Gutenberg block or a shortcode.
    6  * Version: 0.6.3
     6 * Version: 0.6.3b
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.0
     
    125125    $pattern = '/(^|['
    126126        .( ( isset( $accepted_encapsulation_chars[ 'pre' ] ) ) ? $accepted_encapsulation_chars[ 'pre' ] : '' )
    127         .']|'.$accepted_encapsulation_chars[ 'html' ].')*('.$term.')(['
     127        .']|'.$accepted_encapsulation_chars[ 'html' ].')('.$term.')(['
    128128        .( ( isset( $accepted_encapsulation_chars[ 'post' ] ) ) ? $accepted_encapsulation_chars[ 'post' ] : '' )
    129129        .']|'.$accepted_encapsulation_chars[ 'html' ].'|$)/i';
  • my-wp-glossary/trunk/readme.txt

    r2830612 r2832357  
    44Tested up to: 6.1
    55Requires PHP: 5.6
    6 Stable tag: 0.6.3
     6Stable tag: 0.6.3b
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41
     42= 0.6.3b =
     43rollback - fixe a bug in term detection when the same term is repeated.
     44this fixe add more indesired cases that it's resolved
    4145
    4246= 0.6.3 =
Note: See TracChangeset for help on using the changeset viewer.