Changeset 2596165
- Timestamp:
- 09/09/2021 12:00:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lisette-cost-calculator/trunk/lisette-cost-calculator.php
r1885614 r2596165 2 2 /* 3 3 Plugin Name: Lisette Cost Calculator 4 Plugin URI: http://lisette.vorst.ru 5 Description: Сosts calculator works 4 Description: Calculator of the order cost, when the total amount depends on the user's choice of components 6 5 Author: Sergey Morozov 7 Author URI: http://vorst.ru8 6 License: MIT 9 Version: 1. 07 Version: 1.1 10 8 Text Domain: lcc 11 9 Domain Path: /languages … … 13 11 14 12 /** 15 * Plugin version 1. 013 * Plugin version 1.1 16 14 * 17 15 * @var string 18 16 */ 19 define('СOST_CALCULATOR_VERSION', '1. 0');17 define('СOST_CALCULATOR_VERSION', '1.1'); 20 18 21 19 /** … … 24 22 * @var string 25 23 */ 26 define('СOSTCALCULATOR__DOCUMENT_ROOT', dirname(__FILE__));24 define('СOSTCALCULATOR__DOCUMENT_ROOT', __DIR__); 27 25 28 26 require_once 'LisetteCCApplication.php';
Note: See TracChangeset
for help on using the changeset viewer.