Skip to content

cloudinary/cloudinary_wordpress

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2022
Jun 26, 2024
Oct 28, 2024
Feb 23, 2025
Mar 20, 2025
Jan 10, 2024
Mar 11, 2025
Feb 23, 2025
Feb 18, 2025
Aug 16, 2021
Nov 9, 2020
Dec 22, 2021
Feb 24, 2025
Nov 8, 2022
Nov 7, 2022
Apr 7, 2021
Nov 11, 2020
Nov 7, 2022
Jun 23, 2022
Mar 24, 2025
Mar 15, 2022
Mar 19, 2025
Jan 13, 2023
Jan 24, 2024
Jan 24, 2024
Feb 11, 2025
Feb 6, 2022
Mar 24, 2025
Mar 24, 2025
Jul 11, 2023
Oct 14, 2020
Mar 24, 2025
Nov 7, 2022

Repository files navigation

Cloudinary's WordPress Plugin

Cloudinary is a cloud service that offers a solution to a web application's entire image and video management pipeline. With Cloudinary, all your images are automatically uploaded, normalized, optimized and backed-up in the cloud instead of being hosted on your servers.

With Cloudinary, you can stop messing around with image editors. Cloudinary can manipulate and transform your images online, on-the-fly, directly from your WordPress console. Enhance your images using every possible filter and effect you can think of. All manipulations are done in the cloud using super-powerful hardware, and all resulting images are cached, optimized (smushed and more) and delivered via a lightning fast content delivery network (CDN).

WordPress Plugin

The plugin is available for installation via WordPress plugins directory. The plugin is publicly available at: https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/

This Git repository is the development repository, while there's a mirror public SVN repository of the actual released WordPress plugin version: https://plugins.svn.wordpress.org/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/

Deprecation Note The legacy WordPress Plugin version (v1.x) will be deprecated as of February 1st, 2021, after which support, updates and bug fixes for the legacy plugin will continue in limited fashion. The legacy plugin will be made obsolete on August 1st, 2021 (end-of-life date), meaning, Version 1.x of the plugin will no longer function after that date. We ask that you update to our latest WordPress Plugin v2.x before the August 1st deadline.

Additional resources

Additional resources are available at:

Support

You can open an issue through GitHub.

Contact us https://cloudinary.com/contact

Stay tuned for updates, tips and tutorials: Blog, Twitter, Facebook.

Development

Create a Plugin Release Package

Run npm run package to create the plugin release in the /build directory and package it as cloudinary-image-management-and-manipulation-in-the-cloud-cdn.zip in the root directory.

Files included in the release package are defined in the gruntfile.js under the copy task. Be sure to update this list of files and directories when you add new files to the project.

Deployment to WordPress.org

  1. Tag a release from the master branch on GitHub.

  2. Run npm run deploy to deploy the version referenced in the cloudinary.php file of the current branch.

  3. Run npm run deploy-assets to deploy just the WP.org plugin assets such as screenshots, icons and banners.

License

Released under the GPL license.