Plugin Directory

source: jetpack/trunk/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md @ 3056649

Last change on this file since 3056649 was 3056649, checked in by zinigor, 4 months ago

Updating trunk to version 13.2.2

File size: 7.3 KB
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [2.0.0] - 2023-11-20
9### Changed
10- Replaced usage of strpos() with str_starts_with(). [#34135]
11- Updated required PHP version to >= 7.0. [#34192]
12
13## [1.7.27] - 2023-09-19
14
15- Minor internal updates.
16
17## [1.7.26] - 2023-08-23
18### Changed
19- Updated package dependencies. [#32605]
20
21## [1.7.25] - 2023-04-10
22### Added
23- Add Jetpack Autoloader package suggestion. [#29988]
24
25## [1.7.24] - 2023-02-20
26### Changed
27- Minor internal updates.
28
29## [1.7.23] - 2023-01-11
30### Changed
31- Updated package dependencies.
32
33## [1.7.22] - 2022-12-19
34### Changed
35- Updated package dependencies.
36
37## [1.7.21] - 2022-12-02
38### Changed
39- Updated package dependencies. [#27688]
40
41## [1.7.20] - 2022-11-22
42### Changed
43- Updated package dependencies. [#27043]
44
45## [1.7.19] - 2022-11-07
46### Changed
47- Updated package dependencies. [#27278]
48
49## [1.7.18] - 2022-07-26
50### Changed
51- Updated package dependencies. [#25158]
52
53## [1.7.17] - 2022-06-21
54### Changed
55- Renaming master to trunk.
56
57## [1.7.16] - 2022-06-14
58### Changed
59- Updated package dependencies. [#24529]
60
61## [1.7.15] - 2022-05-10
62
63## [1.7.14] - 2022-04-26
64### Changed
65- Updated package dependencies.
66
67## [1.7.13] - 2022-04-05
68### Changed
69- Updated package dependencies.
70
71## [1.7.12] - 2022-03-02
72### Changed
73- Updated package dependencies.
74
75## [1.7.11] - 2022-02-22
76### Changed
77- Updated package dependencies.
78
79## [1.7.10] - 2022-01-25
80### Changed
81- Updated package dependencies.
82
83## [1.7.9] - 2022-01-04
84### Changed
85- Switch to pcov for code coverage.
86- Updated package dependencies
87
88## [1.7.8] - 2021-12-14
89### Changed
90- Updated package dependencies.
91
92## [1.7.7] - 2021-11-22
93### Changed
94- Updated package dependencies
95
96## [1.7.6] - 2021-11-02
97### Changed
98- Set `convertDeprecationsToExceptions` true in PHPUnit config.
99- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
100
101## [1.7.5] - 2021-10-26
102### Changed
103- Updated package dependencies.
104
105## [1.7.4] - 2021-10-13
106### Changed
107- Updated package dependencies.
108
109## [1.7.3] - 2021-10-12
110### Changed
111- Updated package dependencies
112
113## [1.7.2] - 2021-09-28
114### Changed
115- Updated package dependencies.
116
117## [1.7.1] - 2021-08-30
118### Changed
119- Run composer update on test-php command instead of phpunit
120- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
121
122## [1.7.0] - 2021-06-29
123### Changed
124- Allow any argument to be passed.
125- Improve documentation.
126
127## [1.6.1] - 2021-06-15
128### Changed
129- Updated package dependencies.
130
131## [1.6.0] - 2021-05-25
132### Removed
133- Removed filter from the final Redirect URL
134
135## [1.5.5] - 2021-04-27
136### Changed
137- Updated package dependencies.
138
139## [1.5.4] - 2021-03-30
140### Added
141- Composer alias for dev-master, to improve dependencies
142
143### Changed
144- Update package dependencies.
145- Userless Connection: Redirect "userless" users to the "Plans" page
146
147### Fixed
148- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
149
150## [1.5.3] - 2021-02-23
151
152- CI: Make tests more generic
153
154## [1.5.2] - 2021-01-26
155
156- Update dependencies to latest stable
157
158## [1.5.1] - 2021-01-26
159
160- Add mirror-repo information to all current composer packages
161- Monorepo: Reorganize all projects
162
163## [1.5.0] - 2021-01-05
164
165- Update dependency brain/monkey to v2.6.0
166- Pin dependencies
167- Packages: Update for PHP 8 testing
168- Pin dependency brain/monkey to 2.5.0
169
170## [1.4.1] - 2020-11-24
171
172- Status: Introduce get_site_suffix method
173
174## [1.4.0] - 2020-10-27
175
176- Masterbar: Add Admin Menu endpoint
177
178## [1.3.0] - 2020-08-14
179
180- Packages: Update filenames after #16810
181- CI: Try collect js coverage
182- Docker: Add package testing shortcut
183
184## [1.2.0] - 2020-06-16
185
186- Add a trailing / to jetpack.com/redirect URLs.
187
188## [1.1.0] - 2020-05-22
189
190- add filter to Redirect::get_url
191
192## 1.0.0 - 2020-04-24
193
194- Create Jetpack Redirect package
195
196[2.0.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.27...v2.0.0
197[1.7.27]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.26...v1.7.27
198[1.7.26]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.25...v1.7.26
199[1.7.25]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.24...v1.7.25
200[1.7.24]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.23...v1.7.24
201[1.7.23]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.22...v1.7.23
202[1.7.22]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.21...v1.7.22
203[1.7.21]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.20...v1.7.21
204[1.7.20]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.19...v1.7.20
205[1.7.19]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.18...v1.7.19
206[1.7.18]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.17...v1.7.18
207[1.7.17]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.16...v1.7.17
208[1.7.16]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.15...v1.7.16
209[1.7.15]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.14...v1.7.15
210[1.7.14]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.13...v1.7.14
211[1.7.13]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.12...v1.7.13
212[1.7.12]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.11...v1.7.12
213[1.7.11]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.10...v1.7.11
214[1.7.10]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.9...v1.7.10
215[1.7.9]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.8...v1.7.9
216[1.7.8]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.7...v1.7.8
217[1.7.7]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.6...v1.7.7
218[1.7.6]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.5...v1.7.6
219[1.7.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.4...v1.7.5
220[1.7.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.3...v1.7.4
221[1.7.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.2...v1.7.3
222[1.7.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.1...v1.7.2
223[1.7.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.0...v1.7.1
224[1.7.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.1...v1.7.0
225[1.6.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.0...v1.6.1
226[1.6.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.5...v1.6.0
227[1.5.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.4...v1.5.5
228[1.5.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.3...v1.5.4
229[1.5.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.2...v1.5.3
230[1.5.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.1...v1.5.2
231[1.5.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.0...v1.5.1
232[1.5.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.4.1...v1.5.0
233[1.4.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.4.0...v1.4.1
234[1.4.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.3.0...v1.4.0
235[1.3.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.2.0...v1.3.0
236[1.2.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.1.0...v1.2.0
237[1.1.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.0.0...v1.1.0
Note: See TracBrowser for help on using the repository browser.