Plugin Directory

Changeset 3122023


Ignore:
Timestamp:
07/19/2024 12:04:50 PM (20 months ago)
Author:
nappssolutions
Message:

Release 1.0.26

Location:
napps
Files:
377 added
2 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r3122022 r3122023  
    33 * Plugin Name: NAPPS - Mobile app builder
    44 * Description: Plugin to complement the napps E-commerce solution. More on https://napps.io
    5  * Version:     1.0.26
     5 * Version:     1.0.27
    66 * Text Domain: napps
    77 * Author:      nappssolutions
     
    3030defined( 'ABSPATH' ) || die( "Can't access directly" );
    3131define( 'NAPPS_MINIMUM_WP_VERSION', '4.7.0' );
    32 define( 'NAPPS_MINIMUM_PHP_VERSION', '7.3' );
     32define( 'NAPPS_MINIMUM_PHP_VERSION', '7.4' );
    3333define( 'NAPPS_MINIMUM_WC_VERSION', '3.5.0' );
    3434define( 'NAPPS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    3636define( 'NAPPS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
    3737define( 'NAPPS_PLUGIN_FILE',  __FILE__ );
    38 define( 'NAPPS_VERSION', '1.0.26' );
     38define( 'NAPPS_VERSION', '1.0.27' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
  • napps/trunk/readme.txt

    r3122022 r3122023  
    11=== NAPPS - Mobile app builder ===
    22Contributors: nappssolutions
    3 Tags: ecommerce, mobile app, create app, build app, online shop, android app, ios app, woocoomerce app builder, napps, e-commerce, mobile, native app
     3Tags: mobile, android, ios, woocoomerce app builder, native app
    44Requires at least: 4.7
    5 Tested up to: 9.1
    6 Stable tag: 1.0.26
     5Tested up to: 6.6
     6Stable tag: 1.0.27
    77Requires PHP: 7.4
    88License: GPLv2
     
    7575
    7676== Changelog ==
     77
     78= 1.0.27 =
     79
     80* Fix - Tags
    7781
    7882= 1.0.26 =
Note: See TracChangeset for help on using the changeset viewer.