Version Description
Nothing for now
Download this release
Release Info
Developer | alticreation |
Plugin | Protect uploads |
Version | 0.5.1 |
Comparing to | |
See all releases |
Code changes from version 0.4 to 0.5.1
- includes/class-protect-uploads.php +1 -1
- protect-uploads.php +1 -1
- readme.txt +1 -1
includes/class-protect-uploads.php
CHANGED
@@ -9,7 +9,7 @@ class Alti_ProtectUploads
|
|
9 |
|
10 |
public function __construct()
|
11 |
{
|
12 |
-
$this->version = '0.
|
13 |
$this->plugin_name = 'protect-uploads';
|
14 |
$this->load_dependencies();
|
15 |
$this->set_locale();
|
9 |
|
10 |
public function __construct()
|
11 |
{
|
12 |
+
$this->version = '0.5.1';
|
13 |
$this->plugin_name = 'protect-uploads';
|
14 |
$this->load_dependencies();
|
15 |
$this->set_locale();
|
protect-uploads.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Protect Uploads
|
4 |
* Plugin URI: https://wordpress.org/support/plugin/protect-uploads/
|
5 |
* Description: Protect your uploads directory. Avoid browsing of your uploads directory by adding a htaccess file or an index.php file.
|
6 |
-
* Version: 0.
|
7 |
* Author: alticreation
|
8 |
* License: GPL-2.0+
|
9 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
3 |
* Plugin Name: Protect Uploads
|
4 |
* Plugin URI: https://wordpress.org/support/plugin/protect-uploads/
|
5 |
* Description: Protect your uploads directory. Avoid browsing of your uploads directory by adding a htaccess file or an index.php file.
|
6 |
+
* Version: 0.5.1
|
7 |
* Author: alticreation
|
8 |
* License: GPL-2.0+
|
9 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: uploads, protection, images protection, browsing images, uploads folder, i
|
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 6.0.1
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 6.0.1
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 0.5.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|