Skip to content

Commit

Permalink
update plugin uri link
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed May 17, 2019
1 parent c38070f commit 270d7f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 119 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ DIRS := \
public

FILES := \
README.txt \
README.md \
LICENSE.txt

list:
Expand Down
114 changes: 0 additions & 114 deletions README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion files
Expand Up @@ -23,4 +23,4 @@ index.php
shifter.php
uninstall.php
LICENSE.txt
README.txt
README.md
6 changes: 3 additions & 3 deletions shifter.php
Expand Up @@ -13,9 +13,9 @@
*
* @wordpress-plugin
* Plugin Name: Shifter
* Plugin URI: https://github.com/getshifter/shifter-mu
* Plugin URI: https://github.com/getshifter/shifter-wp-mu
* Description: Helper functions for WordPress sites on Shifter.
* Version: 1.0.2
* Version: 1.0.3
* Author: DigitalCube
* Author URI: https://www.getshifter.io
* License: GPL-2.0+
Expand All @@ -34,7 +34,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'SHIFTER_VERSION', '1.0.2' );
define( 'SHIFTER_VERSION', '1.0.3' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 270d7f8

Please sign in to comment.