From b41730ff8ecaa71d75508bad2c9c08bcb1e39b31 Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:43:59 +0000 Subject: [PATCH] PubNub SDK v6.3.0 release. --- .pubnub.yml | 11 ++++++++--- CHANGELOG.md | 6 ++++++ README.md | 2 +- composer.json | 2 +- src/PubNub/PubNub.php | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 80eaa75f..b6e89ecd 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,8 +1,13 @@ name: php -version: 6.2.1 +version: 6.3.0 schema: 1 scm: github.com/pubnub/php changelog: + - date: 2024-06-18 + version: v6.3.0 + changes: + - type: feature + text: "Added support for file sharing operations ." - date: 2024-06-11 version: v6.2.1 changes: @@ -417,8 +422,8 @@ sdks: - x86-64 - distribution-type: library distribution-repository: GitHub release - package-name: php-6.2.1.zip - location: https://github.com/pubnub/php/releases/tag/v6.2.1 + package-name: php-6.3.0.zip + location: https://github.com/pubnub/php/releases/tag/v6.3.0 requires: - name: rmccue/requests min-version: 1.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ad0199..b8903a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v6.3.0 +June 18 2024 + +#### Added +- Added support for file sharing operations . + ## v6.2.1 June 11 2024 diff --git a/README.md b/README.md index 3524e8f3..e9e0e05a 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.2.1" + "pubnub/pubnub": "6.3.0" } } ``` diff --git a/composer.json b/composer.json index 50d1e63a..0a714dcb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["api", "real-time", "realtime", "real time", "ajax", "push"], "homepage": "http://www.pubnub.com/", "license": "proprietary", - "version": "6.2.1", + "version": "6.3.0", "authors": [ { "name": "PubNub", diff --git a/src/PubNub/PubNub.php b/src/PubNub/PubNub.php index 1116620c..2bdf12b2 100644 --- a/src/PubNub/PubNub.php +++ b/src/PubNub/PubNub.php @@ -56,7 +56,7 @@ class PubNub implements LoggerAwareInterface { - protected const SDK_VERSION = "6.2.1"; + protected const SDK_VERSION = "6.3.0"; protected const SDK_NAME = "PubNub-PHP"; public static $MAX_SEQUENCE = 65535;