From 8e8bcf99a798b1d0314f36b9974cc3a258eb060a Mon Sep 17 00:00:00 2001 From: Anton Vanyukov Date: Tue, 23 Apr 2024 17:23:12 +1000 Subject: [PATCH] Prepare for 1.9.1 release --- CHANGELOG.md | 2 +- README.md | 2 +- cf-images.php | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa8048..05b3508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -= 1.9.1 = += 1.9.1 - 23.04.2024 = Added: * Integration with Elementor lightbox diff --git a/README.md b/README.md index a5e0ee7..cfb3162 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If something is still not working for you, please let me know by creating a supp == Changelog == -= 1.9.1 = += 1.9.1 - 23.04.2024 = Added: * Integration with Elementor lightbox diff --git a/cf-images.php b/cf-images.php index 085f208..27df360 100644 --- a/cf-images.php +++ b/cf-images.php @@ -14,7 +14,7 @@ * Plugin Name: Offload Media to Cloudflare Images * Plugin URI: https://vcore.au * Description: Offload media library images to the `Cloudflare Images` service. - * Version: 1.9.1-beta.1 + * Version: 1.9.1 * Author: Anton Vanyukov * Author URI: https://vcore.au * License: GPL-2.0+ @@ -31,7 +31,7 @@ die; } -define( 'CF_IMAGES_VERSION', '1.9.1-beta.1' ); +define( 'CF_IMAGES_VERSION', '1.9.1' ); define( 'CF_IMAGES_DIR_URL', plugin_dir_url( __FILE__ ) ); require_once 'app/class-activator.php'; diff --git a/package.json b/package.json index 024d956..7abcf72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cf-images", "description": "Offload, Store, Resize & Optimize with Cloudflare Images", - "version": "1.9.1-beta.1", + "version": "1.9.1", "main": "cf-images.php", "author": "Anton Vanyukov", "license": "GPL-2.0-or-later",