Plugin Directory

Changeset 2891763


Ignore:
Timestamp:
04/01/2023 09:34:16 AM (3 years ago)
Author:
liilab
Message:

Version update

Location:
appify/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appify/trunk/README.txt

    r2891740 r2891763  
    66WC requires at least: 5.0.0
    77WC tested up to: 7.5.1
    8 Stable tag: 1.0
     8Stable tag: 1.0.1
    99Requires PHP: 5.4 or later
    1010License: GPLv2 or later
  • appify/trunk/appify.php

    r2891740 r2891763  
    1212 * Plugin URI:        https://appify.liilab.com
    1313 * Description:       Convert WooCommerce website to mobile app
    14  * Version:           1.0
     14 * Version:           1.0.1
    1515 * Author:            LII Lab
    1616 * Author URI:        https://liilab.com
     
    4545     * @var string
    4646     */
    47     const version = '1.0';
     47    const version = '1.0.1';
    4848
    4949    private $build_url = 'https://appify.liilab.com/';
     
    6868     *
    6969     * @return void
    70      *@since  1.0.0
     70     *@since  1.0.1
    7171     *
    7272     */
Note: See TracChangeset for help on using the changeset viewer.