Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
passchn committed Oct 29, 2023
1 parent a2b03d0 commit 1622ffe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.3.2

### Added

* Option to define a custom viewBlock where the javascript is rendered. The config key is `FilePool.ViewBlock` which
defaults to `script`.

## v0.3.1

### Changed

* FilePoolAssets are ordered by their sort index by default. See `FilePoolAssetsTable::beforeFind()`.

## v0.3.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cakephp-file-pool",
"version": "0.0.1",
"version": "0.3.2",
"description": "FilePool plugin for CakePHP",
"main": "./webroot_src/main.ts",
"repository": "https://github.com/passchn/file-pool",
Expand Down

0 comments on commit 1622ffe

Please sign in to comment.