Plugin Directory

Changeset 3151086


Ignore:
Timestamp:
09/12/2024 10:55:14 PM (17 months ago)
Author:
bisteinoff
Message:

3.11.1. Fixing bug (settings.php was not sent to the repo)

Location:
db-robotstxt
Files:
14 added
3 edited

Legend:

Unmodified
Added
Removed
  • db-robotstxt/trunk/bisteinoff-robots-txt.php

    r3150864 r3151086  
    44Plugin URI: https://github.com/bisteinoff/db-robotstxt
    55Description: 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
     6Version: 3.11.1
    77Author: Denis Bisteinov
    88Author URI: https://bisteinoff.com/
     
    3131$thisdir = basename( __DIR__ );
    3232define( 'DB_PLUGIN_ROBOTSTXT_DIR', $thisdir );
    33 define( 'DB_PLUGIN_ROBOTSTXT_VERSION', '3.11' );
     33define( 'DB_PLUGIN_ROBOTSTXT_VERSION', '3.11.1' );
    3434
    3535$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  
    33    if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    44
    5     $d = DB_PLUGIN_ROBOTSTXT_DIR; // domain for translate.wordpress.org
     5    $d = DB_PLUGIN_ROBOTSTXT_DIR;
    66
    77    $db_self = get_admin_url() . 'options-general.php?page=' . $d;
  • db-robotstxt/trunk/readme.txt

    r3150864 r3151086  
    55Requires at least: 4.6
    66Tested up to: 6.6
    7 Stable tag: 3.11
     7Stable tag: 3.11.1
    88License: GPL2
    99
Note: See TracChangeset for help on using the changeset viewer.