Plugin Directory

Changeset 1500909


Ignore:
Timestamp:
09/23/2016 08:57:00 AM (9 years ago)
Author:
0xbbc
Message:

Compatibility with PHP 5

Location:
dplayer-for-wp
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dplayer-for-wp/tags/1.0.6/dplayer.php

    r1500794 r1500909  
    33* Plugin Name: DPlayer for WordPress
    44* Description: Wow, such a lovely HTML5 danmaku video player comes to WordPress
    5 * Version: 1.0.5
     5* Version: 1.0.6
    66* Author: 0xBBC
    77* Author URI: https://blog.0xbbc.com/
     
    3232    }
    3333   
    34     public static function dplayer_load($atts = [], $content = null, $tag = '') {
     34    public static function dplayer_load($atts = null, $content = null, $tag = '') {
    3535        // normalize attribute keys, lowercase
    3636        $atts = array_change_key_case((array)$atts, CASE_LOWER);
  • dplayer-for-wp/tags/1.0.6/readme.txt

    r1500792 r1500909  
    44Requires at least: 3.0.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.0.6 =
     41* Compatibility with PHP 5
     42   
    4043= 1.0.5 =
    4144* Using preload="metadata" in js/DPlayer.min.js
  • dplayer-for-wp/trunk/readme.txt

    r1500792 r1500909  
    44Requires at least: 3.0.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.0.6 =
     41* Compatibility with PHP 5
     42   
    4043= 1.0.5 =
    4144* Using preload="metadata" in js/DPlayer.min.js
Note: See TracChangeset for help on using the changeset viewer.