Plugin Directory

Changeset 2387374


Ignore:
Timestamp:
09/23/2020 11:49:20 PM (6 years ago)
Author:
marcospassos
Message:

Update to version 1.0.2 from GitHub

Location:
croct
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • croct/tags/1.0.2/croct.php

    r2384748 r2387374  
    66 * Plugin Name:       Croct
    77 * Plugin URI:        https://croct.com/wordpress
    8  * Version:           1.0.0
     8 * Version:           1.0.2
    99 * Description:       Content Personalization for WordPress.
    1010 * Requires at least: 4.0
  • croct/tags/1.0.2/src/Plugin.php

    r2387285 r2387374  
    1313final class Plugin
    1414{
    15     const VERSION = '1.0.1';
     15    const VERSION = '1.0.2';
    1616
    1717    const OPTIONS_GROUP = 'croct';
  • croct/trunk/croct.php

    r2384748 r2387374  
    66 * Plugin Name:       Croct
    77 * Plugin URI:        https://croct.com/wordpress
    8  * Version:           1.0.0
     8 * Version:           1.0.2
    99 * Description:       Content Personalization for WordPress.
    1010 * Requires at least: 4.0
  • croct/trunk/src/Plugin.php

    r2387285 r2387374  
    1313final class Plugin
    1414{
    15     const VERSION = '1.0.1';
     15    const VERSION = '1.0.2';
    1616
    1717    const OPTIONS_GROUP = 'croct';
Note: See TracChangeset for help on using the changeset viewer.