Plugin Directory

Changeset 3319545


Ignore:
Timestamp:
06/29/2025 07:37:13 PM (9 months ago)
Author:
pattihis
Message:

Version 1.3.5

Location:
wp-robots-txt
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-robots-txt/trunk/readme.txt

    r3199993 r3319545  
    44Tags: robots.txt, robots, seo
    55Requires at least: 5.3.0
    6 Tested up to: 6.7.1
     6Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.3.4
     8Stable tag: 1.3.5
    99License: GPL2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.3.5 =
     54* Compatibility with WordPress 6.8
     55
    5356= 1.3.4 =
    5457* Compatibility with WordPress 6.7
  • wp-robots-txt/trunk/robots-txt.php

    r3199994 r3319545  
    1313 * Plugin URI: https://github.com/pattihis/wp-robots.txt
    1414 * Description: Edit your robots.txt file from the WordPress admin
    15  * Version: 1.3.4
     15 * Version: 1.3.5
    1616 * Requires at least: 5.3.0
    17  * Tested up to: 6.7.1
     17 * Tested up to: 6.8
    1818 * Requires PHP: 7.0
    1919 * Author: George Pattichis
     
    4949 * Current plugin version.
    5050 */
    51 define( 'WP_ROBOTS_TXT_VERSION', '1.3.4' );
     51define( 'WP_ROBOTS_TXT_VERSION', '1.3.5' );
    5252
    5353define( 'WP_ROBOTS_TXT_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.