Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Jul 15, 2017
1 parent f33eb34 commit 0d02c66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions simple-location.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* Plugin Name: Simple Location
* Plugin URI: https://wordpress.org/plugins/simple-location/
* Description: Adds Location to Wordpress Pages and Posts.
* Version: 3.1.0
* Description: Adds Location to Wordpress
* Version: 3.2.0
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: simple-location
Expand All @@ -20,7 +20,7 @@


class Simple_Location_Plugin {
public static $version = '3.1.0';
public static $version = '3.2.0';

public static function activate() {
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-geo-data.php' );
Expand Down Expand Up @@ -54,6 +54,7 @@ public static function init() {
// Map Providers
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-geo-provider-osm.php' );
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-geo-provider-google.php' );
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-geo-provider-bing.php' );

// API Endpoint under construction
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-rest-geo.php' );
Expand Down

0 comments on commit 0d02c66

Please sign in to comment.