Plugin Directory

Changeset 2669569

Timestamp:
01/31/2022 06:48:46 AM (2 years ago)
Author:
ravisinghit
Message:

Updated to WordPress version 5.9

Location:
allow-webp-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • allow-webp-image/trunk/README.txt

    r2375851 r2669569  
    55Tags: webp, allow-webp, .webp
    66Requires at least: 3.0.1
    7 Tested up to: 5.5.1
    8 Stable tag: 5.5.0
     7Tested up to: 5.
     8Stable tag:
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Requires PHP: 5.6
     11Requires PHP: 5.
    1212
    1313This plugin will allow .webp next generation image for wordpress.
     
    3131== Changelog ==
    32321.0
     33
    3334
    3435== Frequently Asked Questions ==
    35 Available upto WordPress 5.5.1
     36Available upto WordPress 5.
    3637
    3738== Upgrade Notice ==
    38 WordPress 5.5.1
     39WordPress 5.
    3940
    4041== Screenshots ==
  • allow-webp-image/trunk/allow-webp-image.php

    r2375771 r2669569  
    33 *
    44 * @link              http://www.topinfosoft.com/
    5  * @since             1.0.0
     5 * @since             1.0.
    66 * @package           Allow_Webp_Image
    77 *
     
    1010 * Plugin URI:        http://www.topinfosoft.com
    1111 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    12  * Version:           1.0.0
     12 * Version:           1.0.
    1313 * Author:            Top Infosoft
    1414 * Author URI:        http://www.topinfosoft.com/
     
    2626/**
    2727 * Currently plugin version.
    28  * Start at version 1.0.0 and use SemVer - https://semver.org
     28 * Start at version 1.0. and use SemVer - https://semver.org
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'ALLOW_WEBP_IMAGE_VERSION', '1.0.0' );
     31define( 'ALLOW_WEBP_IMAGE_VERSION', '1.0.' );
    3232
    3333/**
     
    6565 * not affect the page life cycle.
    6666 *
    67  * @since    1.0.0
     67 * @since    1.0.
    6868 */
    6969function run_allow_webp_image() {
Note: See TracChangeset for help on using the changeset viewer.