Changeset 2862953
- Timestamp:
- 02/09/2023 10:31:42 PM (3 years ago)
- Location:
- audiocase/trunk
- Files:
-
- 2 edited
-
audioCase.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
audiocase/trunk/audioCase.php
r2839226 r2862953 4 4 * Plugin URI: https://audiocase.app/ 5 5 * Description: audioCase allows you to showcase a single song presented with a clean, minimalist display featuring artwork and waveform visualizer. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Peripatetic Conceptions 8 8 * Author URI: https://peripateticconceptions.com … … 171 171 <div id="acHolder'.$playerID.'" class="acHolder"> 172 172 <div id="infoBox'.$playerID.'" class="infoBox"> 173 <div id="titleBox'.$playerID.'" class="titleBox">'. $songTitle.'</div>173 <div id="titleBox'.$playerID.'" class="titleBox">'.html_entity_decode($songTitle).'</div> 174 174 <div id="actionBox'.$playerID.'" class="actionBox">'.$songAction.'</div> 175 175 -
audiocase/trunk/readme.txt
r2839226 r2862953 5 5 Requires at least: 5.0 6 6 Tested up to: 6.1.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 47 47 * Updated Advanced Custom Fields library to 6.0.6 48 48 49 = 1.0.2 = 50 * Updated to fix issue where apostrophes, etc. in song title names were being converted to their HTML counterparts 51 49 52 == Upgrade Notice == 50 53 … … 54 57 = 1.0.1 = 55 58 This version addresses a console error and updates a library dependency. Update is recommended. 59 60 = 1.0.2 = 61 This version fixes a display issue with apostrophes, etc. in song titles. Update is recommended. 56 62 57 63
Note: See TracChangeset
for help on using the changeset viewer.