Plugin Directory

Changeset 2897060


Ignore:
Timestamp:
04/11/2023 09:35:49 AM (3 years ago)
Author:
nappssolutions
Message:

Version 1.0.18

Location:
napps
Files:
102 added
2 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r2890422 r2897060  
    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.17
     5 * Version:     1.0.18
    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.17' );
     38define( 'NAPPS_VERSION', '1.0.18' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
  • napps/trunk/readme.txt

    r2890422 r2897060  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.17
     6Stable tag: 1.0.18
    77Requires PHP: 5.6
    88License: GPLv2
     
    7575
    7676== Changelog ==
     77
     78= 1.0.18 =
     79
     80* Fix - Webhook payload
    7781
    7882= 1.0.17 =
Note: See TracChangeset for help on using the changeset viewer.