Skip to content

Commit 8d09e79

Browse files
V 1.5
### Removed * `defined( 'ABSPATH' ) || exit;` To avoid script crashing while running PHPCS
1 parent a60d27c commit 8d09e79

File tree

3 files changed

+61
-6
lines changed

3 files changed

+61
-6
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# 📝 Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## 1.5 - 11/04/2021
8+
### Removed
9+
* `defined( 'ABSPATH' ) || exit;` To avoid script crashing while running PHPCS
10+
11+
## 1.4.1 - 20/05/2020
12+
### Fixed
13+
* Composer Auto loader issue
14+
15+
## 1.4 - 24/07/2019
16+
### Fixed
17+
* Database Version Bug Fixed
18+
19+
### Changed
20+
* Codeclean up done
21+
22+
## 1.3 - 07/05/2019
23+
### Changed
24+
* Minor Update
25+
26+
## 1.2.1 - 20/12/2018
27+
### Added
28+
* `composer.json` With PSR4 Standards Autoloader
29+
30+
## 1.2 - 20/12/2018
31+
### Added
32+
* `composer.json` With PSR4 Standards Autoloader
33+
34+
## 1.1 - 20/12/2018
35+
### Added
36+
* Composer Auto load Support
37+
38+
## 1.0 - 17/12/2018
39+
### First Release
40+
41+
<!--
42+
## Unreleased
43+
44+
## 1.0 - 01/02/2020
45+
### Added
46+
47+
### Changed
48+
49+
### Deprecated
50+
51+
### Removed
52+
53+
### Fixed
54+
55+
### Security
56+
57+
-->

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ Or **install it manually**:
2424

2525

2626
---
27-
## Sponsored By
28-
[![DigitalOcean](https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/DO_Logo_Horizontal_Blue.png)](https://s.svarun.in/Ef)
27+
28+
<!-- START common-footer.mustache -->
29+
30+
<!-- END common-footer.mustache -->

src/DB_Table.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
namespace Varunsridharan\WordPress;
55

6-
if ( ! defined( 'ABSPATH' ) ) {
7-
die;
8-
}
9-
106
use TheLeague\Database\Query_Builder;
117

128
if ( ! class_exists( '\Varunsridharan\WordPress\DB_Table' ) ) {

0 commit comments

Comments
 (0)