Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 22, 2024
1 parent 4d878e1 commit e771f0d
Show file tree
Hide file tree
Showing 42 changed files with 2,617 additions and 962 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.8.1",
"version_normalized": "2.8.1.0",
"version": "2.9.0",
"version_normalized": "2.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/Freemius/wordpress-sdk.git",
"reference": "cc31279d088909135b6b2d8b4f2696312f5731fc"
"reference": "56696717c5f0b7fb395618e88e1b592d1893e5dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/cc31279d088909135b6b2d8b4f2696312f5731fc",
"reference": "cc31279d088909135b6b2d8b4f2696312f5731fc",
"url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/56696717c5f0b7fb395618e88e1b592d1893e5dc",
"reference": "56696717c5f0b7fb395618e88e1b592d1893e5dc",
"shasum": ""
},
"require": {
Expand All @@ -369,7 +369,7 @@
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^2.3"
},
"time": "2024-09-19T15:55:19+00:00",
"time": "2024-10-21T10:21:58+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.8.1"
"source": "https://github.com/Freemius/wordpress-sdk/tree/2.9.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' => '6fec9c180a205a1c41dfebea1e1ed1c690741a64',
'reference' => '43b9178e0f34f36c00ccad970e8c22c5e4572c0b',
'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' => '6fec9c180a205a1c41dfebea1e1ed1c690741a64',
'reference' => '43b9178e0f34f36c00ccad970e8c22c5e4572c0b',
'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.8.1',
'version' => '2.8.1.0',
'reference' => 'cc31279d088909135b6b2d8b4f2696312f5731fc',
'pretty_version' => '2.9.0',
'version' => '2.9.0.0',
'reference' => '56696717c5f0b7fb395618e88e1b592d1893e5dc',
'type' => 'library',
'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
'aliases' => array(),
Expand Down

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/freemius/wordpress-sdk/assets/js/jquery.form.js

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

Loading

0 comments on commit e771f0d

Please sign in to comment.