Changeset 2856625
- Timestamp:
- 01/29/2023 07:22:51 PM (3 years ago)
- Location:
- codecorun-product-offer-rules/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
codecorun-por.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codecorun-product-offer-rules/trunk/README.md
r2852290 r2856625 4 4 Requires at least: 4.7 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 0.06 Stable tag: 1.1.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
codecorun-product-offer-rules/trunk/codecorun-por.php
r2852290 r2856625 8 8 * Plugin Type: Extension 9 9 * Author URI: https://codecorun.com 10 * Version: 1. 0.010 * Version: 1.1.0 11 11 * Text Domain: codecorun-product-offer-rules 12 12 * … … 18 18 define('CODECORUN_POR_URL', plugin_dir_url( __FILE__ )); 19 19 define('CODECORUN_POR_PREFIX','codecorun_por'); 20 define('CODECORUN_POR_VERSION','1. 0.0');20 define('CODECORUN_POR_VERSION','1.1.0'); 21 21 define('CODECORUN_POR_PRO_ID', 'codecorun-product-offer-rules-pro/codecorun-por-pro.php'); 22 22 -
codecorun-product-offer-rules/trunk/readme.txt
r2852294 r2856625 4 4 Requires at least: 4.7 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 0.06 Stable tag: 1.1.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 50 50 = 1.0.0 51 51 * 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.