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

Commit cc88d38

Browse files
committed
Adding /vendor directory to release
1 parent bf315e0 commit cc88d38

File tree

165 files changed

+9581
-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

+9581
-0
lines changed

vendor/autoload.php

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

0 commit comments

Comments
 (0)