Plugin Directory

Changeset 1392365


Ignore:
Timestamp:
04/11/2016 07:46:38 PM (10 years ago)
Author:
Embedly
Message:

fixes issue upgrading from 4.0.9->4.0.10

Location:
embedly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embedly/trunk/embedly.php

    r1390417 r1392365  
    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.10
     7Version: 4.0.11
    88Author URI: http://embed.ly
    99License: GPL2
     
    430430            $value = sanitize_text_field( $value );
    431431
    432             // validate the options being saved.
    433             if( array_key_exists($key, $this->embedly_options) ) {
    434                 $this->embedly_options[$key] = $value;
    435                 update_option('embedly_settings', $this->embedly_options);
    436                 $this->embedly_options = get_option('embedly_settings');
    437             }
     432            $this->embedly_options[$key] = $value;
     433            update_option('embedly_settings', $this->embedly_options);
     434            $this->embedly_options = get_option('embedly_settings');
    438435
    439436       }
  • embedly/trunk/readme.txt

    r1390417 r1392365  
    66Requires at least: 3.8
    77Tested up to: 4.5
    8 Stable tag: 4.0.10
     8Stable tag: 4.0.11
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.