PluginProbe
Plus WebP or AVIF / 2.05
Plus WebP or AVIF v2.05
5.21 5.20 5.12 5.11 trunk 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 2.00 2.01 2.02 2.03 2.04 2.05 All 47 releases
plus-webp / readme.txt

readme.txt in Plus WebP or AVIF 2.05, at readme.txt

111 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plus WebP ===
2 Contributors: Katsushi Kawamori
3 Donate link: https://shop.riverforest-wp.info/donate/
4 Tags: media, upload, webp
5 Requires at least: 4.6
6 Requires PHP: 5.6
7 Tested up to: 5.6
8 Stable tag: 2.05
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Generate WebP.
13
14 == Description ==
15
16 = Generate WebP =
17 * Generate WebP file when adding image file in Media Library.
18 * Generate WebP from all the images by ajax.
19 * Generate WebP from all the images in the background.
20 * Optionally, Can replace image files with WebP when adding new media, and delete the original image file. Also, when generating all images, the original image file ID will be overwritten as WebP and the original image file will be deleted. All URLs in the content are also replaced.
21
22 == Installation ==
23
24 1. Upload `plus-webp` directory to the `/wp-content/plugins/` directory
25 2. Activate the plugin through the 'Plugins' menu in WordPress
26
27 == Frequently Asked Questions ==
28
29 none
30
31 == Screenshots ==
32
33 1. Media Library
34 2. Generate
35 3. Settings
36
37 == Changelog ==
38
39 = 2.05 =
40 Supported XAMPP.
41
42 = 2.04 =
43 Fixed problem of metadta.
44
45 = 2.03 =
46 Fixed problem of metadta.
47
48 = 2.02 =
49 Fixed content replacement issue.
50
51 = 2.01 =
52 Fixes various messages and branches in ajax.
53
54 = 2.00 =
55 Added ajax generation for webp.
56
57 = 1.13 =
58 Fixed an issue with saving options.
59 Added options for extension.
60
61 = 1.12 =
62 Fixed clear cron schedules issue.
63 Fixed problem of threshold big image.
64
65 = 1.11 =
66 Fixed the problem of title acquisition in bulk generation.
67
68 = 1.10 =
69 Fixed background processing.
70
71 = 1.09 =
72 Give details when email notification.
73 Added the management screen notification of the end of batch generation.
74
75 = 1.08 =
76 Added ability to choose which file types to convert and which not.
77
78 = 1.07 =
79 Supported transparent gif & png.
80 Fixed file name issue.
81
82 = 1.06 =
83 Fixed content URL replacement issue.
84
85 = 1.05 =
86 Fixed an image replacement issue.
87 Conformed to the WordPress coding standard.
88
89 = 1.04 =
90 Conformed to the WordPress coding standard.
91
92 = 1.03 =
93 Added html escape on the management screen.
94
95 = 1.02 =
96 Fixed an issue with image conversion.
97 Fixed an image replacement issue.
98 Added the setting of quality.
99
100 = 1.01 =
101 Fixed problem of PNG files.
102 Added uninstall script.
103
104 = 1.00 =
105 Initial release.
106
107 == Upgrade Notice ==
108
109 = 1.00 =
110 Initial release.
111