Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 2511fa9

Browse files
committed
Adding /vendor directory to release
1 parent bae6a6a commit 2511fa9

File tree

261 files changed

+31251
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+31251
-0
lines changed

vendor/autoload.php

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
if (PHP_VERSION_ID < 50600) {
6+
if (!headers_sent()) {
7+
header('HTTP/1.1 500 Internal Server Error');
8+
}
9+
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10+
if (!ini_get('display_errors')) {
11+
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12+
fwrite(STDERR, $err);
13+
} elseif (!headers_sent()) {
14+
echo $err;
15+
}
16+
}
17+
trigger_error(
18+
$err,
19+
E_USER_ERROR
20+
);
21+
}
22+
23+
require_once __DIR__ . '/composer/autoload_real.php';
24+
25+
return ComposerAutoloaderInit19c41eb809cb908651d3af21bc3ba2ad::getLoader();

vendor/autoload_packages.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* This file was automatically generated by automattic/jetpack-autoloader.
4+
*
5+
* @package automattic/jetpack-autoloader
6+
*/
7+
8+
namespace Automattic\Jetpack\Autoloader\jp19c41eb809cb908651d3af21bc3ba2ad\al2_12_0;
9+
10+
// phpcs:ignore
11+
12+
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
13+
Autoloader::init();
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.4.22] - 2023-09-19
9+
- Minor internal updates.
10+
11+
## [1.4.21] - 2023-08-23
12+
### Changed
13+
- Updated package dependencies. [#32605]
14+
15+
## [1.4.20] - 2023-04-10
16+
### Added
17+
- Add Jetpack Autoloader package suggestion. [#29988]
18+
19+
## [1.4.19] - 2023-02-20
20+
### Changed
21+
- Minor internal updates.
22+
23+
## [1.4.18] - 2023-01-11
24+
### Changed
25+
- Updated package dependencies.
26+
27+
## [1.4.17] - 2022-12-02
28+
### Changed
29+
- Updated package dependencies. [#27688]
30+
31+
## [1.4.16] - 2022-11-22
32+
### Changed
33+
- Updated package dependencies. [#27043]
34+
35+
## [1.4.15] - 2022-07-26
36+
### Changed
37+
- Updated package dependencies. [#25158]
38+
39+
## [1.4.14] - 2022-06-21
40+
### Changed
41+
- Renaming master to trunk.
42+
43+
## [1.4.13] - 2022-04-26
44+
### Changed
45+
- Updated package dependencies.
46+
47+
## [1.4.12] - 2022-01-25
48+
### Changed
49+
- Updated package dependencies.
50+
51+
## [1.4.11] - 2022-01-04
52+
### Changed
53+
- Switch to pcov for code coverage.
54+
- Updated package dependencies
55+
56+
## [1.4.10] - 2021-12-14
57+
### Changed
58+
- Updated package dependencies.
59+
60+
## [1.4.9] - 2021-11-02
61+
### Changed
62+
- Set `convertDeprecationsToExceptions` true in PHPUnit config.
63+
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
64+
65+
## [1.4.8] - 2021-10-13
66+
### Changed
67+
- Updated package dependencies.
68+
69+
## [1.4.7] - 2021-10-12
70+
### Changed
71+
- Updated package dependencies
72+
73+
## [1.4.6] - 2021-09-28
74+
### Changed
75+
- Updated package dependencies.
76+
77+
## [1.4.5] - 2021-08-30
78+
### Changed
79+
- Run composer update on test-php command instead of phpunit
80+
- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
81+
- updated annotations versions
82+
83+
## [1.4.4] - 2021-05-25
84+
### Changed
85+
- Updated package dependencies.
86+
87+
## [1.4.3] - 2021-04-08
88+
### Changed
89+
- Packaging and build changes, no change to the package itself.
90+
91+
## [1.4.2] - 2021-03-30
92+
### Added
93+
- Composer alias for dev-master, to improve dependencies
94+
95+
### Changed
96+
- Update package dependencies.
97+
98+
### Fixed
99+
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
100+
101+
## [1.4.1] - 2021-02-05
102+
103+
- CI: Make tests more generic
104+
105+
## [1.4.0] - 2021-01-20
106+
107+
- Add mirror-repo information to all current composer packages
108+
109+
## [1.3.0] - 2020-12-17
110+
111+
- Coverage Update whitelist for backend tests
112+
- Pin dependencies
113+
- Packages: Update for PHP 8 testing
114+
115+
## [1.2.0] - 2020-09-17
116+
117+
## [1.1.1] - 2020-09-17
118+
119+
- a8c-mc-stats: Do not distribute test files
120+
121+
## [1.1.0] - 2020-08-13
122+
123+
- CI: Try collect js coverage
124+
125+
## 1.0.0 - 2020-07-27
126+
127+
- Creates the MC Stats package
128+
129+
[1.4.22]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22
130+
[1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21
131+
[1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20
132+
[1.4.19]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.18...v1.4.19
133+
[1.4.18]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.17...v1.4.18
134+
[1.4.17]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.16...v1.4.17
135+
[1.4.16]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.15...v1.4.16
136+
[1.4.15]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.14...v1.4.15
137+
[1.4.14]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.13...v1.4.14
138+
[1.4.13]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.12...v1.4.13
139+
[1.4.12]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.11...v1.4.12
140+
[1.4.11]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.10...v1.4.11
141+
[1.4.10]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.9...v1.4.10
142+
[1.4.9]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.8...v1.4.9
143+
[1.4.8]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.7...v1.4.8
144+
[1.4.7]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.6...v1.4.7
145+
[1.4.6]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.5...v1.4.6
146+
[1.4.5]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.4...v1.4.5
147+
[1.4.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.3...v1.4.4
148+
[1.4.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.2...v1.4.3
149+
[1.4.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.1...v1.4.2
150+
[1.4.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.0...v1.4.1
151+
[1.4.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.3.0...v1.4.0
152+
[1.3.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.2.0...v1.3.0
153+
[1.2.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.1...v1.2.0
154+
[1.1.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.0...v1.1.1
155+
[1.1.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)