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

Commit 77db96f

Browse files
committed
Adding /vendor directory to release
1 parent dff1e18 commit 77db96f

File tree

165 files changed

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

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

0 commit comments

Comments
 (0)