Changeset 2891763
- Timestamp:
- 04/01/2023 09:34:16 AM (3 years ago)
- Location:
- appify/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
appify.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appify/trunk/README.txt
r2891740 r2891763 6 6 WC requires at least: 5.0.0 7 7 WC tested up to: 7.5.1 8 Stable tag: 1.0 8 Stable tag: 1.0.1 9 9 Requires PHP: 5.4 or later 10 10 License: GPLv2 or later -
appify/trunk/appify.php
r2891740 r2891763 12 12 * Plugin URI: https://appify.liilab.com 13 13 * Description: Convert WooCommerce website to mobile app 14 * Version: 1.0 14 * Version: 1.0.1 15 15 * Author: LII Lab 16 16 * Author URI: https://liilab.com … … 45 45 * @var string 46 46 */ 47 const version = '1.0 ';47 const version = '1.0.1'; 48 48 49 49 private $build_url = 'https://appify.liilab.com/'; … … 68 68 * 69 69 * @return void 70 *@since 1.0. 070 *@since 1.0.1 71 71 * 72 72 */
Note: See TracChangeset
for help on using the changeset viewer.