From cdb500fe214427ef98f6751317cac0e0963951f8 Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Thu, 2 Nov 2023 08:43:02 +0100 Subject: [PATCH] Build - Update invalid license info (#92) * Fix invalid license in composer.json * PubNub SDK v6.1.2 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> --- .pubnub.yml | 11 ++++++++--- CHANGELOG.md | 6 ++++++ README.md | 2 +- composer.json | 3 +-- src/PubNub/PubNub.php | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 44709e1b..9b8d0a01 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,8 +1,13 @@ name: php -version: 6.1.1 +version: 6.1.2 schema: 1 scm: github.com/pubnub/php changelog: + - date: 2023-11-02 + version: v6.1.2 + changes: + - type: improvement + text: "Update invalid license info in composer.json." - date: 2023-10-30 version: v6.1.1 changes: @@ -397,8 +402,8 @@ sdks: - x86-64 - distribution-type: library distribution-repository: GitHub release - package-name: php-6.1.1.zip - location: https://github.com/pubnub/php/releases/tag/v6.1.1 + package-name: php-6.1.2.zip + location: https://github.com/pubnub/php/releases/tag/v6.1.2 requires: - name: rmccue/requests min-version: 1.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4dcdf7..368d18d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v6.1.2 +November 02 2023 + +#### Modified +- Update invalid license info in composer.json. + ## v6.1.1 October 30 2023 diff --git a/README.md b/README.md index 0856cda7..82efdf1e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your { "require": { - "pubnub/pubnub": "6.1.1" + "pubnub/pubnub": "6.1.2" } } ``` diff --git a/composer.json b/composer.json index 98fe9f72..532f37bc 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "description": "This is the official PubNub PHP SDK repository.", "keywords": ["api", "real-time", "realtime", "real time", "ajax", "push"], "homepage": "http://www.pubnub.com/", - "license": "PubNub Software Development Kit License", - "version": "6.1.1", + "license": "proprietary", "authors": [ { "name": "PubNub", diff --git a/src/PubNub/PubNub.php b/src/PubNub/PubNub.php index 9c9fa291..7b8c1e28 100644 --- a/src/PubNub/PubNub.php +++ b/src/PubNub/PubNub.php @@ -53,7 +53,7 @@ class PubNub implements LoggerAwareInterface { - protected const SDK_VERSION = "6.1.1"; + protected const SDK_VERSION = "6.1.2"; protected const SDK_NAME = "PubNub-PHP"; public static $MAX_SEQUENCE = 65535;