Changeset 3199993
- Timestamp:
- 11/30/2024 04:55:11 PM (16 months ago)
- Location:
- wp-robots-txt
- Files:
-
- 10 added
- 2 edited
-
tags/1.3.4 (added)
-
tags/1.3.4/inc (added)
-
tags/1.3.4/inc/class-robtxt-admin-page.php (added)
-
tags/1.3.4/inc/core-functionality.php (added)
-
tags/1.3.4/languages (added)
-
tags/1.3.4/languages/wp-robots-txt-en_US.mo (added)
-
tags/1.3.4/languages/wp-robots-txt-en_US.po (added)
-
tags/1.3.4/languages/wp-robots-txt.pot (added)
-
tags/1.3.4/readme.txt (added)
-
tags/1.3.4/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
r3051519 r3199993 4 4 Tags: robots.txt, robots, seo 5 5 Requires at least: 5.3.0 6 Tested up to: 6. 4.36 Tested up to: 6.7.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 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.4 = 54 * Compatibility with WordPress 6.7 55 53 56 = 1.3.3 = 54 57 * Add Line Break to allow appending more rules. Thanks @flberger -
wp-robots-txt/trunk/robots-txt.php
r3051519 r3199993 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. 315 * Version: 1.3.4 16 16 * Requires at least: 5.3.0 17 17 * Tested up to: 6.4.3 … … 49 49 * Current plugin version. 50 50 */ 51 define( 'WP_ROBOTS_TXT_VERSION', '1.3. 3' );51 define( 'WP_ROBOTS_TXT_VERSION', '1.3.4' ); 52 52 53 53 define( 'WP_ROBOTS_TXT_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.