Plugin Directory

Changeset 1518296


Ignore:
Timestamp:
10/20/2016 06:19:14 AM (9 years ago)
Author:
maratbn
Message:

Copied the latest files from the 'master' branch of the official repo 'https://github.com/maratbn/RobotsWhiz'.

Location:
robotswhiz/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • robotswhiz/trunk/LICENSE

    r1268058 r1518296  
    1   RobotsWhiz -- WordPress plugin that allows site administrators to discourage
     1  Robots Meta Whiz -- WordPress plugin that allows site administrators to discourage
    22                search engines from indexing, following links from, caching,
    33                indexing images from, and / or have additional custom
     
    1313  https://github.com/maratbn/RobotsWhiz
    1414
    15   Copyright (C) 2015  Marat Nepomnyashy  http://maratbn.com  maratbn@gmail
     15  Copyright (C) 2015-2016  Marat Nepomnyashy  http://maratbn.com  maratbn@gmail
    1616
    17   Version:        0.4.0-development_unreleased
     17  Version:        1.1.0-development_unreleased
    1818
    19   Module:         LICENSE
     19  Module:         robotswhiz/LICENSE
    2020
    21   Description:    License for RobotsWhiz.
     21  Description:    License for Robots Meta Whiz.
    2222
    23   This file is part of RobotsWhiz.
     23  This file is part of Robots Meta Whiz.
    2424
    2525  Licensed under the GNU General Public License Version 3.
    2626
    27   RobotsWhiz is free software: you can redistribute it and/or modify
     27  Robots Meta Whiz is free software: you can redistribute it and/or modify
    2828  it under the terms of the GNU General Public License as published by
    2929  the Free Software Foundation, either version 3 of the License, or
    3030  (at your option) any later version.
    3131
    32   RobotsWhiz is distributed in the hope that it will be useful,
     32  Robots Meta Whiz is distributed in the hope that it will be useful,
    3333  but WITHOUT ANY WARRANTY; without even the implied warranty of
    3434  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    3636
    3737  You should have received a copy of the GNU General Public License
    38   along with RobotsWhiz.  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  
    11<?php
    22/*
    3   Plugin Name: RobotsWhiz
     3  Plugin Name: Robots Meta Whiz
    44  Plugin URI: https://wordpress.org/plugins/robotswhiz
    55  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.
    77  Author: Marat Nepomnyashy
    88  Author URI: http://www.maratbn.com
    99  License: GPL3
    10   Version: 0.4.0-development_unreleased
     10  Version: 1.1.0-development_unreleased
    1111  Text Domain: domain-plugin-RobotsWhiz
    1212*/
    1313
    1414/*
    15   RobotsWhiz -- WordPress plugin that allows site administrators to discourage
     15  Robots Meta Whiz -- WordPress plugin that allows site administrators to discourage
    1616                search engines from indexing, following links from, caching,
    1717                indexing images from, and / or have additional custom
     
    2727  https://github.com/maratbn/RobotsWhiz
    2828
    29   Copyright (C) 2015  Marat Nepomnyashy  http://maratbn.com  maratbn@gmail
    30 
    31   Version:        0.4.0-development_unreleased
    32 
    33   Module:         RobotsWhiz.php
    34 
    35   Description:    Main PHP file for the WordPress plugin 'RobotsWhiz'.
    36 
    37   This file is part of RobotsWhiz.
     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.
    3838
    3939  Licensed under the GNU General Public License Version 3.
    4040
    41   RobotsWhiz is free software: you can redistribute it and/or modify
     41  Robots Meta Whiz is free software: you can redistribute it and/or modify
    4242  it under the terms of the GNU General Public License as published by
    4343  the Free Software Foundation, either version 3 of the License, or
    4444  (at your option) any later version.
    4545
    46   RobotsWhiz is distributed in the hope that it will be useful,
     46  Robots Meta Whiz is distributed in the hope that it will be useful,
    4747  but WITHOUT ANY WARRANTY; without even the implied warranty of
    4848  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    5050
    5151  You should have received a copy of the GNU General Public License
    52   along with RobotsWhiz.  If not, see <http://www.gnu.org/licenses/>.
     52  along with Robots Meta Whiz.  If not, see <http://www.gnu.org/licenses/>.
    5353*/
    5454
     
    7171
    7272    function action_admin_menu() {
    73         \add_options_page(\__('RobotsWhiz Settings', 'domain-plugin-RobotsWhiz'),
    74                           \__('RobotsWhiz', 'domain-plugin-RobotsWhiz'),
     73        \add_options_page(\__('Robots Meta Whiz Settings', 'domain-plugin-RobotsWhiz'),
     74                          \__('Robots Meta Whiz', 'domain-plugin-RobotsWhiz'),
    7575                          'manage_options',
    7676                          'plugin_RobotsWhiz_settings',
     
    142142         if (\version_compare(\strtolower(PHP_VERSION), PHP_VERSION_MIN_SUPPORTED, '<')) {
    143143            \wp_die(
    144                 \__('RobotsWhiz 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.',
    145145                    'domain-plugin-RobotsWhiz'));
    146146        }
  • robotswhiz/trunk/readme.txt

    r1268058 r1518296  
    1 === RobotsWhiz ===
     1=== Robots Meta Whiz ===
    22Contributors: maratbn
    3 Tags: robots, robots.txt, crawlers, spiders, search engines, discourage search engines, robots policy, page specific robots
     3Tags: robots, robots.txt, crawlers, spiders, search engines, discourage search engines, robots policy, page specific robots, meta, privacy
    44Requires at least: 3.8.1
    5 Tested up to: 4.3.1
    6 Stable tag: 0.3.0
     5Tested up to: 4.6.1
     6Stable tag: 1.0.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    99
    10 Easy way to discourage search engines from indexing only specific pages / posts.
     10Easy way to discourage search engines from indexing only specific pages / posts with custom meta tags.
    1111
    1212
     
    1515Overview:
    1616
    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,
    1818  has functionality to discourage search engines from indexing the whole site,
    1919  but not functionality to discourage search engines from indexing only certain
    2020  specific pages and posts of the site.
    2121
    22   RobotsWhiz is a WordPress plugin that allows site administrators to
     22  Robots Meta Whiz is a WordPress plugin that allows site administrators to
    2323  discourage search engines from indexing, following links from, caching,
    2424  indexing images from, and / or have additional custom restrictions on only
     
    5151== Frequently Asked Questions ==
    5252
    53 = Where can I ask a question about RobotsWhiz? =
     53= Where can I ask a question about Robots Meta Whiz? =
    5454
    5555Ask your questions at: https://wordpress.org/support/plugin/robotswhiz
     
    6666== Screenshots ==
    6767
    68 1. RobotsWhiz configuration screen.
     681. Robots Meta Whiz configuration screen.
    6969
    7070
     
    8383
    8484= 0.2.1 =
    85 * Fixed bug:  Restored the php echo short tags for rendering <table> column
     85* Fixed bug:  Restored the php echo short tags for rendering `<table>` column
    8686  header captions that were incorrectly removed earlier.
    8787* Fixed bug:  Corrected the logic for processing previously saved values.
     
    9090* Added screenshot of configuration screen.
    9191* 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.