Skip to content

Commit

Permalink
Bump to 2.0.0 ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Mar 28, 2024
1 parent beade1e commit 2d4db87
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7,232 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# COMPOSER
/vendor
/composer.lock

# BUILD FILES
/bower_components/*
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG-WIP.md

This file was deleted.

77 changes: 2 additions & 75 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,79 +4,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.3.0 - 2022-11-10
### Fixed
- Fixed an issue where CP Clear Cache wouldn't work properly if the Control Panel Navigation was installed

## 1.2.1 - 2022-05-07
### Changed
- CP Clear Cache now defers any element queries to the `craft\web\Application::EVENT_INIT` event, avoiding potential issues with element queries being executed before Craft has fully initialised.

## 1.2.0 - 2022-03-23

## 2.0.0 - 2024-03-28
### Added
- Added Craft 4.0 compatibility

### Changed
- CP Clear Cache now requires Craft 3.7.x
- Updated plugin icon

## 1.1.0 - 2021-01-21

### Fixed
- Fixes an issue where CP Clear Cache would disable submit buttons in the Utilities section inside Craft's Control Panel

### Changed
- CP Clear Cache now requires Craft 3.5.0+

## 1.0.7 - 2020-07-31

### Improved

- Improved Craft 3.5 compatibility

## 1.0.6 - 2020-02-02

### Improved

- Improves Craft 3.4 compatibility

## 1.0.5 - 2019-10-21

### Fixed

- Fixes an issue where CP Clear Cache could conflict with other plugins

## 1.0.4 - 2019-03-27

### Fixed

- Fixes an issue where CP Clear Cache could conflict with other plugins

## 1.0.3 - 2018-11-23

### Improved

– Improves plugin tagline (thanks Brandon!)

## 1.0.2 - 2018-05-16

### Added

– CP Clear Cache now remembers your checked boxes

### Fixed

- Fixes the missing nav item icon on Craft 3.0.7 and above

## 1.0.1 - 2018-03-28

### Fixed

- Fixes issue #1, where CP Clear Cache would conflict w/ other plugins (e.g. SEOmatic)

## 1.0.0 - 2018-03-06

### Added

- Initial release
- Added Craft 5 compatibility
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mmikkel/cp-clearcache",
"description": "Less clickin’ to get clearin’",
"type": "craft-plugin",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -22,12 +22,9 @@
}
],
"require": {
"craftcms/cms": "^5.0.0-alpha",
"craftcms/cms": "^5.0.0",
"php": "^8.2"
},
"require-dev": {
"craftcms/rector": "dev-main"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand Down
Loading

0 comments on commit 2d4db87

Please sign in to comment.