Skip to content

Commit

Permalink
Merge branch 'release/v1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhand committed Feb 25, 2023
2 parents d66cd61 + fb41cc4 commit 1f65063
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 1.2
### Fixed
* Sorting by given property name

## 1.1
### Added
* Debug mode
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
'sorts' => [
[
'property' => 'Date',
'property' => $_ENV['NOTION_DATE_PROPERTY_NAME'],
'direction' => 'descending',
]
],
Expand Down

0 comments on commit 1f65063

Please sign in to comment.