Plugin Directory

Changeset 2646356


Ignore:
Timestamp:
12/19/2021 07:14:44 AM (3 years ago)
Author:
rezakhan995
Message:

version 1.2.0 ready to release

Location:
webp-svg-support
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • webp-svg-support/trunk/readme.txt

    r2546876 r2646356  
    11=== WebP & SVG Support ===
    22Contributors: rezakhan995
    3 Tags: webp, svg, support webp, support svg, upload webp, upload svg
     3Tags: webp, svg, support, safe, media
    44Requires at least: 5.2
    5 Tested up to: 5.7
    6 Stable tag: 1.1.0
     5Tested up to: 5.8.2
     6Stable tag: 1.2.0
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    4646== Changelog ==
    4747
     48= 1.2.0 ( December 19, 2021 ) =
     49Fix               : Minor bug fix
     50Tweak             : Compatible with PHP 8
     51Tweak             : Compatible with Wordpress 5.8.2
     52
    4853= 1.1.0 ( June 13, 2021 ) =
    4954* Tweak  : Added settings options
  • webp-svg-support/trunk/webp-svg-support.php

    r2546876 r2646356  
    44 * Plugin URI:        https://wordpress.org/plugins/webp-svg-support/
    55 * Description:       Allows WebP and SVG image file upload into WordPress media and sanitizes before saving it.
    6  * Version:           1.1.0
     6 * Version:           1.2.0
    77 * Author:            Reza Khan
    88 * Author URI:        https://www.reza-khan.com/
     
    7171     */
    7272    public static function version(){
    73         return '1.0.0';
     73        return '1.2.0';
    7474    }
    7575
Note: See TracChangeset for help on using the changeset viewer.