Skip to content

Commit

Permalink
V1.6
Browse files Browse the repository at this point in the history
### Changed
* Codeclean up

### Removed
* `defined( 'ABSPATH' ) || exit;` To avoid script crashing while running PHPCS
  • Loading branch information
varunsridharan committed Apr 11, 2021
1 parent 862a0f1 commit 0654615
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 5 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 📝 Change Log

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.6 - 07/05/2019
### Changed
* Codeclean up

### Removed
* `defined( 'ABSPATH' ) || exit;` To avoid script crashing while running PHPCS

## 1.5 - 07/05/2019
### Added
* `class_exists` check in php

## 1.4 - 06/05/2019
### Fixed
* Issue with [wordpress.org](https://wordpress.org) link generation

## 1.3 - 14/01/2019
### Fixed
* Issue With Autoloader

## 1.2.1 - 20/12/2018
### Changed
* `composer.json` With PSR4 Standards Autoloader

## 1.2 - 20/12/2018
### Changed
* `composer.json` With PSR4 Standards Autoloader

## 1.1 - 20/12/2018
### Added
* `composer.json` Auto load Support

## 1.0 - 17/12/2018
### First Release


<!--
## Unreleased
## 1.0 - 01/02/2020
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
6 changes: 4 additions & 2 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@ $review_instance = new Varunsridharan\WordPress\Review_Me(array(


---
## Sponsored By
[![DigitalOcean](https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/DO_Logo_Horizontal_Blue-small.png)](https://s.svarun.in/Ef) [![JetBrains](https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/phpstorm-small.png?v3)](https://www.jetbrains.com)

<!-- START common-footer.mustache -->

<!-- END common-footer.mustache -->
3 changes: 0 additions & 3 deletions src/Review_Me.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

namespace Varunsridharan\WordPress;

if ( ! defined( 'WPINC' ) ) {
die;
}

if ( ! class_exists( '\Varunsridharan\WordPress\Review_Me' ) ) {
/**
Expand Down

0 comments on commit 0654615

Please sign in to comment.