Plugin Directory

Changeset 2596165


Ignore:
Timestamp:
09/09/2021 12:00:39 PM (4 years ago)
Author:
sergmoro1
Message:

Change plugin description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lisette-cost-calculator/trunk/lisette-cost-calculator.php

    r1885614 r2596165  
    22/*
    33Plugin Name: Lisette Cost Calculator
    4 Plugin URI: http://lisette.vorst.ru
    5 Description: Сosts calculator works
     4Description: Calculator of the order cost, when the total amount depends on the user's choice of components
    65Author: Sergey Morozov
    7 Author URI: http://vorst.ru
    86License: MIT
    9 Version: 1.0
     7Version: 1.1
    108Text Domain: lcc
    119Domain Path: /languages
     
    1311 
    1412/**
    15  * Plugin version 1.0
     13 * Plugin version 1.1
    1614 *
    1715 * @var string
    1816 */
    19 define('СOST_CALCULATOR_VERSION', '1.0');
     17define('СOST_CALCULATOR_VERSION', '1.1');
    2018 
    2119/**
     
    2422 * @var string
    2523 */
    26 define('СOSTCALCULATOR__DOCUMENT_ROOT', dirname(__FILE__));
     24define('СOSTCALCULATOR__DOCUMENT_ROOT', __DIR__);
    2725
    2826require_once 'LisetteCCApplication.php';
Note: See TracChangeset for help on using the changeset viewer.