Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 30, 2023
1 parent c5b38e1 commit caa8111
Show file tree
Hide file tree
Showing 32 changed files with 797 additions and 300 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### [unreleased]
* update `freemius/wordpress-sdk`

#### 12.3.1 / 2023-10-19
* update `freemius/wordpress-sdk`
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,17 +344,17 @@
},
{
"name": "freemius/wordpress-sdk",
"version": "2.5.12",
"version_normalized": "2.5.12.0",
"version": "2.6.0",
"version_normalized": "2.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/Freemius/wordpress-sdk.git",
"reference": "47aaeb6611c8f4c7a0a88793c0d79eafdebfbf4f"
"reference": "8a2bb8f6f45571ec1d05c23421568ca73704176c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/47aaeb6611c8f4c7a0a88793c0d79eafdebfbf4f",
"reference": "47aaeb6611c8f4c7a0a88793c0d79eafdebfbf4f",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/8a2bb8f6f45571ec1d05c23421568ca73704176c",
"reference": "8a2bb8f6f45571ec1d05c23421568ca73704176c",
"shasum": ""
},
"require": {
Expand All @@ -369,7 +369,7 @@
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^2.3"
},
"time": "2023-09-03T10:46:25+00:00",
"time": "2023-10-30T10:56:28+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
Expand All @@ -389,7 +389,7 @@
],
"support": {
"issues": "https://github.com/Freemius/wordpress-sdk/issues",
"source": "https://github.com/Freemius/wordpress-sdk/tree/2.5.12"
"source": "https://github.com/Freemius/wordpress-sdk/tree/2.6.0"
},
"install-path": "../freemius/wordpress-sdk"
},
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'afragen/git-updater',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'db8e90ecd8a2321b95c585e1c0b3d1fad67a5e0a',
'reference' => 'c5b38e14ae0cea5cc9e6cc8211d60980072a491c',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'afragen/git-updater' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'db8e90ecd8a2321b95c585e1c0b3d1fad67a5e0a',
'reference' => 'c5b38e14ae0cea5cc9e6cc8211d60980072a491c',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -78,9 +78,9 @@
'dev_requirement' => false,
),
'freemius/wordpress-sdk' => array(
'pretty_version' => '2.5.12',
'version' => '2.5.12.0',
'reference' => '47aaeb6611c8f4c7a0a88793c0d79eafdebfbf4f',
'pretty_version' => '2.6.0',
'version' => '2.6.0.0',
'reference' => '8a2bb8f6f45571ec1d05c23421568ca73704176c',
'type' => 'library',
'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
'aliases' => array(),
Expand Down
9 changes: 0 additions & 9 deletions vendor/freemius/wordpress-sdk/.editorconfig

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/freemius/wordpress-sdk/assets/css/admin/account.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit caa8111

Please sign in to comment.