Changeset 2387374
- Timestamp:
- 09/23/2020 11:49:20 PM (6 years ago)
- Location:
- croct
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from croct/trunk)
-
tags/1.0.2/croct.php (modified) (1 diff)
-
tags/1.0.2/src/Plugin.php (modified) (1 diff)
-
trunk/croct.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
croct/tags/1.0.2/croct.php
r2384748 r2387374 6 6 * Plugin Name: Croct 7 7 * Plugin URI: https://croct.com/wordpress 8 * Version: 1.0. 08 * Version: 1.0.2 9 9 * Description: Content Personalization for WordPress. 10 10 * Requires at least: 4.0 -
croct/tags/1.0.2/src/Plugin.php
r2387285 r2387374 13 13 final class Plugin 14 14 { 15 const VERSION = '1.0. 1';15 const VERSION = '1.0.2'; 16 16 17 17 const OPTIONS_GROUP = 'croct'; -
croct/trunk/croct.php
r2384748 r2387374 6 6 * Plugin Name: Croct 7 7 * Plugin URI: https://croct.com/wordpress 8 * Version: 1.0. 08 * Version: 1.0.2 9 9 * Description: Content Personalization for WordPress. 10 10 * Requires at least: 4.0 -
croct/trunk/src/Plugin.php
r2387285 r2387374 13 13 final class Plugin 14 14 { 15 const VERSION = '1.0. 1';15 const VERSION = '1.0.2'; 16 16 17 17 const OPTIONS_GROUP = 'croct';
Note: See TracChangeset
for help on using the changeset viewer.