|
90 | 90 | </p> |
91 | 91 | <ul class="download-ul"> |
92 | 92 | <li> |
93 | | - <a href="https://github.com/ParsePlatform/parse-server/archive/2.2.14.zip"> |
| 93 | + <a href="https://github.com/ParsePlatform/parse-server/archive/2.2.15.zip"> |
94 | 94 | Download |
95 | 95 | <strong> |
96 | 96 | ZIP File |
97 | 97 | </strong> |
98 | 98 | </a> |
99 | 99 | </li> |
100 | 100 | <li> |
101 | | - <a href="https://github.com/ParsePlatform/parse-server/archive/2.2.14.tar.gz"> |
| 101 | + <a href="https://github.com/ParsePlatform/parse-server/archive/2.2.15.tar.gz"> |
102 | 102 | Download |
103 | 103 | <strong> |
104 | 104 | TAR Ball |
|
124 | 124 | <h2> |
125 | 125 | Parse Server Changelog |
126 | 126 | </h2> |
| 127 | + <h3> |
| 128 | + 2.2.15 (6/30/2016) |
| 129 | + </h3> |
| 130 | + <ul> |
| 131 | + <li> |
| 132 | + Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to |
| 133 | + <a href="https://github.com/AndrewLane"> |
| 134 | + Andrew Lane |
| 135 | + </a> |
| 136 | + </li> |
| 137 | + <li> |
| 138 | + Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to |
| 139 | + <a href="https://github.com/TylerBrock"> |
| 140 | + Tyler Brock |
| 141 | + </a> |
| 142 | + </li> |
| 143 | + <li> |
| 144 | + Improvement: Kill without validation, thanks to |
| 145 | + <a href="https://github.com/drew-gross"> |
| 146 | + Drew Gross |
| 147 | + </a> |
| 148 | + </li> |
| 149 | + <li> |
| 150 | + Fix: Deleting a file does not delete from fs.files, thanks to |
| 151 | + <a href="https://github.com/maninga"> |
| 152 | + David Keita |
| 153 | + </a> |
| 154 | + </li> |
| 155 | + <li> |
| 156 | + Fix: Postgres stoage adapter fix, thanks to |
| 157 | + <a href="https://github.com/vitaly-t"> |
| 158 | + Vitaly Tomilov |
| 159 | + </a> |
| 160 | + </li> |
| 161 | + <li> |
| 162 | + Fix: Results invalid session when providing an invalid session token, thanks to |
| 163 | + <a href="https://github.com/flovilmart"> |
| 164 | + Florent Vilmart |
| 165 | + </a> |
| 166 | + </li> |
| 167 | + <li> |
| 168 | + Fix: issue creating an anonymous user, thanks to |
| 169 | + <a href="https://github.com/hmoqhim"> |
| 170 | + Hussam Moqhim |
| 171 | + </a> |
| 172 | + </li> |
| 173 | + <li> |
| 174 | + Fix: make http response serializable, thanks to |
| 175 | + <a href="https://github.com/flovilmart"> |
| 176 | + Florent Vilmart |
| 177 | + </a> |
| 178 | + </li> |
| 179 | + <li> |
| 180 | + New: Add postmark email adapter alternative |
| 181 | + <a href="https://github.com/glennreyes"> |
| 182 | + Glenn Reyes |
| 183 | + </a> |
| 184 | + </li> |
| 185 | + </ul> |
127 | 186 | <h3> |
128 | 187 | 2.2.14 (6/25/2016) |
129 | 188 | </h3> |
|
0 commit comments