Changeset 3151086
- Timestamp:
- 09/12/2024 10:55:14 PM (17 months ago)
- Location:
- db-robotstxt
- Files:
-
- 14 added
- 3 edited
-
tags/3.11.1 (added)
-
tags/3.11.1/bisteinoff-robots-txt.php (added)
-
tags/3.11.1/css (added)
-
tags/3.11.1/css/admin.css (added)
-
tags/3.11.1/css/admin.min.css (added)
-
tags/3.11.1/img (added)
-
tags/3.11.1/img/logo.png (added)
-
tags/3.11.1/inc (added)
-
tags/3.11.1/inc/settings.php (added)
-
tags/3.11.1/languages (added)
-
tags/3.11.1/languages/readme.txt (added)
-
tags/3.11.1/readme.txt (added)
-
tags/3.11/inc (added)
-
tags/3.11/inc/settings.php (added)
-
trunk/bisteinoff-robots-txt.php (modified) (2 diffs)
-
trunk/inc/settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
db-robotstxt/trunk/bisteinoff-robots-txt.php
r3150864 r3151086 4 4 Plugin URI: https://github.com/bisteinoff/db-robotstxt 5 5 Description: The plugin automatically creates a virtual file robots.txt including special rules for Google and Yandex. You can also add custom rules for Google, Yandex and any other robots or disable Yandex if you don't need it for search engines optimisation 6 Version: 3.11 6 Version: 3.11.1 7 7 Author: Denis Bisteinov 8 8 Author URI: https://bisteinoff.com/ … … 31 31 $thisdir = basename( __DIR__ ); 32 32 define( 'DB_PLUGIN_ROBOTSTXT_DIR', $thisdir ); 33 define( 'DB_PLUGIN_ROBOTSTXT_VERSION', '3.11 ' );33 define( 'DB_PLUGIN_ROBOTSTXT_VERSION', '3.11.1' ); 34 34 35 35 $if_multi_subcat = false; // if it is the main site of a multisite with subcategories (if true) we will want some special rules -
db-robotstxt/trunk/inc/settings.php
r3150864 r3151086 3 3 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 4 4 5 $d = DB_PLUGIN_ROBOTSTXT_DIR; // domain for translate.wordpress.org5 $d = DB_PLUGIN_ROBOTSTXT_DIR; 6 6 7 7 $db_self = get_admin_url() . 'options-general.php?page=' . $d; -
db-robotstxt/trunk/readme.txt
r3150864 r3151086 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6 7 Stable tag: 3.11 7 Stable tag: 3.11.1 8 8 License: GPL2 9 9
Note: See TracChangeset
for help on using the changeset viewer.