Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWinters committed Jul 24, 2020
1 parent 75fc10c commit 43a29d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* **Tags:** robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo
* **Requires at least:** 3.8
* **Tested up to:** 5.4
* **Stable tag:** 1.0.3
* **Stable tag:** 1.0.4
* **License:** GNU GPLv3
* **License URI:** /LICENSE

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RobotstxtManager",
"author": "ChrisW.",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: tribalNerd, Chris Winters
Tags: robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo
Requires at least: 3.8
Tested up to: 5.3.2
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GNU GPLv3
License URI: /LICENSE

Expand Down
4 changes: 2 additions & 2 deletions robotstxt-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/ChrisWinters/robotstxt-manager
* Description: A Simple Robots.txt Manager For WordPress.
* Tags: robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo
* Version: 1.0.3
* Version: 1.0.4
* License: GNU GPLv3
* Copyright ( c ) 2017-2019 Chris W.
* Author: tribalNerd, Chris Winters
Expand All @@ -26,7 +26,7 @@

define( 'ROBOTSTXT_MANAGER_DIR', __DIR__ );
define( 'ROBOTSTXT_MANAGER_FILE', __FILE__ );
define( 'ROBOTSTXT_MANAGER_VERSION', '1.0.3' );
define( 'ROBOTSTXT_MANAGER_VERSION', '1.0.4' );
define( 'ROBOTSTXT_MANAGER_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'ROBOTSTXT_MANAGER_PLUGIN_NAME', 'robotstxt-manager' );
define( 'ROBOTSTXT_MANAGER_SETTING_PREFIX', 'robotstxt_manager_' );
Expand Down
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"details_url": "https://github.com/ChrisWinters/",
"download_url": "https://github.com/ChrisWinters/robotstxt-manager/archive/1.0.3.zip"
"download_url": "https://github.com/ChrisWinters/robotstxt-manager/archive/1.0.4.zip"
}

0 comments on commit 43a29d9

Please sign in to comment.