You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
The changelog adheres to the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) standard, and codifies our usage of semantic versioning moving forward.
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
+
8
+
## [Version 1.0.0 (Beta 2)] - 2017-12-22
9
+
10
+
* Clean up codebase to adhere to the [WordPress coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/), and introduce an `.editorconfig` to make this kind of change less likely in the future ([#8])
11
+
* Introduced automated unit tests via the WordPress core test suite ([#9])
12
+
* Fixed bug where custom database table was not being created upon plugin activation ([#5], [#9])
13
+
* General documentation updates ([#2])
14
+
15
+
## [Version 1.0.0 (Beta 1)] - 2017-10-02
16
+
17
+
* Initial public release of the plugin in a beta state.
0 commit comments