Changeset 2318403
- Timestamp:
- 06/04/2020 06:11:31 PM (6 years ago)
- Location:
- now-playing-widget-fuer-azuracast-stationen/trunk
- Files:
-
- 35 added
- 5 deleted
- 1 edited
-
LICENSE (deleted)
-
README.md (added)
-
assets (added)
-
assets/css (added)
-
assets/css/azuracast-widget-left.css (added)
-
assets/css/azuracast-widget-right.css (added)
-
assets/css/azuracast-widget.css (added)
-
assets/css/index.html (added)
-
assets/index.html (added)
-
assets/js (added)
-
assets/js/NchanSubscriber.js (added)
-
assets/js/azurawidget-asynchron.js (added)
-
assets/js/index.html (added)
-
azuracast-asynchron.php (deleted)
-
azuracast-plugin.php (added)
-
azuracast-widget.php (deleted)
-
composer.json (added)
-
css (deleted)
-
index.html (added)
-
js (deleted)
-
languages/index.html (added)
-
readme.txt (modified) (3 diffs)
-
src (added)
-
src/Azuracast_Elementor.php (added)
-
src/Azuracast_Gutenberg.php (added)
-
src/Azuracast_Shortcode.php (added)
-
src/Azuracast_Widget.php (added)
-
src/azuracast-asynchron.php (added)
-
src/index.html (added)
-
vendor (added)
-
vendor/autoload.php (added)
-
vendor/bin (added)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (added)
-
vendor/composer/LICENSE (added)
-
vendor/composer/autoload_classmap.php (added)
-
vendor/composer/autoload_namespaces.php (added)
-
vendor/composer/autoload_psr4.php (added)
-
vendor/composer/autoload_real.php (added)
-
vendor/composer/autoload_static.php (added)
-
vendor/composer/installed.json (added)
Legend:
- Unmodified
- Added
- Removed
-
now-playing-widget-fuer-azuracast-stationen/trunk/readme.txt
r2158564 r2318403 2 2 3 3 Contributors: sirjavik, se-schwarz 4 Stable tag: 1.2.04 Stable tag: 2.0.0 5 5 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=truebenny003%40gmail.com¤cy_code=EUR&source=url 6 6 Tags: AzuraCast, Widget, Radio, Webradio, Icecast, Shoutcast, Playing, Nowplaying 7 7 Requires at least: 4.6.0 8 Tested up to: 5. 2.28 Tested up to: 5.5 9 9 Requires PHP: 5.6.0 10 10 License: GPLv3 … … 16 16 17 17 This plugin adds a widget to your WordPress sidebar showing the currently played song of a AzuraCast station by their public API. You're able to configure whether to display the album, title, artist, artwork and player links. 18 Important: By version 2.0.0 you need to use the station shortcode instead of station tag. It's necessary because AzuraCast's Live Now-Playing Api won't support station ids. To use WebSockets you need to enable WebSocket Support in the administration interface of your AzuraCast instance. 18 19 19 20 == Installation == … … 24 25 25 26 == Changelog == 27 = 2.0.0 = 28 - Orientation support 29 - Websocket support 30 - Complete rewrite of plugin 26 31 27 32 = 1.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.