Skip to content

Commit

Permalink
PubNub SDK v6.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jun 11, 2024
1 parent d3d7729 commit 0eeb869
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: php
version: 6.1.3
version: 6.2.0
schema: 1
scm: github.com/pubnub/php
changelog:
- date: 2024-06-11
version: v6.2.0
changes:
- type: feature
text: "Replacing GCM with FCM. This is not a breaking change, but using GCM will result in throwing `E_USER_DEPRECATED` warning."
- date: 2023-11-27
version: v6.1.3
changes:
Expand Down Expand Up @@ -407,8 +412,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: php-6.1.3.zip
location: https://github.com/pubnub/php/releases/tag/v6.1.3
package-name: php-6.2.0.zip
location: https://github.com/pubnub/php/releases/tag/v6.2.0
requires:
- name: rmccue/requests
min-version: 1.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v6.2.0
June 11 2024

#### Added
- Replacing GCM with FCM. This is not a breaking change, but using GCM will result in throwing `E_USER_DEPRECATED` warning.

## v6.1.3
November 27 2023

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
{
"require": {
<!-- include the latest version from the badge at the top -->
"pubnub/pubnub": "6.1.3"
"pubnub/pubnub": "6.2.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["api", "real-time", "realtime", "real time", "ajax", "push"],
"homepage": "http://www.pubnub.com/",
"license": "proprietary",
"version": "6.1.3",
"version": "6.2.0",
"authors": [
{
"name": "PubNub",
Expand Down
2 changes: 1 addition & 1 deletion src/PubNub/PubNub.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

class PubNub implements LoggerAwareInterface
{
protected const SDK_VERSION = "6.1.3";
protected const SDK_VERSION = "6.2.0";
protected const SDK_NAME = "PubNub-PHP";

public static $MAX_SEQUENCE = 65535;
Expand Down

0 comments on commit 0eeb869

Please sign in to comment.