Plugin Directory

Changeset 3382246


Ignore:
Timestamp:
10/22/2025 01:30:20 AM (5 months ago)
Author:
peter202202
Message:

Releasing 3.22.1

Location:
markup-markdown
Files:
2451 added
3 edited

Legend:

Unmodified
Added
Removed
  • markup-markdown/trunk/MarkupMarkdown/Addons/Released/Templates/CodehighlighterForm.php

    r3381579 r3382246  
    3030                <td>
    3131                    <label for="mmd_usecodehighlighter1">
    32                         <input type="radio" name="mmd_usecodehighlighter" id="mmd_usecodehighlighter1" value="prism" <?php echo ! isset( $my_cnf[ 'code_highlighter' ] ) && $my_cnf[ 'code_highlighter' ] === 'prism' ? 'checked="checked"' : ''; ?> />
     32                        <input type="radio" name="mmd_usecodehighlighter" id="mmd_usecodehighlighter1" value="prism" <?php echo ! isset( $my_cnf[ 'code_highlighter' ] ) || $my_cnf[ 'code_highlighter' ] === 'prism' ? 'checked="checked"' : ''; ?> />
    3333                        <?php esc_html_e( 'Prism.js rendering (Default)', 'markup-markdown' ); ?>
    3434                    </label>&nbsp;&nbsp;
  • markup-markdown/trunk/markup-markdown.php

    r3381579 r3382246  
    66 * Plugin URI:  https://www.markup-markdown.com
    77 * Description: Replaces the Gutenberg Block Editor in favor of pure markdown based markups
    8  * Version:     3.22.0
     8 * Version:     3.22.1
    99 * Author:      Pierre-Henri Lavigne
    1010 * Author URI:  https://www.markup-markdown.com
     
    1313 * Text Domain: markup-markdown
    1414 * Domain Path: /languages
    15  * Requires at least: 4.9
    16  * Tested up to: 6.8.2
     15 * Requires at least: 6.6
     16 * Tested up to: 6.8.3
    1717 *
    1818 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
     
    3434
    3535        protected $settings = array(
    36             'version' => '3.22.0',
     36            'version' => '3.22.1',
    3737            'plugin_uri' => '',
    3838            'plugin_dir' => '',
  • markup-markdown/trunk/readme.txt

    r3381581 r3382246  
    11=== Markup Markdown ===
    22Tags: Editor, Markdown
    3 Stable Tag: 3.22.0
    4 Version: 3.22.0
     3Stable Tag: 3.22.1
     4Version: 3.22.1
    55Requires at least: 6.6
    66Tested up to: 6.8
     
    6969
    7070== Changelog ==
     71
     72= 3.22.1 =
     73
     74Bug fix:
     75- Patching unselectable radio box on the settings page
    7176
    7277= 3.22.0 =
Note: See TracChangeset for help on using the changeset viewer.