Changeset 3309324
- Timestamp:
- 06/10/2025 03:35:54 PM (10 months ago)
- Location:
- chordpress
- Files:
-
- 3 edited
- 23 copied
-
tags/3.9.6 (copied) (copied from chordpress/trunk)
-
tags/3.9.6/admin/class-chordpress-admin.php (copied) (copied from chordpress/trunk/admin/class-chordpress-admin.php)
-
tags/3.9.6/admin/js/chordpress-admin.js (copied) (copied from chordpress/trunk/admin/js/chordpress-admin.js)
-
tags/3.9.6/admin/js/tinymce_buttons.js (copied) (copied from chordpress/trunk/admin/js/tinymce_buttons.js)
-
tags/3.9.6/admin/partials/chordpress-admin-chord-meta-box.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-chord-meta-box.php)
-
tags/3.9.6/admin/partials/chordpress-admin-license.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-license.php)
-
tags/3.9.6/admin/partials/chordpress-admin-options.php (copied) (copied from chordpress/trunk/admin/partials/chordpress-admin-options.php)
-
tags/3.9.6/chordpress.php (copied) (copied from chordpress/trunk/chordpress.php) (2 diffs)
-
tags/3.9.6/includes/class-chordpress-activator.php (copied) (copied from chordpress/trunk/includes/class-chordpress-activator.php)
-
tags/3.9.6/includes/class-chordpress-chord.php (copied) (copied from chordpress/trunk/includes/class-chordpress-chord.php)
-
tags/3.9.6/includes/class-chordpress-deactivator.php (copied) (copied from chordpress/trunk/includes/class-chordpress-deactivator.php)
-
tags/3.9.6/includes/class-chordpress-i18n.php (copied) (copied from chordpress/trunk/includes/class-chordpress-i18n.php)
-
tags/3.9.6/includes/class-chordpress-license.php (copied) (copied from chordpress/trunk/includes/class-chordpress-license.php)
-
tags/3.9.6/includes/class-chordpress-loader.php (copied) (copied from chordpress/trunk/includes/class-chordpress-loader.php)
-
tags/3.9.6/includes/class-chordpress-plugin.php (copied) (copied from chordpress/trunk/includes/class-chordpress-plugin.php)
-
tags/3.9.6/includes/class-chordpress-renderer.php (copied) (copied from chordpress/trunk/includes/class-chordpress-renderer.php)
-
tags/3.9.6/languages/chordpress.pot (copied) (copied from chordpress/trunk/languages/chordpress.pot)
-
tags/3.9.6/makepot.cmd (copied) (copied from chordpress/trunk/makepot.cmd)
-
tags/3.9.6/public/class-chordpress-public.php (copied) (copied from chordpress/trunk/public/class-chordpress-public.php)
-
tags/3.9.6/public/css/chordpress-public.css (copied) (copied from chordpress/trunk/public/css/chordpress-public.css)
-
tags/3.9.6/public/js/chordpress-public.js (copied) (copied from chordpress/trunk/public/js/chordpress-public.js) (1 diff)
-
tags/3.9.6/readme.txt (copied) (copied from chordpress/trunk/readme.txt) (2 diffs)
-
tags/3.9.6/uninstall.php (copied) (copied from chordpress/trunk/uninstall.php)
-
trunk/chordpress.php (modified) (2 diffs)
-
trunk/public/js/chordpress-public.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chordpress/tags/3.9.6/chordpress.php
r3309316 r3309324 19 19 * Plugin URI: https://lewe.gitbook.io/lewe-chordpress/ 20 20 * Description: This plugin renders ChordPro formatted text and chord diagrams in WordPress sites. 21 * Version: 3.9. 521 * Version: 3.9.6 22 22 * Author: George Lewe 23 23 * Author URI: https://www.lewe.com … … 38 38 */ 39 39 define('CHORDPRESS_NAME', 'ChordPress'); 40 define('CHORDPRESS_VERSION', '3.9. 5');40 define('CHORDPRESS_VERSION', '3.9.6'); 41 41 define('CHORDPRESS_AUTHOR', 'George Lewe'); 42 42 define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com'); -
chordpress/tags/3.9.6/public/js/chordpress-public.js
r3309316 r3309324 361 361 362 362 // Scale specified classes 363 ['cpress_ line'].forEach(className => {363 ['cpress_verse', 'cpress_chorus', 'cpress_line', 'cpress_comment', 'lyric'].forEach(className => { 364 364 const elems = element.getElementsByClassName(className); 365 365 for (let i = 0; i < elems.length; i++) { -
chordpress/tags/3.9.6/readme.txt
r3309316 r3309324 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8 7 Stable tag: 3.9. 57 Stable tag: 3.9.6 8 8 Requires PHP: 5.2.4 9 9 License: GPLv3 … … 130 130 131 131 == Changelog == 132 = 3.9.6 = 133 * 2025-06-10 134 * Interactive font size is now overwriting other custom style font sizes 135 132 136 = 3.9.5 = 133 137 * 2025-06-10 -
chordpress/trunk/chordpress.php
r3309316 r3309324 19 19 * Plugin URI: https://lewe.gitbook.io/lewe-chordpress/ 20 20 * Description: This plugin renders ChordPro formatted text and chord diagrams in WordPress sites. 21 * Version: 3.9. 521 * Version: 3.9.6 22 22 * Author: George Lewe 23 23 * Author URI: https://www.lewe.com … … 38 38 */ 39 39 define('CHORDPRESS_NAME', 'ChordPress'); 40 define('CHORDPRESS_VERSION', '3.9. 5');40 define('CHORDPRESS_VERSION', '3.9.6'); 41 41 define('CHORDPRESS_AUTHOR', 'George Lewe'); 42 42 define('CHORDPRESS_AUTHOR_URI', 'https://www.lewe.com'); -
chordpress/trunk/public/js/chordpress-public.js
r3309316 r3309324 361 361 362 362 // Scale specified classes 363 ['cpress_ line'].forEach(className => {363 ['cpress_verse', 'cpress_chorus', 'cpress_line', 'cpress_comment', 'lyric'].forEach(className => { 364 364 const elems = element.getElementsByClassName(className); 365 365 for (let i = 0; i < elems.length; i++) { -
chordpress/trunk/readme.txt
r3309316 r3309324 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8 7 Stable tag: 3.9. 57 Stable tag: 3.9.6 8 8 Requires PHP: 5.2.4 9 9 License: GPLv3 … … 130 130 131 131 == Changelog == 132 = 3.9.6 = 133 * 2025-06-10 134 * Interactive font size is now overwriting other custom style font sizes 135 132 136 = 3.9.5 = 133 137 * 2025-06-10
Note: See TracChangeset
for help on using the changeset viewer.