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

Commit 9ed8e59

Browse files
committed
Adding /vendor directory to release
1 parent 11693ed commit 9ed8e59

File tree

165 files changed

+9643
-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.

165 files changed

+9643
-0
lines changed

vendor/autoload.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
if (PHP_VERSION_ID < 50600) {
6+
echo '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;
7+
exit(1);
8+
}
9+
10+
require_once __DIR__ . '/composer/autoload_real.php';
11+
12+
return ComposerAutoloaderInit6b0e077a17cb4a937078570be5f9cbc4::getLoader();

vendor/autoload_packages.php

Lines changed: 13 additions & 0 deletions
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\jp6b0e077a17cb4a937078570be5f9cbc4;
9+
10+
// phpcs:ignore
11+
12+
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
13+
Autoloader::init();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/php/tmp
Lines changed: 336 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,336 @@
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+
## [2.11.11] - 2022-10-25
9+
### Changed
10+
- Sort data in generated `vendor/composer/jetpack_autoload_classmap.php` to avoid spurious diffs. [#26929]
11+
12+
## [2.11.10] - 2022-10-05
13+
14+
- Tests: Clear `COMPOSER_AUTH` environment variable when running Composer for tests. [#26404]
15+
16+
## [2.11.9] - 2022-09-27
17+
### Fixed
18+
- Tests: Clear `COMPOSER_AUTH` environment variable when running Composer for tests. [#26404]
19+
20+
## [2.11.8] - 2022-09-20
21+
### Fixed
22+
- Tests: skip test if it requires a version of Composer not compatible with the running version of PHP. [#26143]
23+
24+
## [2.11.7] - 2022-07-26
25+
### Changed
26+
- Updated package dependencies. [#25158]
27+
28+
## [2.11.6] - 2022-06-21
29+
### Changed
30+
- Renaming `master` to `trunk`.
31+
32+
## [2.11.5] - 2022-05-18
33+
### Fixed
34+
- Fix new PHPCS sniffs. [#24366]
35+
36+
## [2.11.4] - 2022-04-26
37+
### Changed
38+
- Updated package dependencies.
39+
40+
## [2.11.3] - 2022-04-19
41+
### Changed
42+
- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
43+
44+
## [2.11.2] - 2022-03-29
45+
### Changed
46+
- Microperformance: Use === null instead of is_null
47+
48+
## [2.11.1] - 2022-03-08
49+
### Removed
50+
- Removed the Upgrade Handler.
51+
52+
## [2.11.0] - 2022-03-08
53+
### Added
54+
- On plugin update, pre-load all (non-PSR-4) classes from the plugin to avoid mid-upgrade fatals.
55+
56+
## [2.10.13] - 2022-03-01
57+
### Fixed
58+
- Fix tests for upstream phpunit change.
59+
60+
## [2.10.12] - 2022-01-25
61+
### Changed
62+
- Updated package dependencies.
63+
64+
## [2.10.11] - 2022-01-04
65+
### Changed
66+
- Switch to pcov for code coverage.
67+
- Updated package dependencies
68+
69+
## [2.10.10] - 2021-11-16
70+
### Added
71+
- Soft return if autoloader chain is not available.
72+
73+
## [2.10.9] - 2021-11-02
74+
### Changed
75+
- Set `convertDeprecationsToExceptions` true in PHPUnit config.
76+
77+
## [2.10.8] - 2021-10-13
78+
### Changed
79+
- Updated package dependencies.
80+
81+
## [2.10.7] - 2021-10-07
82+
### Changed
83+
- Updated package dependencies
84+
85+
## [2.10.6] - 2021-09-28
86+
### Changed
87+
- Updated package dependencies.
88+
89+
## [2.10.5] - 2021-08-31
90+
### Changed
91+
- Run composer update on test-php command instead of phpunit
92+
- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
93+
94+
## [2.10.4] - 2021-08-10
95+
### Changed
96+
- Updated package dependencies.
97+
98+
## [2.10.3] - 2021-05-25
99+
### Changed
100+
- Updated package dependencies.
101+
102+
## [2.10.2] - 2021-04-27
103+
### Changed
104+
- Updated package dependencies.
105+
106+
## [2.10.1] - 2021-03-30
107+
### Added
108+
- Composer alias for dev-master, to improve dependencies
109+
- Tests: Added code coverage transformation
110+
111+
### Changed
112+
- Update package dependencies.
113+
114+
### Fixed
115+
- Fix coverage test
116+
- Fix uninstallation fatal
117+
- Update tests for changed composer 2.0.9 hash.
118+
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
119+
120+
## [2.10.0] - 2021-02-09
121+
122+
- Autoloader: test suite refactor
123+
124+
## [2.9.1] - 2021-02-05
125+
126+
- CI: Make tests more generic
127+
- Autoloader: stricter type-checking on WP functions
128+
- Autoloader: prevent transitive plugin execution
129+
130+
## [2.9.0] - 2021-01-25
131+
132+
- Autoloader: revised latest autoloader inclusion semantics
133+
- Add mirror-repo information to all current composer packages
134+
- Monorepo: Reorganize all projects
135+
- Autoloader: Don't cache deactivating plugins
136+
137+
## [2.8.0] - 2020-12-18
138+
139+
## [2.7.1] - 2020-12-18
140+
141+
- Autoloader: Added realpath resolution to plugin paths
142+
143+
## [2.7.0] - 2020-12-08
144+
145+
- Autoloader: Preemptively load unknown plugins from cache
146+
- Removed unwanted dot
147+
- Pin dependencies
148+
- Packages: Update for PHP 8 testing
149+
150+
## [2.6.0] - 2020-11-19
151+
152+
- Autoloader: AutoloadGenerator no longer extends Composer's AutoloadGenerator class
153+
- Autoloader: Reuse an existing autoloader suffix if available
154+
- Updated PHPCS: Packages and Debugger
155+
156+
## [2.5.0] - 2020-10-08
157+
158+
- Autoloader: remove the defined('JETPACK_AUTOLOAD_DEV') checks from the tests
159+
160+
## [2.4.0] - 2020-09-28
161+
162+
- Autoloader: remove the plugins_loaded bullet point from the README
163+
- Packages: avoid PHPCS warnings
164+
- Autoloader: add PSR-0 support
165+
- Autoloader: Detect filtering of active_plugins
166+
- Autoloader: Support unoptimized PSR-4
167+
168+
## [2.3.0] - 2020-08-21
169+
170+
- Autoloader: remove the plugin update hook
171+
172+
## [2.2.0] - 2020-08-14
173+
174+
- Autoloader: don't reset the autoloader version during plugin update
175+
- CI: Try collect js coverage
176+
177+
## [2.1.0] - 2020-07-27
178+
179+
- Autoloader: convert '\' directory separators to '/' in plugin paths
180+
- Autoloader: Avoid a PHP warning when an empty string is passed to `is_directory_plugin()`.
181+
- Autoloader: Tests: Use a string with define
182+
183+
## [2.0.2] - 2020-07-09
184+
185+
- Autoloader: Avoid a PHP warning when an empty string is passed to `is_directory_plugin()`.
186+
187+
## [2.0.1] - 2020-07-02
188+
189+
- Autoloader: Tests: Use a string with define
190+
191+
## [2.0.0] - 2020-06-29
192+
193+
## [2.0.0-beta] - 2020-06-29
194+
195+
- Autoloader: Support Composer v2.0
196+
- Autoloader: use paths to identify plugins instead of the directories
197+
- Autoloader: fix the fatal that occurs during plugin update
198+
- Autoloader: add fallback check for plugin path in mu-plugins
199+
- Autoloader: use JETPACK__PLUGIN_DIR when looking for the jetpack plugin directory.
200+
- Feature Branch: Update the Autoloader
201+
- PHPCS: Clean up the packages
202+
- PHPCS Updates after WPCS 2.3
203+
204+
## [1.7.0] - 2020-04-23
205+
206+
- Jetpack: Move comment notification override back to the constructor
207+
208+
## [1.6.0] - 2020-03-26
209+
210+
- Autoloader: Remove file check to improve performance.
211+
212+
## [1.5.0] - 2020-02-25
213+
214+
- Jetpack: instantiate manager object if it's null
215+
216+
## [1.4.1] - 2020-02-14
217+
218+
- Autoloader: Load only latest version of autoload files to avoid conflicts.
219+
220+
## [1.4.0] - 2020-01-23
221+
222+
- Autoloader: Remove the ignored classes
223+
224+
## [1.3.8] - 2020-01-14
225+
226+
- Trying to add deterministic initialization.
227+
- Autoloader: Remove Manager_Interface and Plugin\Tracking from ignored list
228+
- Autoloader: Remove Jetpack_IXR_Client from ignore list
229+
230+
## [1.3.7] - 2019-12-10
231+
232+
## [1.3.6] - 2019-12-09
233+
234+
- Autoloader: Use long-form sytax for array
235+
236+
## [1.3.5] - 2019-11-26
237+
238+
- Fix/php notice status
239+
240+
## [1.3.4] - 2019-11-08
241+
242+
- Deprecate Jetpack::is_development_mode() in favor of the packaged Status()-&gt;is_development_mode()
243+
244+
## [1.3.3] - 2019-10-28
245+
246+
- Packages: Add gitattributes files to all packages that need th…
247+
248+
## [1.3.2] - 2019-09-24
249+
250+
- Autoloader: Cover scenarios where composer/autoload_files.php…
251+
252+
## [1.3.1] - 2019-09-20
253+
254+
- Docs: Unify usage of @package phpdoc tags
255+
256+
## [1.3.0] - 2019-09-14
257+
258+
- Fix for empty namespaces. #13459
259+
- Connection: Move the Jetpack IXR client to the package
260+
- Adds full connection cycle capability to the Connection package.
261+
- Jetpack 7.5: Back compatibility package
262+
263+
## [1.2.0] - 2019-06-24
264+
265+
- Jetpack DNA: Add full classmap support to Autoloader
266+
- Move Jetpack_Sync_Main from legacy to PSR-4
267+
268+
## [1.1.0] - 2019-06-19
269+
270+
- Packages: Move autoloader tests to the package
271+
- DNA: Move Jetpack Usage tracking to its own file
272+
- Jetpack DNA: More isolation of Tracks Package
273+
- Autoloader: Ignore XMLRPC_Connector if called too early
274+
- Autoloader: Ignore Jetpack_Signature if called too early
275+
276+
## 1.0.0 - 2019-06-11
277+
278+
- Add Custom Autoloader
279+
280+
[2.11.11]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.10...v2.11.11
281+
[2.11.10]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.9...v2.11.10
282+
[2.11.9]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.8...v2.11.9
283+
[2.11.8]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.7...v2.11.8
284+
[2.11.7]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.6...v2.11.7
285+
[2.11.6]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.5...v2.11.6
286+
[2.11.5]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.4...v2.11.5
287+
[2.11.4]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.3...v2.11.4
288+
[2.11.3]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.2...v2.11.3
289+
[2.11.2]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.1...v2.11.2
290+
[2.11.1]: https://github.com/Automattic/jetpack-autoloader/compare/v2.11.0...v2.11.1
291+
[2.11.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.13...v2.11.0
292+
[2.10.13]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.12...v2.10.13
293+
[2.10.12]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.11...v2.10.12
294+
[2.10.11]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.10...v2.10.11
295+
[2.10.10]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.9...v2.10.10
296+
[2.10.9]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.8...v2.10.9
297+
[2.10.8]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.7...v2.10.8
298+
[2.10.7]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.6...v2.10.7
299+
[2.10.6]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.5...v2.10.6
300+
[2.10.5]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.4...v2.10.5
301+
[2.10.4]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.3...v2.10.4
302+
[2.10.3]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.2...v2.10.3
303+
[2.10.2]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.1...v2.10.2
304+
[2.10.1]: https://github.com/Automattic/jetpack-autoloader/compare/v2.10.0...v2.10.1
305+
[2.10.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.9.1...v2.10.0
306+
[2.9.1]: https://github.com/Automattic/jetpack-autoloader/compare/v2.9.0...v2.9.1
307+
[2.9.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.8.0...v2.9.0
308+
[2.8.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.7.1...v2.8.0
309+
[2.7.1]: https://github.com/Automattic/jetpack-autoloader/compare/v2.7.0...v2.7.1
310+
[2.7.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.6.0...v2.7.0
311+
[2.6.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.5.0...v2.6.0
312+
[2.5.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.4.0...v2.5.0
313+
[2.4.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.3.0...v2.4.0
314+
[2.3.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.2.0...v2.3.0
315+
[2.2.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.1.0...v2.2.0
316+
[2.1.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.0.2...v2.1.0
317+
[2.0.2]: https://github.com/Automattic/jetpack-autoloader/compare/v2.0.1...v2.0.2
318+
[2.0.1]: https://github.com/Automattic/jetpack-autoloader/compare/v2.0.0...v2.0.1
319+
[2.0.0]: https://github.com/Automattic/jetpack-autoloader/compare/v2.0.0-beta...v2.0.0
320+
[2.0.0-beta]: https://github.com/Automattic/jetpack-autoloader/compare/v1.7.0...v2.0.0-beta
321+
[1.7.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.6.0...v1.7.0
322+
[1.6.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.5.0...v1.6.0
323+
[1.5.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.4.1...v1.5.0
324+
[1.4.1]: https://github.com/Automattic/jetpack-autoloader/compare/v1.4.0...v1.4.1
325+
[1.4.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.8...v1.4.0
326+
[1.3.8]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.7...v1.3.8
327+
[1.3.7]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.6...v1.3.7
328+
[1.3.6]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.5...v1.3.6
329+
[1.3.5]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.4...v1.3.5
330+
[1.3.4]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.3...v1.3.4
331+
[1.3.3]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.2...v1.3.3
332+
[1.3.2]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.1...v1.3.2
333+
[1.3.1]: https://github.com/Automattic/jetpack-autoloader/compare/v1.3.0...v1.3.1
334+
[1.3.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.2.0...v1.3.0
335+
[1.2.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.1.0...v1.2.0
336+
[1.1.0]: https://github.com/Automattic/jetpack-autoloader/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)