arkhi-digital / silverstripe-cloudflare

This module aims to relieve the stress of using CloudFlare caching with any SilverStripe project. Adds extension hooks that clears CloudFlares cache for a specific page when that page is published or unpublished
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

FIX Remove hardcoded Composer package version #43

Closed Cheddam closed 23 minutes ago

Cheddam commented 4 years ago

This is unnecessary for Composer, as the Git tag is used instead, and renders tags that don't match the specified version unusable.

This PR is targeted at the 1.x series, which there's no development branch for, so a 1.3 branch will need to be created to re-target this PR at before merging. Would be awesome to get a 1.3.1 release created after merge 🙏

Resolves #42.