Plugin Directory

Changeset 2708206


Ignore:
Timestamp:
04/11/2022 07:35:08 PM (4 years ago)
Author:
yuluma
Message:

Took over the dir structure as ment to be with assets trunk and tags. Than added the current version to the 1.0 tag directory. Also slightly changed the readme.txt

Location:
fastpicker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fastpicker/trunk/fastpicker.php

    r2654099 r2708206  
    44* Plugin URI: https://fastpicker.io/
    55* Description: Plugin to connect with FastPicker
    6 * Version: 1.0.0
     6* Version: 1.0.1
     7* Tested up to: 5.9
     8* Stable tag: 1.0.1
    79* License: GPLv2 or later
    8 * Text Domain: fastpicker
     10* Text Domain: FastPicker
    911*/
    1012
    11 define('WOO_ORDERPICKER_PLUGIN_VERSION', '1.0.0');
     13define('WOO_ORDERPICKER_PLUGIN_VERSION', '1.0.1');
    1214define('WOO_ORDERPICKER_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
    1315define('WOO_ORDERPICKER_PLUGIN_URL', plugin_dir_url( __FILE__ ));
  • fastpicker/trunk/readme.txt

    r2654099 r2708206  
    33Tags: orderpicker, order picker, oms, order, handling, scanner, barcode
    44Requires at least: 5.0
    5 Tested up to: 5.8.2
    6 Stable tag: 1.0.0
     5Tested up to: 5.9
     6Stable tag: 1.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.