Skip to content

Commit fda25f9

Browse files
committed
Update dependencies
1 parent f73fee0 commit fda25f9

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

CHANGELOG.md

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
44

5-
## [Unreleased]
6-
7-
### Changed
8-
9-
- Update URI tag
10-
- Requires at least tag
11-
125
## 1.0.0 - 2025-03-02
136

147
- Initial release.

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
{
77
"name": "Sérgio Santos",
88
"url": "https://s3rgiosan.dev"
9-
},
10-
{
11-
"name": "Luís Rodrigues",
12-
"url": "https://goblindegook.com"
139
}
1410
],
1511
"license": "MIT",

vendor/composer/autoload_classmap.php

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'S3S\\WP\\MediaChrome\\Plugin' => $baseDir . '/includes/Plugin.php',
1414
'S3S\\WP\\MediaChrome\\ProviderRegistry' => $baseDir . '/includes/ProviderRegistry.php',
1515
'S3S\\WP\\MediaChrome\\Provider\\AbstractProvider' => $baseDir . '/includes/Provider/AbstractProvider.php',
16+
'S3S\\WP\\MediaChrome\\Provider\\Spotify' => $baseDir . '/includes/Provider/Spotify.php',
1617
'S3S\\WP\\MediaChrome\\Provider\\Vimeo' => $baseDir . '/includes/Provider/Vimeo.php',
1718
'S3S\\WP\\MediaChrome\\Provider\\Wistia' => $baseDir . '/includes/Provider/Wistia.php',
1819
'S3S\\WP\\MediaChrome\\Provider\\YouTube' => $baseDir . '/includes/Provider/YouTube.php',

vendor/composer/autoload_static.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ComposerStaticInitad95e40ee0ed38d682e252d526ef2a83
3333
'S3S\\WP\\MediaChrome\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',
3434
'S3S\\WP\\MediaChrome\\ProviderRegistry' => __DIR__ . '/../..' . '/includes/ProviderRegistry.php',
3535
'S3S\\WP\\MediaChrome\\Provider\\AbstractProvider' => __DIR__ . '/../..' . '/includes/Provider/AbstractProvider.php',
36+
'S3S\\WP\\MediaChrome\\Provider\\Spotify' => __DIR__ . '/../..' . '/includes/Provider/Spotify.php',
3637
'S3S\\WP\\MediaChrome\\Provider\\Vimeo' => __DIR__ . '/../..' . '/includes/Provider/Vimeo.php',
3738
'S3S\\WP\\MediaChrome\\Provider\\Wistia' => __DIR__ . '/../..' . '/includes/Provider/Wistia.php',
3839
'S3S\\WP\\MediaChrome\\Provider\\YouTube' => __DIR__ . '/../..' . '/includes/Provider/YouTube.php',

vendor/composer/installed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 's3rgiosan/wp-media-chrome',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '0b2c66862fed98ada17b785d45a7d5d59d6a04ca',
6+
'reference' => 'f73fee09f57ae6d390ff9a2defab33f5c633b4c3',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
's3rgiosan/wp-media-chrome' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => '0b2c66862fed98ada17b785d45a7d5d59d6a04ca',
16+
'reference' => 'f73fee09f57ae6d390ff9a2defab33f5c633b4c3',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)