Changeset 1126101
- Timestamp:
- 04/02/2015 08:04:35 AM (11 years ago)
- Location:
- vanish
- Files:
-
- 4 edited
-
tags/1.0.1/includes/class-vanish.php (modified) (1 diff)
-
tags/1.0.1/vanish.php (modified) (1 diff)
-
trunk/includes/class-vanish.php (modified) (1 diff)
-
trunk/vanish.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vanish/tags/1.0.1/includes/class-vanish.php
r1125483 r1126101 70 70 71 71 $this->vanish = 'vanish'; 72 $this->version = '1.0. 0';72 $this->version = '1.0.1'; 73 73 74 74 $this->load_dependencies(); -
vanish/tags/1.0.1/vanish.php
r1125483 r1126101 17 17 * Plugin URI: https://wordpress.org/plugins/vanish/ 18 18 * Description: A plugin for making elements "vanish" from your Wordpress site. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Fredrik Broman 21 21 * Author URI: http://frebro.com -
vanish/trunk/includes/class-vanish.php
r1125481 r1126101 70 70 71 71 $this->vanish = 'vanish'; 72 $this->version = '1.0. 0';72 $this->version = '1.0.1'; 73 73 74 74 $this->load_dependencies(); -
vanish/trunk/vanish.php
r1124208 r1126101 17 17 * Plugin URI: https://wordpress.org/plugins/vanish/ 18 18 * Description: A plugin for making elements "vanish" from your Wordpress site. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Fredrik Broman 21 21 * Author URI: http://frebro.com
Note: See TracChangeset
for help on using the changeset viewer.