Skip to content

Commit ae45340

Browse files
author
Akshay Paghdar
committed
Prepare For v1.0.2 Release
1 parent 7b48d3b commit ae45340

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
= v1.0.2 (March 9, 2020) =
2+
* Bug: Fixed installation error
3+
* Bug: Fixed file upload error
4+
* Feature: Customize slug
5+
* Feature: Text based editor for html, JS and CSS files
6+
* Feature: Upload files anywhere in the tree.
7+
* Feature: New directory tree structure

drophtml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: DropHTML
44
* Description: Simply drop static HTML zip files and see the magic!
5-
* Version: 1.0.0
5+
* Version: 1.0.2
66
* Requires at least: 4.8
77
* License: GPL v2 or later
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

includes/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function __call( $name = '', $args = [] ) {
110110
*/
111111
private function setup_globals() {
112112
/* Versions **********************************************************/
113-
$this->db_version = '100'; // Bumped up on api changes that need a db update for compatibility
113+
$this->db_version = '102'; // Bumped up on api changes that need a db update for compatibility
114114

115115
/* Paths *************************************************************/
116116

readme.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: static files, landing page, html files, host static files
44
Requires at least: 4.8
55
Tested up to: 5.3.2
66
Requires PHP: 5.4
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.2
88

99
Simply drop static HTML zip files and see the magic!
1010

@@ -17,3 +17,14 @@ Once you upload your zip file you will get /drop/ url which hosts the HTML files
1717

1818
== Installation ==
1919
Upload and enjoy.
20+
21+
22+
== Changelog ==
23+
24+
= v1.0.2 (March 9, 2020)=
25+
* Bug: Fixed installation error
26+
* Bug: Fixed file upload error
27+
* Feature: Customize slug
28+
* Feature: Text based editor for html, JS and CSS files
29+
* Feature: Upload files anywhere in the tree.
30+
* Feature: New directory tree structure

0 commit comments

Comments
 (0)