File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22# Parse-Swift Changelog
33
44### main
5- [ Full Changelog] ( https://github.com/netreconlab/Parse-Swift/compare/5.11.0 ...main ) , [ Documentation] ( https://swiftpackageindex.com/netreconlab/Parse-Swift/main/documentation/parseswift )
5+ [ Full Changelog] ( https://github.com/netreconlab/Parse-Swift/compare/5.11.1 ...main ) , [ Documentation] ( https://swiftpackageindex.com/netreconlab/Parse-Swift/main/documentation/parseswift )
66* _ Contributing to this repo? Add info about your change here to be included in the next release_
77
8+
9+ ### 5.11.1
10+ [ Full Changelog] ( https://github.com/netreconlab/Parse-Swift/compare/5.11.0...5.11.1 ) , [ Documentation] ( https://swiftpackageindex.com/netreconlab/Parse-Swift/5.11.0/documentation/parseswift )
11+
12+ __ Fixes__
13+ * Make className property of ParseHookTriggerObject public ([ #180 ] ( https://github.com/netreconlab/Parse-Swift/pull/180 ) ), thanks to [ Corey Baker] ( https://github.com/cbaker6 ) .
14+
815### 5.11.0
916[ Full Changelog] ( https://github.com/netreconlab/Parse-Swift/compare/5.10.3...5.11.0 ) , [ Documentation] ( https://swiftpackageindex.com/netreconlab/Parse-Swift/5.11.0/documentation/parseswift )
1017
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Foundation
1010
1111enum ParseConstants {
1212 static let sdk = " swift "
13- static let version = " 5.11.0 "
13+ static let version = " 5.11.1 "
1414 static let fileManagementDirectory = " parse/ "
1515 static let fileManagementPrivateDocumentsDirectory = " Private Documents/ "
1616 static let fileManagementLibraryDirectory = " Library/ "
@@ -88,7 +88,7 @@ public enum ParseHookTriggerObject: Sendable {
8888 case liveQueryConnect
8989
9090 /// The class name of the `ParseObject` to trigger on.
91- var className : String {
91+ public var className : String {
9292 switch self {
9393
9494 case . objectType( let object) :
You can’t perform that action at this time.
0 commit comments