Changeset 698540
- Timestamp:
- 04/16/2013 01:59:49 PM (13 years ago)
- Location:
- live-stream-badger
- Files:
-
- 1 edited
- 8 copied
-
tags/1.0.1 (copied) (copied from live-stream-badger/trunk)
-
tags/1.0.1/class-query-twitch.php (copied) (copied from live-stream-badger/trunk/class-query-twitch.php)
-
tags/1.0.1/class-stream-dto.php (copied) (copied from live-stream-badger/trunk/class-stream-dto.php)
-
tags/1.0.1/live-stream-badger-plugin.php (copied) (copied from live-stream-badger/trunk/live-stream-badger-plugin.php)
-
tags/1.0.1/readme.txt (copied) (copied from live-stream-badger/trunk/readme.txt) (4 diffs)
-
tags/1.0.1/stream-status-updater.php (copied) (copied from live-stream-badger/trunk/stream-status-updater.php)
-
tags/1.0.1/stream-status-widget.php (copied) (copied from live-stream-badger/trunk/stream-status-widget.php)
-
tags/1.0.1/style.css (copied) (copied from live-stream-badger/trunk/style.css)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
live-stream-badger/tags/1.0.1/readme.txt
r697408 r698540 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 Live Stream Badger comes with a simple Widget to display status of a Live Stream (Twitch.tv) on your website.14 Simple Widget to display status of a Live Stream (Twitch.tv) on your website. 15 15 16 If you have a good idea or there is some issue, feel free to open a discussion in 'Support'. 16 = Features = 17 * Shortcode support (you can add flags, see `F.A.Q`) 18 19 Feedback is appreciated! 17 20 18 21 == Installation == … … 38 41 2. Add Custom Links to this menu 39 42 43 = How to add a flag next to link? = 44 45 1. Install [World Flag plugin](http://wordpress.org/extend/plugins/world-flag/) 46 2. Edit link name and add [flag country="us"]. Shortcodes are supported in link names! 47 40 48 = It doesn't work! = 41 49 … … 53 61 == Changelog == 54 62 63 = 1.0.1 = 64 * Fixed shortcode support in Widget (link names) 65 * Fixed channel status sometimes not updating because of non-standard URL 66 * Switched to WP HTTP API 55 67 = 1.0 = 56 68 * Initial version -
live-stream-badger/trunk/readme.txt
r697408 r698540 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 Live Stream Badger comes with a simple Widget to display status of a Live Stream (Twitch.tv) on your website.14 Simple Widget to display status of a Live Stream (Twitch.tv) on your website. 15 15 16 If you have a good idea or there is some issue, feel free to open a discussion in 'Support'. 16 = Features = 17 * Shortcode support (you can add flags, see `F.A.Q`) 18 19 Feedback is appreciated! 17 20 18 21 == Installation == … … 38 41 2. Add Custom Links to this menu 39 42 43 = How to add a flag next to link? = 44 45 1. Install [World Flag plugin](http://wordpress.org/extend/plugins/world-flag/) 46 2. Edit link name and add [flag country="us"]. Shortcodes are supported in link names! 47 40 48 = It doesn't work! = 41 49 … … 53 61 == Changelog == 54 62 63 = 1.0.1 = 64 * Fixed shortcode support in Widget (link names) 65 * Fixed channel status sometimes not updating because of non-standard URL 66 * Switched to WP HTTP API 55 67 = 1.0 = 56 68 * Initial version
Note: See TracChangeset
for help on using the changeset viewer.