Changeset 1858735
- Timestamp:
- 04/16/2018 01:52:45 AM (8 years ago)
- Location:
- remote-medias-lite/trunk
- Files:
-
- 5 edited
-
lang/remote-medias-lite.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
remote-medias-libs.php (modified) (1 diff)
-
src/RemoteMediaExt/FRemoteMediaExt.php (modified) (1 diff)
-
vendor/loumray/wpcore/src/WPfeature.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remote-medias-lite/trunk/lang/remote-medias-lite.pot
r1858718 r1858735 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: remote-medias-lite 1.6. 0\n"9 "Project-Id-Version: remote-medias-lite 1.6.1\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2018-04-15 1 6:47-0700\n"11 "POT-Creation-Date: 2018-04-15 18:51-0700\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
remote-medias-lite/trunk/readme.txt
r1858718 r1858735 82 82 83 83 == Changelog == 84 = 1.6.1 = 85 * Fixed compatibility issue with old versions of premium plugins introduced in last update. 86 84 87 = 1.6.0 = 85 88 * Updated Instagram Service to comply with latest major instagram changes. … … 138 141 139 142 == Upgrade Notice == 143 = 1.6.1 = 144 * Fixed compatibility issue with old versions of premium plugins introduced in last update. 145 140 146 = 1.6.0 = 141 147 * 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 4 4 Plugin URI: https://www.onecodeshop.com/ 5 5 Description: Integrates 3rd party media sources to WP media manager 6 Version: 1.6. 06 Version: 1.6.1 7 7 Author: Team OneCodeShop.com 8 8 Author URI: https://www.onecodeshop.com/ -
remote-medias-lite/trunk/src/RemoteMediaExt/FRemoteMediaExt.php
r1858718 r1858735 12 12 public static $instance; 13 13 14 protected $version = '1.6. 0';14 protected $version = '1.6.1'; 15 15 protected $accountPostType; 16 16 protected $remoteServices = array(); -
remote-medias-lite/trunk/vendor/loumray/wpcore/src/WPfeature.php
r1858718 r1858735 181 181 } 182 182 183 $hook->setParentFeature($this); 183 if (method_exists($hook, 'setParentFeature')) { 184 $hook->setParentFeature($this); 185 } 184 186 185 187 $this->hooks[] = $hook;
Note: See TracChangeset
for help on using the changeset viewer.