Plugin Directory

Changeset 3203607


Ignore:
Timestamp:
12/06/2024 12:23:15 PM (16 months ago)
Author:
glewe
Message:

Tagging version 3.6.4

Location:
chordpress
Files:
3 edited
23 copied

Legend:

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

    r3202589 r3203607  
    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.6.3
     21 * Version:           3.6.4
    2222 * Author:            George Lewe
    2323 * Author URI:        https://www.lewe.com
     
    3838 */
    3939define('CHORDPRESS_NAME', 'ChordPress');
    40 define('CHORDPRESS_VERSION', '3.6.3');
     40define('CHORDPRESS_VERSION', '3.6.4');
    4141define('CHORDPRESS_AUTHOR', 'George Lewe');
    4242define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com');
  • chordpress/tags/3.6.4/includes/class-chordpress-renderer.php

    r3202589 r3203607  
    603603      }
    604604      $interactionForm .= "\">";
    605       $interactionForm .= "<div class='cpress-col cpress-pl-0'>" . __('Font', 'chordpress') . " 
     605      $interactionForm .= "<div class='cpress-col cpress-pl-0'>" . __('Font', 'chordpress') . "<br>
    606606          <div class='cpress-btn-group' role='group'>
    607607            <button type='button' class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"changeFontSize('%cpressID%', -5);\">-</button>
     
    611611        </div>";
    612612      if (!$this->hideTranspose) {
    613         $interactionForm .= "<div class='cpress-col cpress-text-center' style='display: inline-block; text-wrap: nowrap;'>";
     613        $interactionForm .= "<div class='cpress-col' style='display: inline-block;'>";
    614614        if ($this->showNumericTranspose) {
    615615          //
     
    623623            $initialText = '0';
    624624          }
    625           $interactionForm .= "<span class=''>" . __('Transpose', 'chordpress') . "</span>
     625          $interactionForm .= __('Transpose', 'chordpress') . "<br>
    626626            <div class='cpress-btn-group' role='group'>
    627627              <button type='button' class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"transposeChords('%cpressID%', 'btnTranspose-', 'down', " . $songKey . ");\">-</button>
     
    662662        $interactionForm .= "</div>";
    663663      }
    664       $interactionForm .= "<div class='cpress-col cpress-text-end cpress-pr-0'>";
     664      $interactionForm .= "<div class='cpress-col cpress-pr-0'>";
    665665      if (!$this->hidePrint) {
    666         $interactionForm .= "<button class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"window.print();\">" . __('Print', 'chordpress') . "</button>\n";
     666        $interactionForm .= "<br><button class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"window.print();\">" . __('Print', 'chordpress') . "</button>\n";
    667667      }
    668668      $interactionForm .= "</div>";
  • chordpress/tags/3.6.4/readme.txt

    r3202589 r3203607  
    55Requires at least: 4.0
    66Tested up to: 6.7
    7 Stable tag: 3.6.3
     7Stable tag: 3.6.4
    88Requires PHP: 5.2.4
    99License: GPLv3
     
    130130
    131131== Changelog ==
     132= 3.6.4 =
     133* 2024-12-06
     134* Adjusted display of the font, transpose and print form objects
     135
    132136= 3.6.3 =
    133137* 2024-12-04
  • chordpress/trunk/chordpress.php

    r3202589 r3203607  
    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.6.3
     21 * Version:           3.6.4
    2222 * Author:            George Lewe
    2323 * Author URI:        https://www.lewe.com
     
    3838 */
    3939define('CHORDPRESS_NAME', 'ChordPress');
    40 define('CHORDPRESS_VERSION', '3.6.3');
     40define('CHORDPRESS_VERSION', '3.6.4');
    4141define('CHORDPRESS_AUTHOR', 'George Lewe');
    4242define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com');
  • chordpress/trunk/includes/class-chordpress-renderer.php

    r3202589 r3203607  
    603603      }
    604604      $interactionForm .= "\">";
    605       $interactionForm .= "<div class='cpress-col cpress-pl-0'>" . __('Font', 'chordpress') . " 
     605      $interactionForm .= "<div class='cpress-col cpress-pl-0'>" . __('Font', 'chordpress') . "<br>
    606606          <div class='cpress-btn-group' role='group'>
    607607            <button type='button' class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"changeFontSize('%cpressID%', -5);\">-</button>
     
    611611        </div>";
    612612      if (!$this->hideTranspose) {
    613         $interactionForm .= "<div class='cpress-col cpress-text-center' style='display: inline-block; text-wrap: nowrap;'>";
     613        $interactionForm .= "<div class='cpress-col' style='display: inline-block;'>";
    614614        if ($this->showNumericTranspose) {
    615615          //
     
    623623            $initialText = '0';
    624624          }
    625           $interactionForm .= "<span class=''>" . __('Transpose', 'chordpress') . "</span>
     625          $interactionForm .= __('Transpose', 'chordpress') . "<br>
    626626            <div class='cpress-btn-group' role='group'>
    627627              <button type='button' class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"transposeChords('%cpressID%', 'btnTranspose-', 'down', " . $songKey . ");\">-</button>
     
    662662        $interactionForm .= "</div>";
    663663      }
    664       $interactionForm .= "<div class='cpress-col cpress-text-end cpress-pr-0'>";
     664      $interactionForm .= "<div class='cpress-col cpress-pr-0'>";
    665665      if (!$this->hidePrint) {
    666         $interactionForm .= "<button class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"window.print();\">" . __('Print', 'chordpress') . "</button>\n";
     666        $interactionForm .= "<br><button class='cpress-btn cpress-btn-secondary cpress-btn-sm' onclick=\"window.print();\">" . __('Print', 'chordpress') . "</button>\n";
    667667      }
    668668      $interactionForm .= "</div>";
  • chordpress/trunk/readme.txt

    r3202589 r3203607  
    55Requires at least: 4.0
    66Tested up to: 6.7
    7 Stable tag: 3.6.3
     7Stable tag: 3.6.4
    88Requires PHP: 5.2.4
    99License: GPLv3
     
    130130
    131131== Changelog ==
     132= 3.6.4 =
     133* 2024-12-06
     134* Adjusted display of the font, transpose and print form objects
     135
    132136= 3.6.3 =
    133137* 2024-12-04
Note: See TracChangeset for help on using the changeset viewer.