Skip to content

Commit

Permalink
Build - Update invalid license info (#92)
Browse files Browse the repository at this point in the history
* Fix invalid license in composer.json

* PubNub SDK v6.1.2 release.

---------

Co-authored-by: PubNub Release Bot <[email protected]>
  • Loading branch information
seba-aln and pubnub-release-bot authored Nov 2, 2023
1 parent ed07d69 commit cdb500f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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.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:
Expand Down Expand Up @@ -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
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.1.2
November 02 2023

#### Modified
- Update invalid license info in composer.json.

## v6.1.1
October 30 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.1"
"pubnub/pubnub": "6.1.2"
}
}
```
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/PubNub/PubNub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cdb500f

Please sign in to comment.