Skip to content

Commit

Permalink
update WordPress-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Apr 7, 2024
1 parent b4e7c25 commit 6379e84
Show file tree
Hide file tree
Showing 49 changed files with 748 additions and 885 deletions.
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.6.2",
"version_normalized": "2.6.2.0",
"version": "2.7.0",
"version_normalized": "2.7.0.0",
"source": {
"type": "git",
"url": "https://github.com/Freemius/wordpress-sdk.git",
"reference": "ea3a288e52ff74c755b3c1eb857f41c5a2d899e5"
"reference": "9fc7bd56b1d8f5b1c880eb32a0c2186ac7617d45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/ea3a288e52ff74c755b3c1eb857f41c5a2d899e5",
"reference": "ea3a288e52ff74c755b3c1eb857f41c5a2d899e5",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/9fc7bd56b1d8f5b1c880eb32a0c2186ac7617d45",
"reference": "9fc7bd56b1d8f5b1c880eb32a0c2186ac7617d45",
"shasum": ""
},
"require": {
Expand All @@ -369,7 +369,7 @@
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^2.3"
},
"time": "2023-12-31T12:29:30+00:00",
"time": "2024-04-07T06:58:42+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.6.2"
"source": "https://github.com/Freemius/wordpress-sdk/tree/2.7.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' => '33f6655b35e71a19699a7c1438b94c5d16b51faf',
'reference' => 'b4e7c25a590e0c80a96babd73741f2b31a7af67f',
'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' => '33f6655b35e71a19699a7c1438b94c5d16b51faf',
'reference' => 'b4e7c25a590e0c80a96babd73741f2b31a7af67f',
'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.6.2',
'version' => '2.6.2.0',
'reference' => 'ea3a288e52ff74c755b3c1eb857f41c5a2d899e5',
'pretty_version' => '2.7.0',
'version' => '2.7.0.0',
'reference' => '9fc7bd56b1d8f5b1c880eb32a0c2186ac7617d45',
'type' => 'library',
'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
'aliases' => array(),
Expand Down
4 changes: 4 additions & 0 deletions vendor/freemius/wordpress-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,7 @@ The free version is the one that you should give your users to download. Therefo
Copyright (c) Freemius®, Inc.

Licensed under the GNU general public license (version 3).

## Contributing

Please see our [contributing guide](CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion vendor/freemius/wordpress-sdk/assets/css/admin/account.css
100644 → 100755

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

Loading

0 comments on commit 6379e84

Please sign in to comment.