Plugin Directory

Changeset 1126101


Ignore:
Timestamp:
04/02/2015 08:04:35 AM (11 years ago)
Author:
frebro
Message:

release 1.0.1

Location:
vanish
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vanish/tags/1.0.1/includes/class-vanish.php

    r1125483 r1126101  
    7070
    7171    $this->vanish = 'vanish';
    72     $this->version = '1.0.0';
     72    $this->version = '1.0.1';
    7373
    7474    $this->load_dependencies();
  • vanish/tags/1.0.1/vanish.php

    r1125483 r1126101  
    1717 * Plugin URI:        https://wordpress.org/plugins/vanish/
    1818 * Description:       A plugin for making elements "vanish" from your Wordpress site.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Fredrik Broman
    2121 * Author URI:        http://frebro.com
  • vanish/trunk/includes/class-vanish.php

    r1125481 r1126101  
    7070
    7171    $this->vanish = 'vanish';
    72     $this->version = '1.0.0';
     72    $this->version = '1.0.1';
    7373
    7474    $this->load_dependencies();
  • vanish/trunk/vanish.php

    r1124208 r1126101  
    1717 * Plugin URI:        https://wordpress.org/plugins/vanish/
    1818 * Description:       A plugin for making elements "vanish" from your Wordpress site.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Fredrik Broman
    2121 * Author URI:        http://frebro.com
Note: See TracChangeset for help on using the changeset viewer.