Changeset 3294590
- Timestamp:
- 05/16/2025 06:52:58 AM (11 months ago)
- Location:
- xml-sitemap-generator-for-google/trunk
- Files:
-
- 3 edited
-
includes/vendor/PTSettings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
xml-sitemap-generator-for-google.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xml-sitemap-generator-for-google/trunk/includes/vendor/PTSettings.php
r3293873 r3294590 8 8 public $frequency = 'weekly'; 9 9 public $google_news = false; 10 public $media_sitemap = false; // TODO: Support old Media Sitemap settings 10 11 public $image_sitemap = true; 11 12 public $video_sitemap = true; -
xml-sitemap-generator-for-google/trunk/readme.txt
r3294540 r3294590 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.8.1 8 Stable tag: 2.1. 68 Stable tag: 2.1.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 283 283 == Changelog == 284 284 285 = 2.1. 6- 2025-05-16 =286 * Creation of dynamic property is deprecated PHP error fixed 285 = 2.1.7 - 2025-05-16 = 286 * Creation of dynamic property is deprecated PHP error fixed. Thanks to @track77 and @btreece84 287 287 288 288 = 2.1.5 - 2025-05-15 = -
xml-sitemap-generator-for-google/trunk/xml-sitemap-generator-for-google.php
r3294540 r3294590 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 * Text Domain: xml-sitemap-generator-for-google 11 * Version: 2.1. 611 * Version: 2.1.7 12 12 */ 13 13 … … 16 16 } 17 17 18 define( 'GRIM_SG_VERSION', '2.1. 6' );18 define( 'GRIM_SG_VERSION', '2.1.7' ); 19 19 define( 'GRIM_SG_FILE', __FILE__ ); 20 20 define( 'GRIM_SG_PATH', dirname( GRIM_SG_FILE ) );
Note: See TracChangeset
for help on using the changeset viewer.