Changeset 2462183
- Timestamp:
- 01/25/2021 11:24:51 AM (5 years ago)
- Location:
- uploadcare/trunk
- Files:
-
- 2 edited
-
CHANGELOG.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uploadcare/trunk/CHANGELOG.md
r2457334 r2462183 14 14 ## [3.0.1] — 2020-12-25 15 15 16 Brand new plugin, rewritten from scratch. 16 * Fixed issue with plugin activation to prevent malfunction when PHP DOMDocument class is disabled. 17 * Various small improvements. 18 19 ## [3.0.0] — 2020-12-25 20 21 * Brand new version, rewritten from scratch. 22 * Adaptive image delivery system for auto responsiviness, quality optimization, and lazy loading. 23 * Better integration with Media Library and WYSIWYG. 24 * Transfer your old files to Uploadcare and back. 25 * Updated Settings page. 26 * Removed "uploadcare" shortcode that allowed your readers to upload files. 17 27 18 28 ## [2.7.2] — 2020-05-13 -
uploadcare/trunk/readme.txt
r2457743 r2462183 6 6 Tested up to: 5.6 7 7 Requires PHP: 7.1 8 Stable tag: 3.0. 18 Stable tag: 3.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 3.0.2 = 132 * Plugin as class. 133 * Composer autoload. 134 * Unit-tests for most classes and methods. 135 131 136 = 3.0.1 = 132 137 * Fixed issue with plugin activation to prevent malfunction when PHP DOMDocument class is disabled.
Note: See TracChangeset
for help on using the changeset viewer.