Skip to content

Commit d9eeb4f

Browse files
committed
Working on readme
1 parent 64355a2 commit d9eeb4f

File tree

5 files changed

+37
-46
lines changed

5 files changed

+37
-46
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,35 @@
1-
# Disable image sizes for WordPress & plugins
1+
# Disable generated image sizes plugin for WordPress
22

3-
`wp-disable-image-sizes` plugin completely and for real disables WordPress & plugins image sizes generation.
3+
`wp-disable-generated-image-sizes` plugin completely and for real disables WordPress & plugins image sizes generation with no need for configuration
44

5+
+ Last update: June 2021
56
+ Supports `woocommerce` and any other plugins
67
+ No need for configuration. Activate and go
78
+ Tested with `Wordpress 5.7.2` & `php 8.0`
89
+ Only 3 lines of code
910
+ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs
1011

11-
## Install
12+
## Requirements
1213

13-
### WordPress Plugins Repository
14+
- Requires WP at least: `4.5`
15+
- Tested up to WP: `5.7.2`
16+
- Requires PHP: `7.1`
1417

15-
### Composer
18+
## Install & Activate plugin
1619

17-
### Wpackagist
20+
### ZIP Upload
1821

19-
### Github Plugins Update
22+
1. Download `wp-disable-generated-image-sizes.zip` from here
23+
2. Login to Wordpress Admin Dashboard
24+
2. Navigate to `Plugins` > `Add new`
25+
3. Press `Upload Plugin` and chose `wp-disable-generated-image-sizes.zip`
26+
2. `Activate` the plugin through the `Plugins` menu in WordPress
2027

21-
### Download ZIP
28+
### FTP
29+
30+
1. Upload folder `wp-disable-generated-image-sizes` to the `/wp-content/plugins/` directory
31+
2. Activate the plugin through the 'Plugins' menu in WordPress
32+
33+
## Regenerate thumbnails
34+
35+
You probably will need to [regenerate thumbnails](https://wordpress.org/search/regenerate+thumbnails) after install.

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

readme.txt

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,31 @@
1-
=== Wp Disable Image Sizes ===
2-
Contributors: (this should be a list of wordpress.org userid's)
3-
Donate link: https://example.com/
4-
Tags: comments, spam
1+
=== Wp Disable image sizes ===
2+
Contributors: ()
3+
Tags: images, disable-images, media, jpg, png, sizes, thumbnails
54
Requires at least: 4.5
65
Tested up to: 5.7.2
7-
Requires PHP: 5.6
6+
Requires PHP: 7.1
87
Stable tag: 0.1.0
98
License: GPLv2 or later
109
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1110

12-
Here is a short description of the plugin. This should be no more than 150 characters. No markup here.
11+
Disable Wordpress & plugins image sizes. No need for configuration, activate and go
1312

1413
== Description ==
1514

16-
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
15+
`wp-disable-image-sizes` plugin completely and for real disables WordPress & plugins image sizes generation.
1716

18-
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
19-
Markdown parsed.
20-
21-
A few notes about the sections above:
22-
23-
* "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames
24-
* "Tags" is a comma separated list of tags that apply to the plugin
25-
* "Requires at least" is the lowest version that the plugin will work on
26-
* "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
27-
higher versions... this is just the highest one you've verified.
28-
* Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
29-
stable.
30-
31-
Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so
32-
if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used
33-
for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt`
34-
is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in
35-
your in-development version, without having that information incorrectly disclosed about the current stable version
36-
that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.
37-
38-
If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where
39-
you put the stable version, in order to eliminate any doubt.
17+
+ Supports `woocommerce` and any other plugins
18+
+ No need for configuration. Activate and go
19+
+ Tested with `Wordpress 5.7.2` & `php 8.0`
20+
+ Only 3 lines of code
21+
+ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs
4022

4123
== Installation ==
4224

43-
This section describes how to install the plugin and get it working.
44-
45-
e.g.
25+
No need for configuration. Install, Activate and Go!
4626

47-
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
48-
1. Activate the plugin through the 'Plugins' menu in WordPress
49-
1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
27+
1. Upload `wp-disable-image-sizes` to the `/wp-content/plugins/` directory
28+
2. Activate the plugin through the 'Plugins' menu in WordPress
5029

5130
== Frequently Asked Questions ==
5231

wp-disable-image-sizes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Plugin Name: Disable image sizes
3+
* Plugin Name: Wp Disable Generated image sizes
44
* Plugin URI: https://github.com/andriilive/wp-disable-image-sizes
55
* Description: Disable Wordpress & plugins image sizes. No need for configuration, activate and go
66
* Version: 1.0.0

0 commit comments

Comments
 (0)