Changeset 2318412
- Timestamp:
- 06/04/2020 06:21:11 PM (6 years ago)
- Location:
- now-playing-widget-fuer-azuracast-stationen
- Files:
-
- 2 edited
-
tags/2.0.1/azuracast-plugin.php (modified) (2 diffs)
-
trunk/azuracast-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
now-playing-widget-fuer-azuracast-stationen/tags/2.0.1/azuracast-plugin.php
r2318403 r2318412 4 4 * * Description: Shows in a widget what is currently being played on the AzuraCast instance. 5 5 * * Plugin URI: https://javik.net/azuracast-widget 6 * * Version: 2.0 6 * * Version: 2.0.1 7 7 * * Author: Javik 8 8 * * Author URI: https://javik.net … … 10 10 * * Domain Path: /languages 11 11 * */ 12 define( 'AZURAWIDGET_VERSION', '2.0 ' );12 define( 'AZURAWIDGET_VERSION', '2.0.1' ); 13 13 define( 'AZURAWIDGET_FILE', __FILE__); 14 14 -
now-playing-widget-fuer-azuracast-stationen/trunk/azuracast-plugin.php
r2318403 r2318412 4 4 * * Description: Shows in a widget what is currently being played on the AzuraCast instance. 5 5 * * Plugin URI: https://javik.net/azuracast-widget 6 * * Version: 2.0 6 * * Version: 2.0.1 7 7 * * Author: Javik 8 8 * * Author URI: https://javik.net … … 10 10 * * Domain Path: /languages 11 11 * */ 12 define( 'AZURAWIDGET_VERSION', '2.0 ' );12 define( 'AZURAWIDGET_VERSION', '2.0.1' ); 13 13 define( 'AZURAWIDGET_FILE', __FILE__); 14 14
Note: See TracChangeset
for help on using the changeset viewer.