Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 775 Bytes

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 775 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.3

Changed

  • Fixed running cron on subfolder multisites.

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.