Changeset 705392
- Timestamp:
- 04/29/2013 11:48:35 AM (13 years ago)
- Location:
- uploadcare/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
uploadcare.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uploadcare/trunk/readme.txt
r705268 r705392 4 4 Requires at least: 3.5+ 5 5 Tested up to: 3.5 6 Stable tag: 2.0. 36 Stable tag: 2.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 2.0.4 = 78 * Uploadcare widget updated to version 0.8.1.2 79 77 80 = 2.0.3 = 78 Bugfixes81 * Bugfixes 79 82 80 83 = 2.0.2 = -
uploadcare/trunk/uploadcare.php
r703526 r705392 27 27 $script .= " 28 28 <script type=\"text/javascript\">UPLOADCARE_CROP = true;</script> 29 ".$api->widget->getScriptTag('0.8.1 ')."29 ".$api->widget->getScriptTag('0.8.1.2')." 30 30 <script type=\"text/javascript\"> 31 31 function ucEditFile(file_id) {
Note: See TracChangeset
for help on using the changeset viewer.