Plugin Directory

Changeset 2047282


Ignore:
Timestamp:
03/09/2019 07:43:36 PM (7 years ago)
Author:
wegfinder
Message:

Correct Version Number

Location:
wegfinder
Files:
4 edited

Legend:

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

    r2047281 r2047282  
    1515            $this->version = WEGFINDER_VERSION;
    1616        } else {
    17             $this->version = '1.0.1';
     17            $this->version = '1.0.0';
    1818        }
    1919        $this->plugin_name = 'wegfinder';
  • wegfinder/tags/1.0.1/wegfinder.php

    r2047281 r2047282  
    1717 * Plugin URI:        https://wegfinder.at/plugin/wordpress
    1818 * 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.0
     19 * Version:           1.0.1
    2020 * Author:            iMobility GmbH
    2121 * Author URI:        https://wegfinder.at
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WEGFINDER_VERSION', '1.0.0' );
     38define( 'WEGFINDER_VERSION', '1.0.1' );
    3939
    4040/**
  • wegfinder/trunk/includes/class-wegfinder.php

    r2047281 r2047282  
    1515            $this->version = WEGFINDER_VERSION;
    1616        } else {
    17             $this->version = '1.0.1';
     17            $this->version = '1.0.0';
    1818        }
    1919        $this->plugin_name = 'wegfinder';
  • wegfinder/trunk/wegfinder.php

    r2047133 r2047282  
    1717 * Plugin URI:        https://wegfinder.at/plugins/wordpress
    1818 * 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.0
     19 * Version:           1.0.1
    2020 * Author:            iMobility GmbH
    2121 * Author URI:        https://wegfinder.at
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WEGFINDER_VERSION', '1.0.0' );
     38define( 'WEGFINDER_VERSION', '1.0.1' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.