Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 933b54b

Browse files
committed
Add changelog entries for v1.0.0-rc3
1 parent 25cc1ef commit 933b54b

File tree

1 file changed

+59
-42
lines changed

1 file changed

+59
-42
lines changed

CHANGELOG.md

Lines changed: 59 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [Version 1.0.0 (Release Candidate 3)] - 2019-07-24
9+
10+
* Ensure the orders query is adjusted as late as possible ([#126]).
11+
* Update the plugin license to GPLv3+ to match WooCommerce core ([#123]).
12+
* Define the compatibility policy for the plugin with regards to WordPress, WooCommerce, and PHP versions ([#120], [#127]).
13+
* Introduce PHPStan for static code analysis ([#116], [#117], props @szepeviktor).
14+
* Refresh and update Composer configuration and dependencies ([#121], [#124]).
15+
816
## [Version 1.0.0 (Release Candidate 2)] - 2018-12-14
917

1018
* Reduced overhead of PHP autoloader ([#86], props @schlessera).
@@ -57,45 +65,54 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5765
* Initial public release of the plugin in a beta state.
5866

5967

60-
[Unreleased]: https://github.com/liquidweb/woocommerce-order-tables/compare/master...develop
61-
[Version 1.0.0 (Release Candidate 2)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-rc2
62-
[Version 1.0.0 (Release Candidate)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-rc1
63-
[Version 1.0.0 (Beta 3)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.3
64-
[Version 1.0.0 (Beta 2)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.2
65-
[Version 1.0.0 (Beta 1)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.1
66-
[#2]: https://github.com/liquidweb/woocommerce-order-tables/pull/2
67-
[#5]: https://github.com/liquidweb/woocommerce-order-tables/pull/5
68-
[#8]: https://github.com/liquidweb/woocommerce-order-tables/pull/8
69-
[#9]: https://github.com/liquidweb/woocommerce-order-tables/pull/9
70-
[#12]: https://github.com/liquidweb/woocommerce-order-tables/pull/12
71-
[#15]: https://github.com/liquidweb/woocommerce-order-tables/pull/15
72-
[#26]: https://github.com/liquidweb/woocommerce-order-tables/pull/26
73-
[#28]: https://github.com/liquidweb/woocommerce-order-tables/pull/28
74-
[#35]: https://github.com/liquidweb/woocommerce-order-tables/pull/35
75-
[#36]: https://github.com/liquidweb/woocommerce-order-tables/pull/36
76-
[#38]: https://github.com/liquidweb/woocommerce-order-tables/pull/38
77-
[#43]: https://github.com/liquidweb/woocommerce-order-tables/issues/43
78-
[#46]: https://github.com/liquidweb/woocommerce-order-tables/pull/46
79-
[#50]: https://github.com/liquidweb/woocommerce-order-tables/pull/50
80-
[#51]: https://github.com/liquidweb/woocommerce-order-tables/pull/51
81-
[#52]: https://github.com/liquidweb/woocommerce-order-tables/pull/52
82-
[#53]: https://github.com/liquidweb/woocommerce-order-tables/pull/53
83-
[#60]: https://github.com/liquidweb/woocommerce-order-tables/pull/60
84-
[#61]: https://github.com/liquidweb/woocommerce-order-tables/pull/61
85-
[#64]: https://github.com/liquidweb/woocommerce-order-tables/pull/64
86-
[#65]: https://github.com/liquidweb/woocommerce-order-tables/pull/65
87-
[#72]: https://github.com/liquidweb/woocommerce-order-tables/pull/72
88-
[#78]: https://github.com/liquidweb/woocommerce-order-tables/pull/78
89-
[#79]: https://github.com/liquidweb/woocommerce-order-tables/pull/79
90-
[#80]: https://github.com/liquidweb/woocommerce-order-tables/pull/80
91-
[#81]: https://github.com/liquidweb/woocommerce-order-tables/pull/81
92-
[#82]: https://github.com/liquidweb/woocommerce-order-tables/pull/82
93-
[#84]: https://github.com/liquidweb/woocommerce-order-tables/pull/84
94-
[#86]: https://github.com/liquidweb/woocommerce-order-tables/pull/86
95-
[#87]: https://github.com/liquidweb/woocommerce-order-tables/pull/87
96-
[#88]: https://github.com/liquidweb/woocommerce-order-tables/pull/88
97-
[#91]: https://github.com/liquidweb/woocommerce-order-tables/pull/91
98-
[#94]: https://github.com/liquidweb/woocommerce-order-tables/pull/94
99-
[#101]: https://github.com/liquidweb/woocommerce-order-tables/pull/101
100-
[#103]: https://github.com/liquidweb/woocommerce-order-tables/pull/103
101-
[#104]: https://github.com/liquidweb/woocommerce-order-tables/pull/104
68+
[Unreleased]: https://github.com/liquidweb/woocommerce-custom-orders-table/compare/master...develop
69+
[Version 1.0.0 (Release Candidate 3)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-rc3
70+
[Version 1.0.0 (Release Candidate 2)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-rc2
71+
[Version 1.0.0 (Release Candidate)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-rc1
72+
[Version 1.0.0 (Beta 3)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-beta.3
73+
[Version 1.0.0 (Beta 2)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-beta.2
74+
[Version 1.0.0 (Beta 1)]: https://github.com/liquidweb/woocommerce-custom-orders-table/releases/tag/v1.0.0-beta.1
75+
[#2]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/2
76+
[#5]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/5
77+
[#8]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/8
78+
[#9]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/9
79+
[#12]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/12
80+
[#15]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/15
81+
[#26]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/26
82+
[#28]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/28
83+
[#35]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/35
84+
[#36]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/36
85+
[#38]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/38
86+
[#43]: https://github.com/liquidweb/woocommerce-custom-orders-table/issues/43
87+
[#46]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/46
88+
[#50]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/50
89+
[#51]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/51
90+
[#52]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/52
91+
[#53]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/53
92+
[#60]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/60
93+
[#61]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/61
94+
[#64]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/64
95+
[#65]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/65
96+
[#72]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/72
97+
[#78]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/78
98+
[#79]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/79
99+
[#80]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/80
100+
[#81]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/81
101+
[#82]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/82
102+
[#84]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/84
103+
[#86]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/86
104+
[#87]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/87
105+
[#88]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/88
106+
[#91]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/91
107+
[#94]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/94
108+
[#101]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/101
109+
[#103]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/103
110+
[#104]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/104
111+
[#116]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/116
112+
[#117]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/117
113+
[#120]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/120
114+
[#121]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/121
115+
[#123]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/123
116+
[#124]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/124
117+
[#126]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/126
118+
[#127]: https://github.com/liquidweb/woocommerce-custom-orders-table/pull/127

0 commit comments

Comments
 (0)