Changeset 2646356
- Timestamp:
- 12/19/2021 07:14:44 AM (3 years ago)
- Location:
- webp-svg-support
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
webp-svg-support/trunk/readme.txt
r2546876 r2646356 1 1 === WebP & SVG Support === 2 2 Contributors: rezakhan995 3 Tags: webp, svg, support webp, support svg, upload webp, upload svg3 Tags: webp, svg, support, safe, media 4 4 Requires at least: 5.2 5 Tested up to: 5. 76 Stable tag: 1. 1.05 Tested up to: 5.8.2 6 Stable tag: 1.2.0 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 46 46 == Changelog == 47 47 48 = 1.2.0 ( December 19, 2021 ) = 49 Fix : Minor bug fix 50 Tweak : Compatible with PHP 8 51 Tweak : Compatible with Wordpress 5.8.2 52 48 53 = 1.1.0 ( June 13, 2021 ) = 49 54 * Tweak : Added settings options -
webp-svg-support/trunk/webp-svg-support.php
r2546876 r2646356 4 4 * Plugin URI: https://wordpress.org/plugins/webp-svg-support/ 5 5 * Description: Allows WebP and SVG image file upload into WordPress media and sanitizes before saving it. 6 * Version: 1. 1.06 * Version: 1.2.0 7 7 * Author: Reza Khan 8 8 * Author URI: https://www.reza-khan.com/ … … 71 71 */ 72 72 public static function version(){ 73 return '1. 0.0';73 return '1.2.0'; 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.