Changeset 2047282
- Timestamp:
- 03/09/2019 07:43:36 PM (7 years ago)
- Location:
- wegfinder
- Files:
-
- 4 edited
-
tags/1.0.1/includes/class-wegfinder.php (modified) (1 diff)
-
tags/1.0.1/wegfinder.php (modified) (2 diffs)
-
trunk/includes/class-wegfinder.php (modified) (1 diff)
-
trunk/wegfinder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wegfinder/tags/1.0.1/includes/class-wegfinder.php
r2047281 r2047282 15 15 $this->version = WEGFINDER_VERSION; 16 16 } else { 17 $this->version = '1.0. 1';17 $this->version = '1.0.0'; 18 18 } 19 19 $this->plugin_name = 'wegfinder'; -
wegfinder/tags/1.0.1/wegfinder.php
r2047281 r2047282 17 17 * Plugin URI: https://wegfinder.at/plugin/wordpress 18 18 * Description: With wegfinder buttons, your website visitors will find all the ways (public transport, car, bicycle, sharing, ...) to the places and events in Austria indicated on your website. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: iMobility GmbH 21 21 * Author URI: https://wegfinder.at … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WEGFINDER_VERSION', '1.0. 0' );38 define( 'WEGFINDER_VERSION', '1.0.1' ); 39 39 40 40 /** -
wegfinder/trunk/includes/class-wegfinder.php
r2047281 r2047282 15 15 $this->version = WEGFINDER_VERSION; 16 16 } else { 17 $this->version = '1.0. 1';17 $this->version = '1.0.0'; 18 18 } 19 19 $this->plugin_name = 'wegfinder'; -
wegfinder/trunk/wegfinder.php
r2047133 r2047282 17 17 * Plugin URI: https://wegfinder.at/plugins/wordpress 18 18 * Description: With wegfinder buttons, your website visitors will find all the ways (public transport, car, bicycle, sharing, ...) to the places and events in Austria indicated on your website. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: iMobility GmbH 21 21 * Author URI: https://wegfinder.at … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WEGFINDER_VERSION', '1.0. 0' );38 define( 'WEGFINDER_VERSION', '1.0.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.