Skip to content

Commit

Permalink
Bump alchemy_cms to 7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Nov 18, 2024
1 parent 72279e3 commit a373ec8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.3.4 (2024-11-18)

- [7.3-stable] chore: Fix rubocop styling issues [#3080](https://github.com/AlchemyCMS/alchemy_cms/pull/3080) ([tvdeyen](https://github.com/tvdeyen))
- [7.3] Fix welcome screen stylesheet [#3078](https://github.com/AlchemyCMS/alchemy_cms/pull/3078) ([tvdeyen](https://github.com/tvdeyen))

## 7.3.3 (2024-10-15)

- [7.3-stable] Fix loading custom properties into Tinymce skin [#3070](https://github.com/AlchemyCMS/alchemy_cms/pull/3070) ([tvdeyen](https://github.com/tvdeyen))
Expand Down Expand Up @@ -1906,3 +1911,4 @@ No changes
## 3.0.0 (2014-07-03)

[Release Notes](https://github.com/AlchemyCMS/alchemy_cms/releases/tag/v3.0.0)

2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "7.3.3"
VERSION = "7.3.4"

def self.version
VERSION
Expand Down

0 comments on commit a373ec8

Please sign in to comment.