Plugin Directory

Changeset 2140290


Ignore:
Timestamp:
08/16/2019 01:16:31 AM (7 years ago)
Author:
tradies
Message:

bugfix

Location:
tradies/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tradies/trunk/includes/index.php

    r2139278 r2140290  
    1919require __DIR__ . '/tradies-general_functions.php';
    2020require __DIR__ . '/todos/main.php';
    21 require __DIR__ . '/tradies-invoices/tradies-invoices.php';
    2221require __DIR__ . '/tradies-post-order/tradies-post-order.php';
    23 require __DIR__ . '/jobsheets/jobsheets.php';
    2422require __DIR__ . '/tradies-admin-search/index.php';
    2523// require __DIR__ . '/user_profiles/user-profiles.php';
     
    2725}
    2826
    29 // front page stuff
     27// need it to work for front page
    3028require __DIR__ . '/contact-form-to-quote/tradies-invoices-contact-form-7.php';
    31  
     29require __DIR__ . '/tradies-invoices/tradies-invoices.php';
     30require __DIR__ . '/jobsheets/jobsheets.php';
     31
     32
    3233
    3334
  • tradies/trunk/readme.txt

    r2139288 r2140290  
    66Tested up to: 5.2.2
    77Requires PHP: 5.3
    8 Stable tag: 2.1.8
     8Stable tag: 2.1.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    222222== Changelog ==
    223223
     224= 2.1.9 16/8/2019 =
     225* fix: invoice and jobsheet bug
    224226
    225227= 2.1.8 14/8/2019 =
     
    253255* removed: simple custom post order test files
    254256
    255 = 2.1 – 2019-08-1 =
     257= 2.1.0 – 1/8/2019
    256258* added: drag and drop functionality on to dos table
    257259* added: proposal and invoicing system
    258 
    259 = 2.0 – 2019-07-27 =
    260 * fix: removed some test print commands
    261 
    262 = 1.0 – 2019-07-27 =
    263 * Created readme.txt file.
    264 * aded images
    265 
    266 = 0.9 =
    267 * numerous changes made to get plugin approved.
    268 
    269 = 0.1 =
    270 * Tradies plugin started.
    271  
    272  
     260 
    273261 
    274262== Plugin design and programming by ==
  • tradies/trunk/tradies.php

    r2139288 r2140290  
    55Description: A CRM for Tradies, Builders, Contractors, painters, plumbers however can be used by most small businesses.
    66Author: TradiesCRM.com
    7 Version: 2.1.8
     7Version: 2.1.9
    88Text Domain: tradies
    99Domain Path: /
Note: See TracChangeset for help on using the changeset viewer.