Changeset 1518296
- Timestamp:
- 10/20/2016 06:19:14 AM (9 years ago)
- Location:
- robotswhiz/trunk
- Files:
-
- 3 edited
-
LICENSE (modified) (3 diffs)
-
RobotsWhiz.php (modified) (5 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
robotswhiz/trunk/LICENSE
r1268058 r1518296 1 Robots Whiz -- WordPress plugin that allows site administrators to discourage1 Robots Meta Whiz -- WordPress plugin that allows site administrators to discourage 2 2 search engines from indexing, following links from, caching, 3 3 indexing images from, and / or have additional custom … … 13 13 https://github.com/maratbn/RobotsWhiz 14 14 15 Copyright (C) 2015 Marat Nepomnyashy http://maratbn.com maratbn@gmail15 Copyright (C) 2015-2016 Marat Nepomnyashy http://maratbn.com maratbn@gmail 16 16 17 Version: 0.4.0-development_unreleased17 Version: 1.1.0-development_unreleased 18 18 19 Module: LICENSE19 Module: robotswhiz/LICENSE 20 20 21 Description: License for Robots Whiz.21 Description: License for Robots Meta Whiz. 22 22 23 This file is part of Robots Whiz.23 This file is part of Robots Meta Whiz. 24 24 25 25 Licensed under the GNU General Public License Version 3. 26 26 27 Robots Whiz is free software: you can redistribute it and/or modify27 Robots Meta Whiz is free software: you can redistribute it and/or modify 28 28 it under the terms of the GNU General Public License as published by 29 29 the Free Software Foundation, either version 3 of the License, or 30 30 (at your option) any later version. 31 31 32 Robots Whiz is distributed in the hope that it will be useful,32 Robots Meta Whiz is distributed in the hope that it will be useful, 33 33 but WITHOUT ANY WARRANTY; without even the implied warranty of 34 34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 36 36 37 37 You should have received a copy of the GNU General Public License 38 along with Robots Whiz. If not, see <http://www.gnu.org/licenses/>.38 along with Robots Meta Whiz. If not, see <http://www.gnu.org/licenses/>. -
robotswhiz/trunk/RobotsWhiz.php
r1268058 r1518296 1 1 <?php 2 2 /* 3 Plugin Name: Robots Whiz3 Plugin Name: Robots Meta Whiz 4 4 Plugin URI: https://wordpress.org/plugins/robotswhiz 5 5 Plugin URI: https://github.com/maratbn/RobotsWhiz 6 Description: An easy way to discourage search engines from indexing only specific pages / posts .6 Description: An easy way to discourage search engines from indexing only specific pages / posts with custom meta tags. 7 7 Author: Marat Nepomnyashy 8 8 Author URI: http://www.maratbn.com 9 9 License: GPL3 10 Version: 0.4.0-development_unreleased10 Version: 1.1.0-development_unreleased 11 11 Text Domain: domain-plugin-RobotsWhiz 12 12 */ 13 13 14 14 /* 15 Robots Whiz -- WordPress plugin that allows site administrators to discourage15 Robots Meta Whiz -- WordPress plugin that allows site administrators to discourage 16 16 search engines from indexing, following links from, caching, 17 17 indexing images from, and / or have additional custom … … 27 27 https://github.com/maratbn/RobotsWhiz 28 28 29 Copyright (C) 2015 Marat Nepomnyashy http://maratbn.com maratbn@gmail30 31 Version: 0.4.0-development_unreleased32 33 Module: RobotsWhiz.php34 35 Description: Main PHP file for the WordPress plugin 'Robots Whiz'.36 37 This file is part of Robots Whiz.29 Copyright (C) 2015-2016 Marat Nepomnyashy http://maratbn.com maratbn@gmail 30 31 Version: 1.1.0-development_unreleased 32 33 Module: robotswhiz/RobotsWhiz.php 34 35 Description: Main PHP file for the WordPress plugin 'Robots Meta Whiz'. 36 37 This file is part of Robots Meta Whiz. 38 38 39 39 Licensed under the GNU General Public License Version 3. 40 40 41 Robots Whiz is free software: you can redistribute it and/or modify41 Robots Meta Whiz is free software: you can redistribute it and/or modify 42 42 it under the terms of the GNU General Public License as published by 43 43 the Free Software Foundation, either version 3 of the License, or 44 44 (at your option) any later version. 45 45 46 Robots Whiz is distributed in the hope that it will be useful,46 Robots Meta Whiz is distributed in the hope that it will be useful, 47 47 but WITHOUT ANY WARRANTY; without even the implied warranty of 48 48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 50 50 51 51 You should have received a copy of the GNU General Public License 52 along with Robots Whiz. If not, see <http://www.gnu.org/licenses/>.52 along with Robots Meta Whiz. If not, see <http://www.gnu.org/licenses/>. 53 53 */ 54 54 … … 71 71 72 72 function action_admin_menu() { 73 \add_options_page(\__('Robots Whiz Settings', 'domain-plugin-RobotsWhiz'),74 \__('Robots Whiz', 'domain-plugin-RobotsWhiz'),73 \add_options_page(\__('Robots Meta Whiz Settings', 'domain-plugin-RobotsWhiz'), 74 \__('Robots Meta Whiz', 'domain-plugin-RobotsWhiz'), 75 75 'manage_options', 76 76 'plugin_RobotsWhiz_settings', … … 142 142 if (\version_compare(\strtolower(PHP_VERSION), PHP_VERSION_MIN_SUPPORTED, '<')) { 143 143 \wp_die( 144 \__('Robots Whiz plugin cannot be activated because the currently active PHP version on this server is < 5.4 and not supported. PHP version >= 5.4 is required.',144 \__('Robots Meta Whiz plugin cannot be activated because the currently active PHP version on this server is < 5.4 and not supported. PHP version >= 5.4 is required.', 145 145 'domain-plugin-RobotsWhiz')); 146 146 } -
robotswhiz/trunk/readme.txt
r1268058 r1518296 1 === Robots Whiz ===1 === Robots Meta Whiz === 2 2 Contributors: maratbn 3 Tags: robots, robots.txt, crawlers, spiders, search engines, discourage search engines, robots policy, page specific robots 3 Tags: robots, robots.txt, crawlers, spiders, search engines, discourage search engines, robots policy, page specific robots, meta, privacy 4 4 Requires at least: 3.8.1 5 Tested up to: 4. 3.16 Stable tag: 0.3.05 Tested up to: 4.6.1 6 Stable tag: 1.0.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html 9 9 10 Easy way to discourage search engines from indexing only specific pages / posts .10 Easy way to discourage search engines from indexing only specific pages / posts with custom meta tags. 11 11 12 12 … … 15 15 Overview: 16 16 17 At the time of this writing, the latest version of WordPress, version 4. 3.1,17 At the time of this writing, the latest version of WordPress, version 4.6.1, 18 18 has functionality to discourage search engines from indexing the whole site, 19 19 but not functionality to discourage search engines from indexing only certain 20 20 specific pages and posts of the site. 21 21 22 Robots Whiz is a WordPress plugin that allows site administrators to22 Robots Meta Whiz is a WordPress plugin that allows site administrators to 23 23 discourage search engines from indexing, following links from, caching, 24 24 indexing images from, and / or have additional custom restrictions on only … … 51 51 == Frequently Asked Questions == 52 52 53 = Where can I ask a question about Robots Whiz? =53 = Where can I ask a question about Robots Meta Whiz? = 54 54 55 55 Ask your questions at: https://wordpress.org/support/plugin/robotswhiz … … 66 66 == Screenshots == 67 67 68 1. Robots Whiz configuration screen.68 1. Robots Meta Whiz configuration screen. 69 69 70 70 … … 83 83 84 84 = 0.2.1 = 85 * Fixed bug: Restored the php echo short tags for rendering <table>column85 * Fixed bug: Restored the php echo short tags for rendering `<table>` column 86 86 header captions that were incorrectly removed earlier. 87 87 * Fixed bug: Corrected the logic for processing previously saved values. … … 90 90 * Added screenshot of configuration screen. 91 91 * Miscellaneous documentation improvements. 92 93 = 1.0.0= 94 * Renamed the plugin from RobotsWhiz to Robots Meta Whiz. 95 * Additional minor changes to description and keywords.
Note: See TracChangeset
for help on using the changeset viewer.