Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #141 from square/jessdelacruzsantos/Release
Browse files Browse the repository at this point in the history
Deprecate connect-php-sdk
  • Loading branch information
jessdelacruzsantos authored Jun 10, 2020
2 parents a182ac0 + c9b89d6 commit 14f47f3
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions .release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release 3.20200528.1
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.20200528.1
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 3.20200528.1 (2020-05-28)
## Square SDK - PHP
Square is excited to announce the public release of customized SDK for PHP

To align with other Square SDKs generated for SQUARE API version 2020-05-28, the initial version of this PHP SDK is 5.0.0.20200528

## Version 3.20200528.0 (2020-05-28)
## API releases

Expand Down
1,204 changes: 129 additions & 1,075 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "square/connect",
"version": "3.20200528.0",
"version": "3.20200528.1",
"description": "PHP client library for the Square Connect v2 API",
"keywords": [
"swagger",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = "Square-Connect-PHP/3.20200528.0";
protected $userAgent = "Square-Connect-PHP/3.20200528.1";

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -501,7 +501,7 @@ public static function toDebugReport()
$report .= " OS: ".php_uname()."\n";
$report .= " PHP Version: ".phpversion()."\n";
$report .= " OpenAPI Spec Version: 2.0\n";
$report .= " SDK Package Version: 3.20200528.0\n";
$report .= " SDK Package Version: 3.20200528.1\n";
$report .= " Temp Folder Path: ".self::getDefaultConfiguration()->getTempFolderPath()."\n";

return $report;
Expand Down

0 comments on commit 14f47f3

Please sign in to comment.