Plugin Directory

Changeset 1858735


Ignore:
Timestamp:
04/16/2018 01:52:45 AM (8 years ago)
Author:
loumray
Message:

version 1.6.1

Location:
remote-medias-lite/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • remote-medias-lite/trunk/lang/remote-medias-lite.pot

    r1858718 r1858735  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: remote-medias-lite 1.6.0\n"
     9"Project-Id-Version: remote-medias-lite 1.6.1\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2018-04-15 16:47-0700\n"
     11"POT-Creation-Date: 2018-04-15 18:51-0700\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • remote-medias-lite/trunk/readme.txt

    r1858718 r1858735  
    8282
    8383== Changelog ==
     84= 1.6.1 =
     85* Fixed compatibility issue with old versions of premium plugins introduced in last update.
     86
    8487= 1.6.0 =
    8588* Updated Instagram Service to comply with latest major instagram changes.
     
    138141
    139142== Upgrade Notice ==
     143= 1.6.1 =
     144* Fixed compatibility issue with old versions of premium plugins introduced in last update.
     145
    140146= 1.6.0 =
    141147* Updated Instagram Service to comply with latest major instagram changes. Now requires PHP 5.4+
  • remote-medias-lite/trunk/remote-medias-libs.php

    r1858718 r1858735  
    44Plugin URI: https://www.onecodeshop.com/
    55Description: Integrates 3rd party media sources to WP media manager
    6 Version: 1.6.0
     6Version: 1.6.1
    77Author: Team OneCodeShop.com
    88Author URI: https://www.onecodeshop.com/
  • remote-medias-lite/trunk/src/RemoteMediaExt/FRemoteMediaExt.php

    r1858718 r1858735  
    1212    public static $instance;
    1313
    14     protected $version = '1.6.0';
     14    protected $version = '1.6.1';
    1515    protected $accountPostType;
    1616    protected $remoteServices = array();
  • remote-medias-lite/trunk/vendor/loumray/wpcore/src/WPfeature.php

    r1858718 r1858735  
    181181        }
    182182
    183         $hook->setParentFeature($this);
     183        if (method_exists($hook, 'setParentFeature')) {
     184            $hook->setParentFeature($this);
     185        }
    184186       
    185187        $this->hooks[] = $hook;
Note: See TracChangeset for help on using the changeset viewer.