Changeset 2140290
- Timestamp:
- 08/16/2019 01:16:31 AM (7 years ago)
- Location:
- tradies/trunk
- Files:
-
- 3 edited
-
includes/index.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
tradies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tradies/trunk/includes/index.php
r2139278 r2140290 19 19 require __DIR__ . '/tradies-general_functions.php'; 20 20 require __DIR__ . '/todos/main.php'; 21 require __DIR__ . '/tradies-invoices/tradies-invoices.php';22 21 require __DIR__ . '/tradies-post-order/tradies-post-order.php'; 23 require __DIR__ . '/jobsheets/jobsheets.php';24 22 require __DIR__ . '/tradies-admin-search/index.php'; 25 23 // require __DIR__ . '/user_profiles/user-profiles.php'; … … 27 25 } 28 26 29 // front page stuff27 // need it to work for front page 30 28 require __DIR__ . '/contact-form-to-quote/tradies-invoices-contact-form-7.php'; 31 29 require __DIR__ . '/tradies-invoices/tradies-invoices.php'; 30 require __DIR__ . '/jobsheets/jobsheets.php'; 31 32 32 33 33 34 -
tradies/trunk/readme.txt
r2139288 r2140290 6 6 Tested up to: 5.2.2 7 7 Requires PHP: 5.3 8 Stable tag: 2.1. 88 Stable tag: 2.1.9 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 222 222 == Changelog == 223 223 224 = 2.1.9 16/8/2019 = 225 * fix: invoice and jobsheet bug 224 226 225 227 = 2.1.8 14/8/2019 = … … 253 255 * removed: simple custom post order test files 254 256 255 = 2.1 – 2019-08-1 =257 = 2.1.0 – 1/8/2019 256 258 * added: drag and drop functionality on to dos table 257 259 * 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 273 261 274 262 == Plugin design and programming by == -
tradies/trunk/tradies.php
r2139288 r2140290 5 5 Description: A CRM for Tradies, Builders, Contractors, painters, plumbers however can be used by most small businesses. 6 6 Author: TradiesCRM.com 7 Version: 2.1. 87 Version: 2.1.9 8 8 Text Domain: tradies 9 9 Domain Path: /
Note: See TracChangeset
for help on using the changeset viewer.