Plugin Directory

Changeset 2823052


Ignore:
Timestamp:
11/23/2022 05:34:36 PM (3 years ago)
Author:
nappssolutions
Message:

Release 1.0.13

Location:
napps
Files:
103 added
2 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r2802452 r2823052  
    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.11
     5 * Version:     1.0.13
    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.11' );
     38define( 'NAPPS_VERSION', '1.0.13' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
    4141// Require composer.
    42 require_once( NAPPS_PLUGIN_DIR . 'vendor/autoload.php' );
     42require_once( plugin_dir_path( __FILE__ ) . 'vendor/autoload.php' );
    4343
    4444use NAPPS\Loader;
  • napps/trunk/readme.txt

    r2802452 r2823052  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.13
    77Requires PHP: 5.6
    88License: GPLv2
     
    7676== Changelog ==
    7777
     78= 1.0.13 =
     79
     80* Fix - Fix checkout cart rounding
     81* New - Integration with attribute stock
     82
     83= 1.0.12 =
     84
     85* Fix - Fix webcheckout not comparing total price with tax
     86
    7887= 1.0.11 =
    7988
Note: See TracChangeset for help on using the changeset viewer.