Skip to content

Commit

Permalink
Merge tag 'v1.1.0' into develop
Browse files Browse the repository at this point in the history
Updated to the new domain TLD

# gpg: Signature made 01/15/18 16:31:13 GMT Standard Time
# gpg:                using ECDSA key F6F9165CA58F8FD42470BDFA8F15E14C0F7BA063
# gpg: Good signature from "pxgamer <owzie123@gmail.com>" [ultimate]
# gpg:                 aka "Owen Voke <owzie123@gmail.com>" [ultimate]
  • Loading branch information
owenvoke committed Jan 15, 2018
2 parents 1106ef7 + b9ed0dd commit 516ddcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to `yts` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## v1.1.0 - 2018-01-15

### Fixed
- Updated the domain TLD to `.am` ([Blog post](https://yts.am/blog/yts-am-new-domain-name-for-yts-yify-website))

## v1.0.2 - 2017-12-06

### Fixed
- Corrected legal name in license

## v1.0.1 - 2017-11-20

### Fixed
- Corrected the format of the license file

## v1.0.0 - 2017-11-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/YTS.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class YTS
/**
* The base uri of the API.
*/
const BASE_URI = 'https://yts.ag/api/v'.YTS::API_VERSION.'/';
const BASE_URI = 'https://yts.am/api/v'.YTS::API_VERSION.'/';

/**
* @var Client
Expand Down

0 comments on commit 516ddcd

Please sign in to comment.