Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.04 KB

📝 Change Log

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.6.2 - 11/04/2021

Removed

  • defined( 'ABSPATH' ) || exit; To avoid script crashing while running PHPCS

1.6.1 - 28/06/2019

Changed

  • Cleanup Done

1.6 - 07/05/2019

Added

  • class_exists check in php

1.5 - 03/05/2019

Added

  • Option to check if a plugin is installed wp_is_plugin_installed

1.4 - 12/04/2019

Fixed

  • Issue with Dependencies::version function fixed.

1.3 - 15/01/2019

Fixed

  • Composer Issue

1.2 - 15/01/2019

Fixed

  • Composer Issue

1.1 - 07/01/2019

Added

  • Option To Get WordPress Version.
  • Option To Get PHP Version.
  • Option To Get MySql Version.

1.0 - 31/12/2018

First Release