Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
change version to 2.0.4 and add some informations to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWaldherr committed Mar 3, 2013
1 parent 0b39241 commit f4d0b4a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
26 changes: 12 additions & 14 deletions podlove-web-player/podlove-web-player.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
<?php
/**
* @package PodloveWebPlayer
* @version 2.0.3
* @version 2.0.4
*/

/*
Plugin Name: Podlove Web Player
Plugin URI: http://podlove.org/podlove-web-player/
Description: Video and audio plugin for WordPress built on the MediaElement.js HTML5 media player library.
Author: Gerrit van Aaken and Simon Waldherr
Version: 2.0.3
Version: 2.0.4
Author URI: http://praegnanz.de
License: GPLv3, MIT
License: BSD 2-Clause License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
Copyright (c) 2013, Podlove.org
All rights reserved.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Forked from: http://mediaelementjs.com/ plugin
which was adapted from: http://videojs.com/ plugin
Expand Down Expand Up @@ -73,7 +71,7 @@ function podlovewebplayer_add_scripts() {
wp_enqueue_script(
'podlovewebplayer',
plugins_url('podlove-web-player.js', __FILE__),
array('jquery', 'mediaelementjs'), '2.0.3', false
array('jquery', 'mediaelementjs'), '2.0.4', false
);
}
}
Expand Down
7 changes: 6 additions & 1 deletion podlove-web-player/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://podlove.org/
Tags: podcasting, podlove, html5audio, audio, video, podcast, player
Requires at least: 3.4.0
Tested up to: 3.5.1
Stable tag: 2.0.3
Stable tag: 2.0.4
License: BSD 2-Clause License
License URI: http://opensource.org/licenses/BSD-2-Clause

Expand Down Expand Up @@ -195,6 +195,11 @@ Earlier versions of this plugin could handle alternative shortcodes, too: [audio

== Changelog ==

= 2.0.4 =
* fixed flash fallback again
* parameter handover improved
* encoding issues fixed

= 2.0.3 =
* reduced DOM interaction at player creation
* improved readability of JS code
Expand Down
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Podlove Web Player

## About

HTML5 Goodness for Podcasting

Podlove Web Player is a Podcast-optimized, HTML5-based video and audio player with Flash fallback. It can be used as a WordPress plugin or within a static HTML/JavaScript context.

The Podlove Web Player supports almost every browser and also does captions, chapters and much more. Thanks to MediaElement.js for providing the foundation.

* [Official Site on podlove.org](http://podlove.org/podlove-web-player/)
* [WordPress Plugin Page](http://wordpress.org/extend/plugins/podlove-web-player/)
* [WordPress Plugin Page](http://wordpress.org/extend/plugins/podlove-web-player/)

## Info

Contributors: [Gerrit van Aaken](https://github.com/gerritvanaaken/), [Simon Waldherr](https://github.com/simonwaldherr/), [Frank Hase](https://github.com/Kambfhase/), [Eric Teubert](https://github.com/eteubert/) and [others](https://github.com/podlove/podlove-web-player/contributors)
Donate: [podlove.org/donations/](http://podlove.org/donations/)
Version: 2.0.4 ([Download](http://downloads.wordpress.org/plugin/podlove-web-player.2.0.4.zip))
License: [BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)

0 comments on commit f4d0b4a

Please sign in to comment.