Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 705 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 705 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.2

Changed

  • Fixed a typo.

1.0.1

Changed

  • Removed require_auth().
  • Added basic auth headers on wp_remote_get().
  • Added a message on invalid request.

1.0.0

Added

  • README.md and plugin documentation.
  • CHANGELOG.md for to log changes made to this project.
  • plugin.php is the mu-plugin file containing the plugin code.
  • composer.json to enable installing with Composer.
  • LICENSE contains the license information.