Skip to content

Commit

Permalink
release update bootstrap5 template - see PR #106
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Sep 14, 2024
1 parent ca110fd commit 9288af7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ x.x.x - TODO
* ...

3.x.x - 2024xxxx
* ...

3.2.1 - 20240914 Update bootstrap5 template
* Fix thumbnails and add series list to author page in bootstrap5 template - see PR #106 from @dunxd

3.2.0 - 20240914 Return response from handlers + replace GraphQL Playground (dev only)
* Enble running other handlers in REST API and return response
* Return response from most handlers to allow middleware to work on response
* Add test middleware to check functionality (test only)
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Input/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Config
{
public const VERSION = '3.2.0';
public const VERSION = '3.2.1';
public const ENDPOINT = [
"index" => "index.php",
"feed" => "feed.php",
Expand Down

0 comments on commit 9288af7

Please sign in to comment.