Plugin Directory

Changeset 2802452


Ignore:
Timestamp:
10/21/2022 01:16:59 PM (3 years ago)
Author:
nappssolutions
Message:

Release 1.0.11

Location:
napps
Files:
100 added
2 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r2802000 r2802452  
    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.10
     5 * Version:     1.0.11
    66 * Text Domain: napps
    77 * Author:      NAPPS
     
    3636define( 'NAPPS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
    3737define( 'NAPPS_PLUGIN_FILE',  __FILE__ );
    38 define( 'NAPPS_VERSION', '1.0.10' );
     38define( 'NAPPS_VERSION', '1.0.11' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
  • napps/trunk/readme.txt

    r2802000 r2802452  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 5.6
    88License: GPLv2
     
    7676== Changelog ==
    7777
     78= 1.0.11 =
     79
     80* Fix - Fix regression on exclusive coupons
     81
     82= 1.0.10 =
     83
     84* Fix - Typo in plugin name
     85
    7886= 1.0.9 =
    7987
Note: See TracChangeset for help on using the changeset viewer.