Changeset 2969936
- Timestamp:
- 09/21/2023 05:51:55 PM (3 years ago)
- Location:
- chordpress
- Files:
-
- 3 edited
- 23 copied
-
tags/3.5.2 (copied) (copied from chordpress/trunk)
-
tags/3.5.2/admin/class-chordpress-admin.php (copied) (copied from chordpress/trunk/admin/class-chordpress-admin.php)
-
tags/3.5.2/admin/js/tinymce_buttons.js (copied) (copied from chordpress/trunk/admin/js/tinymce_buttons.js)
-
tags/3.5.2/admin/partials/chordpress-admin-chord-meta-box.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-chord-meta-box.php)
-
tags/3.5.2/admin/partials/chordpress-admin-license.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-license.php)
-
tags/3.5.2/admin/partials/chordpress-admin-options.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-options.php)
-
tags/3.5.2/chordpress.php (copied) (copied from chordpress/trunk/chordpress.php) (2 diffs)
-
tags/3.5.2/includes/class-chordpress-activator.php (copied) (copied from chordpress/trunk/includes/class-chordpress-activator.php)
-
tags/3.5.2/includes/class-chordpress-chord.php (copied) (copied from chordpress/trunk/includes/class-chordpress-chord.php)
-
tags/3.5.2/includes/class-chordpress-deactivator.php (copied) (copied from chordpress/trunk/includes/class-chordpress-deactivator.php)
-
tags/3.5.2/includes/class-chordpress-i18n.php (copied) (copied from chordpress/trunk/includes/class-chordpress-i18n.php)
-
tags/3.5.2/includes/class-chordpress-license.php (copied) (copied from chordpress/trunk/includes/class-chordpress-license.php)
-
tags/3.5.2/includes/class-chordpress-loader.php (copied) (copied from chordpress/trunk/includes/class-chordpress-loader.php)
-
tags/3.5.2/includes/class-chordpress-plugin.php (copied) (copied from chordpress/trunk/includes/class-chordpress-plugin.php)
-
tags/3.5.2/includes/class-chordpress-renderer.php (copied) (copied from chordpress/trunk/includes/class-chordpress-renderer.php) (2 diffs)
-
tags/3.5.2/languages/chordpress.pot (copied) (copied from chordpress/trunk/languages/chordpress.pot)
-
tags/3.5.2/makepot.cmd (copied) (copied from chordpress/trunk/makepot.cmd)
-
tags/3.5.2/public/class-chordpress-public.php (copied) (copied from chordpress/trunk/public/class-chordpress-public.php)
-
tags/3.5.2/public/css/chordpress-public.css (copied) (copied from chordpress/trunk/public/css/chordpress-public.css)
-
tags/3.5.2/public/js/chordpress-public.js (copied) (copied from chordpress/trunk/public/js/chordpress-public.js)
-
tags/3.5.2/public/partials/chordpress-public-display.php (copied) (copied from chordpress/trunk/public/partials/chordpress-public-display.php)
-
tags/3.5.2/readme.txt (copied) (copied from chordpress/trunk/readme.txt) (2 diffs)
-
tags/3.5.2/uninstall.php (copied) (copied from chordpress/trunk/uninstall.php)
-
trunk/chordpress.php (modified) (2 diffs)
-
trunk/includes/class-chordpress-renderer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chordpress/tags/3.5.2/chordpress.php
r2967998 r2969936 17 17 * Plugin URI: https://lewe.gitbook.io/lewe-chordpress/ 18 18 * Description: This plugin renders ChordPro formatted text and chord diagrams in WordPress sites. 19 * Version: 3.5. 119 * Version: 3.5.2 20 20 * Author: George Lewe 21 21 * Author URI: https://www.lewe.com … … 36 36 */ 37 37 define('CHORDPRESS_NAME', 'ChordPress'); 38 define('CHORDPRESS_VERSION', '3.5. 1');38 define('CHORDPRESS_VERSION', '3.5.2'); 39 39 define('CHORDPRESS_AUTHOR', 'George Lewe'); 40 40 define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com'); -
chordpress/tags/3.5.2/includes/class-chordpress-renderer.php
r2967998 r2969936 543 543 $returnText = "\n\n 544 544 <!--begin: ChordPress SongSheet --> 545 <style> 546 div.cpress { float: " . $this->float . "; } 547 div.cpress_line { " . $this->lineStyle . "; } 548 div.cpress_line_section { display: inline; float: left; } 549 div.cpress_line_section .chord .chordshort { " . $this->chordStyle . "; } 550 div.cpress_line_section .lyric { " . $this->lyricsStyle . "; } 551 div.cpress_chorus { " . $this->chorusStyle . "; } 552 div.cpress_verse { " . $this->verseStyle . "; } 553 div.cpress_clear { clear: both; } 554 div.cpress_meta { " . $this->metaStyle . "; } 555 div.cpress_interaction { float: right; } 556 div.cpress_interaction select { width: auto; } 557 span.cpress_comment { " . $this->commentStyle . "; } 558 div.cpress_chordsheet { text-align: center; } 559 </style> 545 <div> 546 <style> 547 div.cpress { float: " . $this->float . "; } 548 div.cpress_line { " . $this->lineStyle . "; } 549 div.cpress_line_section { display: inline; float: left; } 550 div.cpress_line_section .chord .chordshort { " . $this->chordStyle . "; } 551 div.cpress_line_section .lyric { " . $this->lyricsStyle . "; } 552 div.cpress_chorus { " . $this->chorusStyle . "; } 553 div.cpress_verse { " . $this->verseStyle . "; } 554 div.cpress_clear { clear: both; } 555 div.cpress_meta { " . $this->metaStyle . "; } 556 div.cpress_interaction { float: right; } 557 div.cpress_interaction select { width: auto; } 558 span.cpress_comment { " . $this->commentStyle . "; } 559 div.cpress_chordsheet { text-align: center; } 560 </style> 561 </div> 560 562 <div id=\"%cpressID%\" class=\"cpress\">\n"; 561 563 … … 758 760 return "<div class=\"cpress_verse\">\n<div class=\"cpress_line\">\n"; 759 761 } elseif (strpos($directiveName, 'end_of_verse') !== false) { 760 return "</div> \n";762 return "</div></div>\n"; 761 763 } elseif (strpos($directiveName, 'start_of_chorus') !== false) { 762 764 return "<div class=\"cpress_chorus\">\n<div class=\"cpress_line\">\n"; 763 765 } elseif (strpos($directiveName, 'end_of_chorus') !== false) { 764 return "</div> \n";766 return "</div></div>\n"; 765 767 } elseif (strpos($directiveName, 'start_of_monospace') !== false) { 766 768 $this->inMonospace = true; -
chordpress/tags/3.5.2/readme.txt
r2967998 r2969936 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 3.5. 17 Stable tag: 3.5.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv3 … … 130 130 131 131 == Changelog == 132 = 3.5.2 = 133 * 2023-09-21 134 * Fixed unclosed div bug 135 132 136 = 3.5.1 = 133 137 * 2023-09-17 -
chordpress/trunk/chordpress.php
r2967998 r2969936 17 17 * Plugin URI: https://lewe.gitbook.io/lewe-chordpress/ 18 18 * Description: This plugin renders ChordPro formatted text and chord diagrams in WordPress sites. 19 * Version: 3.5. 119 * Version: 3.5.2 20 20 * Author: George Lewe 21 21 * Author URI: https://www.lewe.com … … 36 36 */ 37 37 define('CHORDPRESS_NAME', 'ChordPress'); 38 define('CHORDPRESS_VERSION', '3.5. 1');38 define('CHORDPRESS_VERSION', '3.5.2'); 39 39 define('CHORDPRESS_AUTHOR', 'George Lewe'); 40 40 define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com'); -
chordpress/trunk/includes/class-chordpress-renderer.php
r2967998 r2969936 543 543 $returnText = "\n\n 544 544 <!--begin: ChordPress SongSheet --> 545 <style> 546 div.cpress { float: " . $this->float . "; } 547 div.cpress_line { " . $this->lineStyle . "; } 548 div.cpress_line_section { display: inline; float: left; } 549 div.cpress_line_section .chord .chordshort { " . $this->chordStyle . "; } 550 div.cpress_line_section .lyric { " . $this->lyricsStyle . "; } 551 div.cpress_chorus { " . $this->chorusStyle . "; } 552 div.cpress_verse { " . $this->verseStyle . "; } 553 div.cpress_clear { clear: both; } 554 div.cpress_meta { " . $this->metaStyle . "; } 555 div.cpress_interaction { float: right; } 556 div.cpress_interaction select { width: auto; } 557 span.cpress_comment { " . $this->commentStyle . "; } 558 div.cpress_chordsheet { text-align: center; } 559 </style> 545 <div> 546 <style> 547 div.cpress { float: " . $this->float . "; } 548 div.cpress_line { " . $this->lineStyle . "; } 549 div.cpress_line_section { display: inline; float: left; } 550 div.cpress_line_section .chord .chordshort { " . $this->chordStyle . "; } 551 div.cpress_line_section .lyric { " . $this->lyricsStyle . "; } 552 div.cpress_chorus { " . $this->chorusStyle . "; } 553 div.cpress_verse { " . $this->verseStyle . "; } 554 div.cpress_clear { clear: both; } 555 div.cpress_meta { " . $this->metaStyle . "; } 556 div.cpress_interaction { float: right; } 557 div.cpress_interaction select { width: auto; } 558 span.cpress_comment { " . $this->commentStyle . "; } 559 div.cpress_chordsheet { text-align: center; } 560 </style> 561 </div> 560 562 <div id=\"%cpressID%\" class=\"cpress\">\n"; 561 563 … … 758 760 return "<div class=\"cpress_verse\">\n<div class=\"cpress_line\">\n"; 759 761 } elseif (strpos($directiveName, 'end_of_verse') !== false) { 760 return "</div> \n";762 return "</div></div>\n"; 761 763 } elseif (strpos($directiveName, 'start_of_chorus') !== false) { 762 764 return "<div class=\"cpress_chorus\">\n<div class=\"cpress_line\">\n"; 763 765 } elseif (strpos($directiveName, 'end_of_chorus') !== false) { 764 return "</div> \n";766 return "</div></div>\n"; 765 767 } elseif (strpos($directiveName, 'start_of_monospace') !== false) { 766 768 $this->inMonospace = true; -
chordpress/trunk/readme.txt
r2967998 r2969936 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 3.5. 17 Stable tag: 3.5.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv3 … … 130 130 131 131 == Changelog == 132 = 3.5.2 = 133 * 2023-09-21 134 * Fixed unclosed div bug 135 132 136 = 3.5.1 = 133 137 * 2023-09-17
Note: See TracChangeset
for help on using the changeset viewer.