Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelenko committed Dec 25, 2019
1 parent 3585ea1 commit cb94ce1
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions src/smsgorod/Abonent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -24,7 +24,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class Abonent implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -22,7 +22,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
abstract class ApiRequest
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -24,7 +24,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
class ApiResponse implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/BalanceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class BalanceRequest extends ApiRequest implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/BalanceResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -32,7 +32,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class BalanceResponse extends ApiResponse implements XMLSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/Interfaces/XmlSerializable.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod\Interfaces;
Expand All @@ -22,7 +22,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
interface XmlSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class Message implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/MessageSendRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class MessageSendRequest extends ApiRequest implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/MessageSendResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -31,7 +31,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class MessageSendResponse extends ApiResponse implements XMLSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/PhoneInfoRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class PhoneInfoRequest extends ApiRequest implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/PhoneInfoResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -31,7 +31,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class PhoneInfoResponse extends ApiResponse implements XMLSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/SmsGorod.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -33,7 +33,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class SmsGorod
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/StateRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class StateRequest extends ApiRequest implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/StateResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -31,7 +31,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class StateResponse extends ApiResponse implements XMLSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/TimeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -28,7 +28,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class TimeRequest extends ApiRequest implements XmlSerializable, \JsonSerializable
{
Expand Down
4 changes: 2 additions & 2 deletions src/smsgorod/TimeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/

namespace Ybelenko\SmsGorod;
Expand All @@ -31,7 +31,7 @@
* @author Yuriy Belenko <yura-bely@mail.ru>
* @license MIT License https://github.com/ybelenko/smsgorod-api-client/blob/master/LICENSE
* @link https://github.com/ybelenko/smsgorod-api-client
* @version v1.0.0
* @version v1.1.0
*/
final class TimeResponse extends ApiResponse implements XMLSerializable, \JsonSerializable
{
Expand Down

0 comments on commit cb94ce1

Please sign in to comment.