-
Notifications
You must be signed in to change notification settings - Fork 5
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
Artur Beljajev
committed
Dec 15, 2016
1 parent
261e6af
commit 11f8b49
Showing
2 changed files
with
9 additions
and
6 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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
Version 1.0.5 | ||
1.1.0 | ||
* EPP XML schema namespace "urn:ietf:params:xml:ns:epp-1.0" replaced with "https://epp.tld.ee/schema/epp-ee-1.0.xsd" | ||
* EPP XML schema contact-eis-1.0 replaced with contact-ee-1.1 | ||
|
||
1.0.5 | ||
* lib/epp-xml/domain.rb : all tag strings moved to class constants | ||
|
||
* lib/epp-xml/domain.rb (delete method): | ||
- added extra argument for 'delete' action verification | ||
- deleted usage of 'build' method | ||
- added support for verification argument in method | ||
- added possibility for building 'delete' xml markup in method | ||
- added possibility for building 'delete' xml markup in method |
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