Plugin Directory

Changeset 2462183


Ignore:
Timestamp:
01/25/2021 11:24:51 AM (5 years ago)
Author:
rsedykh
Message:

Update changelog. Bump version to 3.0.2.

Location:
uploadcare/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uploadcare/trunk/CHANGELOG.md

    r2457334 r2462183  
    1414## [3.0.1] — 2020-12-25
    1515
    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.
    1727
    1828## [2.7.2] — 2020-05-13
  • uploadcare/trunk/readme.txt

    r2457743 r2462183  
    66Tested up to: 5.6
    77Requires PHP: 7.1
    8 Stable tag: 3.0.1
     8Stable tag: 3.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
     131= 3.0.2 =
     132* Plugin as class.
     133* Composer autoload.
     134* Unit-tests for most classes and methods.
     135
    131136= 3.0.1 =
    132137* Fixed issue with plugin activation to prevent malfunction when PHP DOMDocument class is disabled.
Note: See TracChangeset for help on using the changeset viewer.