Changeset 2318637
- Timestamp:
- 06/05/2020 05:25:29 AM (6 years ago)
- Location:
- now-playing-widget-fuer-azuracast-stationen
- Files:
-
- 2 edited
-
tags/2.0.2/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.2/azuracast-plugin.php
r2318412 r2318637 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. 16 * * Version: 2.0.2 7 7 * * Author: Javik 8 8 * * Author URI: https://javik.net … … 10 10 * * Domain Path: /languages 11 11 * */ 12 define( 'AZURAWIDGET_VERSION', '2.0. 1' );12 define( 'AZURAWIDGET_VERSION', '2.0.2' ); 13 13 define( 'AZURAWIDGET_FILE', __FILE__); 14 14 -
now-playing-widget-fuer-azuracast-stationen/trunk/azuracast-plugin.php
r2318412 r2318637 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. 16 * * Version: 2.0.2 7 7 * * Author: Javik 8 8 * * Author URI: https://javik.net … … 10 10 * * Domain Path: /languages 11 11 * */ 12 define( 'AZURAWIDGET_VERSION', '2.0. 1' );12 define( 'AZURAWIDGET_VERSION', '2.0.2' ); 13 13 define( 'AZURAWIDGET_FILE', __FILE__); 14 14
Note: See TracChangeset
for help on using the changeset viewer.