-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
501093f
commit 862868d
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
8.0.2 | ||
|
||
- Add getEmail() to User prototype | ||
- Use jDrupal var if it already exists. Allows jd8 and jd7 to be on the same page. | ||
- Add '?_format-json' to entity save requests. | ||
- Add jDrupal.getResultFromRequest(). | ||
- Use longer lines for comments.c | ||
- Simplify functionExists(). | ||
- Updated resolve to include the req response data. | ||
- Updated non 200 status to return full response for more flexibility. | ||
|
||
by @adam-clarey | ||
- postsave() fix | ||
- Fix patch response check | ||
- Add user registration | ||
|
||
by @hanoii | ||
- Use newer token session route |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jdrupal", | ||
"version": "8.0.0", | ||
"version": "8.0.2", | ||
"homepage": "https://github.com/signalpoint/jDrupal", | ||
"authors": [ | ||
"Tyler Frankenstein <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters