Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdigger committed Oct 20, 2016
1 parent a158363 commit 2b77534
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ repositories {
}
}
testCompile 'com.twcable.jackalope:jackalope:3.0.1'
testCompile 'com.twcable.jackalope:jackalope:3.0.2'
```

# Releasing
Expand Down
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# RELEASE NOTES

## 3.0.2

Bug fixes:

* Preserve the order of nodes in the repository to match the order they were created, so that tests can count on node
order when using functions such as page.listChildren() or node.getNodes()
* Fix bug where "deep" parameter to page.listChildren() is being ignored
* Fix bug page.listChildren() hits NPE due to having a null filter
* Fix bug where PageImpl.isHideInNav() throws NPE if hideInNav property is not set
* Fix bug where PageImpl.isValid() returns false for valid pages, incorrectly returning true for pages that have a
future onTime instead of a past onTime and future offTime

## 3.0.1

Implemented ResourceResolverImpl delete(..) and create(..) methods
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# suppress inspection "UnusedProperty" for whole file
description = Provides a convenient way of stubbing out Sling and the JCR
group = com.twcable.jackalope
version = 3.0.1
version = 3.0.2

0 comments on commit 2b77534

Please sign in to comment.