Plugin Directory

Changeset 1253815


Ignore:
Timestamp:
09/26/2015 03:37:12 AM (11 years ago)
Author:
Embedly
Message:

compatibility fix for some PHP versions

Location:
embedly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embedly/trunk/embedly.php

    r1253475 r1253815  
    55Description: The Embedly Plugin extends Wordpress's automatic embed feature, allowing bloggers to Embed from 300+ services and counting.
    66Author: Embed.ly Inc
    7 Version: 4.0.3
     7Version: 4.0.4
    88Author URI: http://embed.ly
    99License: GPL2
     
    533533            $value = $this->embedly_options[$setting];
    534534          }
    535           $overrides .= explode('_', $setting)[1] . ": '" . $value . "',";
     535          $parts = explode('_', $setting);
     536          $overrides .= $parts[1] . ": '" . $value . "',";
    536537        }
    537538      }
  • embedly/trunk/readme.txt

    r1253475 r1253815  
    66Requires at least: 3.8
    77Tested up to: 4.3.1
    8 Stable tag: 4.0.3
     8Stable tag: 4.0.4
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.