Ghost Storage Cloudinary Versions Save

:rocket: A fully-featured and deeply tested Cloudinary Ghost storage adapter

v3.0.0

5 months ago
  • [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
                }
            }
        }
    }
}
  • Drop NodeJS 14 and 16 support #172
  • Update dependencies #159, #160, #161, #162, #166, #168, #173, #174, #176
  • Create a new error off the original Ghost Internal Error #154
  • Add manual integration testing #175

v2.2.5

1 year ago
  • bump vm2 from 3.9.9 to 3.9.11 #151
  • Fix debugger initialization and add more debug insight #153

v2.2.4

1 year ago
  • Update dependencies #149
  • Fix dependency review workflow #150

v2.2.3

1 year ago
  • Update doc and debug #147

v2.2.2

1 year ago
  • 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

2 years ago
  • Update deps #138, #139

v2.2.0

2 years ago
  • 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

3 years ago
  • Update deps + replace request by got #122

2.1.4

3 years ago
  • Update deps #102, #103, #104, #105, #106, #108, #109
  • Tests against Node 14 #109

2.1.3

3 years ago
  • Update deps #93, #94, #96, #100, #101