-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from contentstack/development
Environment bug fixes
- Loading branch information
Showing
4 changed files
with
141 additions
and
137 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
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,32 +1,25 @@ | ||
## Changelog | ||
|
||
------------------------------------------------ | ||
|
||
### Date: 14-Mar-2019 | ||
#### v1.2.1 Bug Fixes and code clean up: | ||
------------------------------------------------ | ||
### Date: 20-Feb-2019 | ||
#### Maven integration | ||
#### Folder structure modified. | ||
|
||
------------------------------------------------ | ||
|
||
### Date: 15-Dec-2017 | ||
#### v1.2.0 New Features: | ||
|
||
- Entry- added method ‘addParam’ | ||
- Query- added method 'addParam' | ||
- Asset- added method 'addParam' | ||
|
||
------------------------------------------------ | ||
|
||
### Date: 10-Nov-2017 | ||
#### v1.1.0 New Features: | ||
- Stack- added method 'ImageTransform' | ||
- Query- added method 'includeContentType' | ||
- QueryResult- added method 'contentType' | ||
|
||
------------------------------------------------ | ||
|
||
#### API deprecation: | ||
- Query | ||
- Deprecated method 'includeSchema' | ||
|
||
------------------------------------------------ |
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
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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd"> | ||
<profiles> | ||
<profile> | ||
<id>77b9c8fd28426a</id> | ||
<activation> | ||
<property> | ||
<name>performRelease</name> | ||
<value>true</value> | ||
</property> | ||
</activation> | ||
</profile> | ||
|
||
<profile> | ||
<id>ossrh</id> | ||
<activation> | ||
<activeByDefault>true</activeByDefault> | ||
</activation> | ||
<properties> | ||
<gpg.executable>gpg2</gpg.executable> | ||
<gpg.passphrase>***REMOVED***7dQWppvR6UY4</gpg.passphrase> | ||
</properties> | ||
</profile> | ||
|
||
</profiles> | ||
</profilesXml> |