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

Commit 3b6aca3

Browse files
committed
Adding /vendor directory to release
1 parent c489088 commit 3b6aca3

File tree

165 files changed

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

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

0 commit comments

Comments
 (0)