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

Commit c0e2143

Browse files
committed
Adding /vendor directory to release
1 parent 7ed0c0d commit c0e2143

File tree

165 files changed

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

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

0 commit comments

Comments
 (0)