Changeset 2832357
- Timestamp:
- 12/12/2022 01:42:20 PM (3 years ago)
- Location:
- my-wp-glossary
- Files:
-
- 20 added
- 2 edited
-
tags/0.6.3b (added)
-
tags/0.6.3b/classes (added)
-
tags/0.6.3b/classes/simple_html_dom.php (added)
-
tags/0.6.3b/css (added)
-
tags/0.6.3b/css/admin-style.css (added)
-
tags/0.6.3b/css/admin-style.css.map (added)
-
tags/0.6.3b/css/index.php (added)
-
tags/0.6.3b/css/style.css.map (added)
-
tags/0.6.3b/css/style.min.css (added)
-
tags/0.6.3b/index.php (added)
-
tags/0.6.3b/js (added)
-
tags/0.6.3b/js/index.php (added)
-
tags/0.6.3b/js/mywpglossary_block.min.js (added)
-
tags/0.6.3b/js/mywpglossary_editor.min.js (added)
-
tags/0.6.3b/js/mywpglossary_glossary.min.js (added)
-
tags/0.6.3b/js/mywpglossary_list_indexation.min.js (added)
-
tags/0.6.3b/js/mywpglossary_modal.min.js (added)
-
tags/0.6.3b/license.txt (added)
-
tags/0.6.3b/my-wp-glossary.php (added)
-
tags/0.6.3b/readme.txt (added)
-
trunk/my-wp-glossary.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-wp-glossary/trunk/my-wp-glossary.php
r2830612 r2832357 4 4 * Plugin URI: https://whodunit.fr/my-wp-glossary 5 5 * 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 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.0 … … 125 125 $pattern = '/(^|[' 126 126 .( ( isset( $accepted_encapsulation_chars[ 'pre' ] ) ) ? $accepted_encapsulation_chars[ 'pre' ] : '' ) 127 .']|'.$accepted_encapsulation_chars[ 'html' ].') *('.$term.')(['127 .']|'.$accepted_encapsulation_chars[ 'html' ].')('.$term.')([' 128 128 .( ( isset( $accepted_encapsulation_chars[ 'post' ] ) ) ? $accepted_encapsulation_chars[ 'post' ] : '' ) 129 129 .']|'.$accepted_encapsulation_chars[ 'html' ].'|$)/i'; -
my-wp-glossary/trunk/readme.txt
r2830612 r2832357 4 4 Tested up to: 6.1 5 5 Requires PHP: 5.6 6 Stable tag: 0.6.3 6 Stable tag: 0.6.3b 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 == Changelog == 41 42 = 0.6.3b = 43 rollback - fixe a bug in term detection when the same term is repeated. 44 this fixe add more indesired cases that it's resolved 41 45 42 46 = 0.6.3 =
Note: See TracChangeset
for help on using the changeset viewer.