Skip to content

Releases: eexit/ghost-storage-cloudinary

v3.0.0

06 Dec 21:46
Compare
Choose a tag to compare
  • [BC] Update plugins configuration #155
    The plugin configuration has changed.
    RetinaJS configuration was in ghost-storage-cloudinary.rjs JSON
    property, while it's now wrapped into a plugins object.

Before:

{
    "storage": {
        "active": "ghost-storage-cloudinary",
        "ghost-storage-cloudinary": {
            "rjs": {
                "baseWidth": 960,
                "fireForget": true
            }
        }
    }
}

Now:

{
    "storage": {
        "active": "ghost-storage-cloudinary",
        "ghost-storage-cloudinary": {
            "plugins": {
                "retinajs": {
                    "baseWidth": 960,
                    "fireForget": true
                }
            }
        }
    }
}

v2.2.5

22 Oct 22:38
Compare
Choose a tag to compare
  • bump vm2 from 3.9.9 to 3.9.11 #151
  • Fix debugger initialization and add more debug insight #153

v2.2.4

12 Jul 09:57
Compare
Choose a tag to compare
  • Update dependencies #149
  • Fix dependency review workflow #150

v2.2.3

09 Jun 13:39
Compare
Choose a tag to compare
  • Update doc and debug #147

v2.2.2

09 Jun 09:06
Compare
Choose a tag to compare
  • Fix Docker build + build support for Ghost 5 #142
  • Drop NodeJS 12 support #143
  • Replace ghost-ignition.debug by @tryghost/debug #144
  • Update dependencies #146

v2.2.1

22 Mar 09:36
Compare
Choose a tag to compare

v2.2.0

13 Jan 23:55
Compare
Choose a tag to compare
  • Updated README.md with installation instructions #129
  • Update deps #132
  • Go Github actions! #133
  • Drop support for node 10 #134
  • Add Node 16 support #135

Closes #127 #123

2.1.5

31 Mar 00:12
Compare
Choose a tag to compare
  • Update deps + replace request by got #122

2.1.4

13 Nov 23:30
Compare
Choose a tag to compare

2.1.3

01 Sep 12:04
Compare
Choose a tag to compare