Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWinters committed Feb 24, 2023
1 parent 3a597a6 commit cc2843a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple to use Robots.txt Manager Plugin for WordPress, with 7 pre-created robots.txt files to help you get started.

* **Current version:** 2.0.0
* **Current version:** 3.0.0
* **Requires PHP:** 7.2
* **WordPress version:** 6.1.1

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "robotstxt-manager",
"author": "Chris W.",
"version": "2.0.0",
"version": "3.0.0",
"license": "GNU GPLv3",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Contributors: Chris Winters
Tags: robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo
Requires at least: 4.9
Tested up to: 6.1.1
Stable tag: 2.0.0
Stable tag: 3.0.0
License: GNU GPLv3
License URI: /LICENSE
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.0
* Version: 3.0.0
* License: GNU GPLv3
* Author: Chris Winters
* Text Domain: robotstxt-manager
Expand All @@ -26,7 +26,7 @@
function settings(string $key): string|array
{
$settings = [
'plugin_version' => '1.0.0',
'plugin_version' => '3.0.0',
'plugin_name' => \__('Robots.txt Manager', 'robotstxt-manager'),
'plugin_about' => \__('A Simple Robots.txt Manager Plugin For WordPress.', 'robotstxt-manager'),
'security_message' => \__('You are not authorized to perform this action.', 'robotstxt-manager'),
Expand Down
Binary file modified robotstxt-manager.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Robots.txt Manager",
"version": "2.0.0",
"version": "3.0.0",
"download_url": "https://github.com/ChrisWinters/robotstxt-manager/raw/master/robotstxt-manager.zip",
"homepage": "https://github.com/ChrisWinters/robotstxt-manager/",
"required_php": "7.2",
"required_wp": "4.9",
"tested_wp": "6.1.1",
"last_updated": "2023-02-24 10:41:5",
"last_updated": "2023-02-24 16:24:12",
"upgrade_notice": "An update is available.",
"author": "Chris W.",
"author_homepage": "https://github.com/ChrisWinters/",
Expand Down

0 comments on commit cc2843a

Please sign in to comment.