Plugin Directory

Changeset 3299214


Ignore:
Timestamp:
05/23/2025 08:28:03 AM (10 months ago)
Author:
glewe
Message:

Tagging version 3.9.1

Location:
chordpress
Files:
3 edited
23 copied

Legend:

Unmodified
Added
Removed
  • chordpress/tags/3.9.1/chordpress.php

    r3298894 r3299214  
    1919 * Plugin URI:        https://lewe.gitbook.io/lewe-chordpress/
    2020 * Description:       This plugin renders ChordPro formatted text and chord diagrams in WordPress sites.
    21  * Version:           3.9.0
     21 * Version:           3.9.1
    2222 * Author:            George Lewe
    2323 * Author URI:        https://www.lewe.com
     
    3838 */
    3939define('CHORDPRESS_NAME', 'ChordPress');
    40 define('CHORDPRESS_VERSION', '3.9.0');
     40define('CHORDPRESS_VERSION', '3.9.1');
    4141define('CHORDPRESS_AUTHOR', 'George Lewe');
    4242define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com');
  • chordpress/tags/3.9.1/includes/class-chordpress-renderer.php

    r3298894 r3299214  
    831831          $interactionForm .=
    832832            "<div class='cpress-row'>
    833               <div class='cpress-col-2'>";
     833              <div class='cpress-col'>";
    834834
    835835          $interactionForm .= __('Harmonica', 'chordpress') . "<br>
    836836            <select
    837837              class=\"cpress-form-control cpress-form-control-sm cpress-py-0 cpress-px-2\"
     838              style=\"max-width: 200px;\"
    838839              id=\"selTranspose-%cpressID%\"
    839840              onchange=\"transposeHarmonica('%cpressID%', 'selTranspose-', this.value);return false;\"
     
    847848          $interactionForm .= "
    848849            </div>
    849             <div class='cpress-col-3'>";
     850            <div class='cpress-col'>";
    850851
    851852          if ($this->harmonica == 'chromatic') {
  • chordpress/tags/3.9.1/readme.txt

    r3298894 r3299214  
    55Requires at least: 4.0
    66Tested up to: 6.8
    7 Stable tag: 3.9.0
     7Stable tag: 3.9.1
    88Requires PHP: 5.2.4
    99License: GPLv3
     
    130130
    131131== Changelog ==
     132= 3.9.1 =
     133* 2025-05-23
     134* Width adjustment to the harmonica select box
     135
    132136= 3.9.0 =
    133137* 2025-05-22
  • chordpress/trunk/chordpress.php

    r3298894 r3299214  
    1919 * Plugin URI:        https://lewe.gitbook.io/lewe-chordpress/
    2020 * Description:       This plugin renders ChordPro formatted text and chord diagrams in WordPress sites.
    21  * Version:           3.9.0
     21 * Version:           3.9.1
    2222 * Author:            George Lewe
    2323 * Author URI:        https://www.lewe.com
     
    3838 */
    3939define('CHORDPRESS_NAME', 'ChordPress');
    40 define('CHORDPRESS_VERSION', '3.9.0');
     40define('CHORDPRESS_VERSION', '3.9.1');
    4141define('CHORDPRESS_AUTHOR', 'George Lewe');
    4242define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com');
  • chordpress/trunk/includes/class-chordpress-renderer.php

    r3298894 r3299214  
    831831          $interactionForm .=
    832832            "<div class='cpress-row'>
    833               <div class='cpress-col-2'>";
     833              <div class='cpress-col'>";
    834834
    835835          $interactionForm .= __('Harmonica', 'chordpress') . "<br>
    836836            <select
    837837              class=\"cpress-form-control cpress-form-control-sm cpress-py-0 cpress-px-2\"
     838              style=\"max-width: 200px;\"
    838839              id=\"selTranspose-%cpressID%\"
    839840              onchange=\"transposeHarmonica('%cpressID%', 'selTranspose-', this.value);return false;\"
     
    847848          $interactionForm .= "
    848849            </div>
    849             <div class='cpress-col-3'>";
     850            <div class='cpress-col'>";
    850851
    851852          if ($this->harmonica == 'chromatic') {
  • chordpress/trunk/readme.txt

    r3298894 r3299214  
    55Requires at least: 4.0
    66Tested up to: 6.8
    7 Stable tag: 3.9.0
     7Stable tag: 3.9.1
    88Requires PHP: 5.2.4
    99License: GPLv3
     
    130130
    131131== Changelog ==
     132= 3.9.1 =
     133* 2025-05-23
     134* Width adjustment to the harmonica select box
     135
    132136= 3.9.0 =
    133137* 2025-05-22
Note: See TracChangeset for help on using the changeset viewer.