Changeset 3319545
- Timestamp:
- 06/29/2025 07:37:13 PM (9 months ago)
- Location:
- wp-robots-txt
- Files:
-
- 10 added
- 2 edited
-
tags/1.3.5 (added)
-
tags/1.3.5/inc (added)
-
tags/1.3.5/inc/class-robtxt-admin-page.php (added)
-
tags/1.3.5/inc/core-functionality.php (added)
-
tags/1.3.5/languages (added)
-
tags/1.3.5/languages/wp-robots-txt-en_US.mo (added)
-
tags/1.3.5/languages/wp-robots-txt-en_US.po (added)
-
tags/1.3.5/languages/wp-robots-txt.pot (added)
-
tags/1.3.5/readme.txt (added)
-
tags/1.3.5/robots-txt.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/robots-txt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-robots-txt/trunk/readme.txt
r3199993 r3319545 4 4 Tags: robots.txt, robots, seo 5 5 Requires at least: 5.3.0 6 Tested up to: 6. 7.16 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.3. 48 Stable tag: 1.3.5 9 9 License: GPL2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.3.5 = 54 * Compatibility with WordPress 6.8 55 53 56 = 1.3.4 = 54 57 * Compatibility with WordPress 6.7 -
wp-robots-txt/trunk/robots-txt.php
r3199994 r3319545 13 13 * Plugin URI: https://github.com/pattihis/wp-robots.txt 14 14 * Description: Edit your robots.txt file from the WordPress admin 15 * Version: 1.3. 415 * Version: 1.3.5 16 16 * Requires at least: 5.3.0 17 * Tested up to: 6. 7.117 * Tested up to: 6.8 18 18 * Requires PHP: 7.0 19 19 * Author: George Pattichis … … 49 49 * Current plugin version. 50 50 */ 51 define( 'WP_ROBOTS_TXT_VERSION', '1.3. 4' );51 define( 'WP_ROBOTS_TXT_VERSION', '1.3.5' ); 52 52 53 53 define( 'WP_ROBOTS_TXT_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.