Plugin Directory

Changeset 2533459


Ignore:
Timestamp:
05/18/2021 08:18:51 AM (5 years ago)
Author:
bitsandarts
Message:

fixed missing file 1.3.1

Location:
five-minute-webshop
Files:
270 added
2 edited

Legend:

Unmodified
Added
Removed
  • five-minute-webshop/trunk/five-minute-webshop.php

    r2533446 r2533459  
    55Plugin URI:  https://five-minute-webshop.com
    66Description: Wordpress plugin to quickly set up a webshop with payments through stripe
    7 Version:     1.3.0
     7Version:     1.3.1
    88Author:      Rutger De Wilde
    99Author URI:  https://bitsandarts.be
     
    2222 define ('FMWES_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    2323
    24  define ('FMWES_PLUGIN_VERSION', '1.3.0');
     24 define ('FMWES_PLUGIN_VERSION', '1.3.1');
    2525
    2626 define ('FMWES_PLUGIN_URL', plugin_dir_url(__FILE__) );
  • five-minute-webshop/trunk/readme.txt

    r2533446 r2533459  
    55Tested up to: 5.7
    66Requires PHP: 5.3.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393Fixes
    9494* fixed validation on cart checkout
     95
     96= 1.3.1 =
     97Fixes
     98* added missing file
Note: See TracChangeset for help on using the changeset viewer.