Plugin Directory

Changeset 3199993


Ignore:
Timestamp:
11/30/2024 04:55:11 PM (16 months ago)
Author:
pattihis
Message:

Version 1.3.4

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

Legend:

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

    r3051519 r3199993  
    44Tags: robots.txt, robots, seo
    55Requires at least: 5.3.0
    6 Tested up to: 6.4.3
     6Tested up to: 6.7.1
    77Requires PHP: 7.0
    8 Stable tag: 1.3.3
     8Stable tag: 1.3.4
    99License: GPL2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.3.4 =
     54* Compatibility with WordPress 6.7
     55
    5356= 1.3.3 =
    5457* Add Line Break to allow appending more rules. Thanks @flberger
  • wp-robots-txt/trunk/robots-txt.php

    r3051519 r3199993  
    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.3
     15 * Version: 1.3.4
    1616 * Requires at least: 5.3.0
    1717 * Tested up to: 6.4.3
     
    4949 * Current plugin version.
    5050 */
    51 define( 'WP_ROBOTS_TXT_VERSION', '1.3.3' );
     51define( 'WP_ROBOTS_TXT_VERSION', '1.3.4' );
    5252
    5353define( 'WP_ROBOTS_TXT_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.