Plugin Directory

Changeset 2826670


Ignore:
Timestamp:
11/30/2022 05:40:06 PM (3 years ago)
Author:
nappssolutions
Message:

Release 1.0.14

Location:
napps
Files:
102 added
2 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r2823052 r2826670  
    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.13
     5 * Version:     1.0.14
    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.13' );
     38define( 'NAPPS_VERSION', '1.0.14' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
  • napps/trunk/readme.txt

    r2823052 r2826670  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.13
     6Stable tag: 1.0.14
    77Requires PHP: 5.6
    88License: GPLv2
     
    7676== Changelog ==
    7777
     78= 1.0.14 =
     79
     80* Fix - Disable/Enable webhooks only on napps plugin
     81
    7882= 1.0.13 =
    7983
Note: See TracChangeset for help on using the changeset viewer.