Plugin Directory

Changeset 2856625


Ignore:
Timestamp:
01/29/2023 07:22:51 PM (3 years ago)
Author:
codecorun
Message:

Add new rule - user have meta.

Location:
codecorun-product-offer-rules/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • codecorun-product-offer-rules/trunk/README.md

    r2852290 r2856625  
    44Requires at least: 4.7
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • codecorun-product-offer-rules/trunk/codecorun-por.php

    r2852290 r2856625  
    88 * Plugin Type: Extension
    99 * Author URI: https://codecorun.com
    10  * Version: 1.0.0
     10 * Version: 1.1.0
    1111 * Text Domain: codecorun-product-offer-rules
    1212 *
     
    1818define('CODECORUN_POR_URL', plugin_dir_url( __FILE__ ));
    1919define('CODECORUN_POR_PREFIX','codecorun_por');
    20 define('CODECORUN_POR_VERSION','1.0.0');
     20define('CODECORUN_POR_VERSION','1.1.0');
    2121define('CODECORUN_POR_PRO_ID', 'codecorun-product-offer-rules-pro/codecorun-por-pro.php');
    2222
  • codecorun-product-offer-rules/trunk/readme.txt

    r2852294 r2856625  
    44Requires at least: 4.7
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050= 1.0.0
    5151* Initial Release
     52
     53= 1.1.0
     54* Fix html templating so that user can customize them in their theme or child theme
     55* add new rule - User have meta
Note: See TracChangeset for help on using the changeset viewer.