Skip to content

Commit

Permalink
Merge pull request #1077 from texpert/master
Browse files Browse the repository at this point in the history
Prepare 2.8.0 release
  • Loading branch information
texpert authored Jul 26, 2024
2 parents 53cdef5 + fcea638 commit feccb96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## Unreleased


## [2.8.0](https://github.com/owen2345/camaleon-cms/tree/2.8.0) (2024-07-26)
- Use jQuery 2.x - 2.2.4
- **If there are `//= require jquery` clauses in the main application, replace them with `//= require jquery2`**
- Add Ruby 3.3 and Rails 7.2 to CI
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ https://camaleon.website/store/plugins


## Requirements
* Rails 6.0+
* Rails 6.1+
* PostgreSQL, MySQL 5+ or SQlite
* Ruby 2.7+
* Ruby 3.0+
* Imagemagick

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/camaleon_cms/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CamaleonCms
VERSION = '2.7.5'.freeze
VERSION = '2.8.0'.freeze
end

0 comments on commit feccb96

Please sign in to comment.