Changeset 1263836
- Timestamp:
- 10/12/2015 07:14:30 AM (10 years ago)
- Location:
- helixware/trunk
- Files:
-
- 1 added
- 3 deleted
- 3 edited
-
README.txt (added)
-
helixware-mico (deleted)
-
helixware.php (modified) (1 diff)
-
helixware_mico.php (deleted)
-
includes/class-helixware-playlist-rss-jwplayer.php (modified) (1 diff)
-
includes/class-helixware.php (modified) (1 diff)
-
readme.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
helixware/trunk/helixware.php
r1263459 r1263836 25 25 * Plugin URI: http://helixware.tv 26 26 * Description: HelixWare turns WordPress in a Video web site 27 * Version: 1.2. 027 * Version: 1.2.2-dev 28 28 * Author: InsideOut10 29 29 * Author URI: http://helixware.tv -
helixware/trunk/includes/class-helixware-playlist-rss-jwplayer.php
r1263462 r1263836 78 78 79 79 $this->_print_header( $post, $post->post_title, $post->post_content, $thumbnail_url, $thumbnails_url ); 80 array_walk( $this->stream_service->get_streams( $post->ID ), function ( $stream ) { 80 $streams = $this->stream_service->get_streams( $post->ID ); 81 array_walk( $streams, function ( $stream ) { 81 82 82 83 // JWPlayer 6 tries to play rtsp links, therefore we remove them. -
helixware/trunk/includes/class-helixware.php
r1263462 r1263836 161 161 162 162 $this->plugin_name = 'helixware'; 163 $this->version = '1.2. 0';163 $this->version = '1.2.2-dev'; 164 164 165 165 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.