From 43a29d9db09822987191d706989c2aa4a74a9dfb Mon Sep 17 00:00:00 2001 From: ChrisWinters Date: Fri, 24 Jul 2020 08:53:12 -0400 Subject: [PATCH] Version 1.0.4 --- README.md | 2 +- package.json | 2 +- readme.txt | 2 +- robotstxt-manager.php | 4 ++-- updates.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e2ddd0..68dd28c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index a6065e1..e83a2a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "RobotstxtManager", "author": "ChrisW.", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-2.0", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 946bdd6..5b134da 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/robotstxt-manager.php b/robotstxt-manager.php index eb8e67f..35cf30c 100644 --- a/robotstxt-manager.php +++ b/robotstxt-manager.php @@ -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 @@ -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_' ); diff --git a/updates.json b/updates.json index 9e6dac3..d5d08cb 100644 --- a/updates.json +++ b/updates.json @@ -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" } \ No newline at end of file