From 4126ccd5034436a0a912cd710d47e79edbab5963 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Wed, 23 Oct 2024 08:28:18 +0200 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 2 +- README.md | 12 ++++++++++-- composer.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17975ed..c4e2d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Release Notes for Blitz F5 Purger -## 1.0.0 - Unreleased +## 1.0.0 - 2024-10-23 - Initial release. diff --git a/README.md b/README.md index 429c887..4822eae 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,24 @@ # Blitz F5 Purger for Craft CMS -The F5 Purger plugin allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to purge pages cached on F5’s Edge CDN. +The F5 Purger plugin allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to purge pages cached on [F5’s Distributed Cloud CDN](https://www.f5.com/products/distributed-cloud-services/cdn). ## License -This plugin is licensed for free under the MIT License. +This plugin requires a free commercial license available through the [Craft Plugin Store](https://plugins.craftcms.com/blitz-f5). ## Requirements This plugin requires [Craft CMS](https://craftcms.com/) 5.0.0 or later. +## Installation + +To install the plugin, search for “Blitz F5 Purger” in the Craft Plugin Store, or install manually using composer. + +```shell +composer require putyourlightson/craft-blitz-f5 +``` + ## Usage Once installed, the F5 Purger can be selected in the Blitz plugin settings or in `config/blitz.php`. diff --git a/composer.json b/composer.json index e63fd0b..5e2c562 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-blitz-f5", "description": "F5 cache purger for the Blitz plugin.", - "version": "0.0.2", + "version": "1.0.0", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/blitz", "license": "proprietary",