Plugin Directory

Changeset 2992575


Ignore:
Timestamp:
11/08/2023 08:39:57 PM (2 years ago)
Author:
diagnoseo
Message:

sitemap date fixed

Location:
diagnoseo
Files:
3 edited
34 copied

Legend:

Unmodified
Added
Removed
  • diagnoseo/tags/1.2.19/diagnoseo.php

    r2990168 r2992575  
    44 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/
    55 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints.
    6  * Version: 1.2.18
     6 * Version: 1.2.19
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/tags/1.2.19/includes/sitemap.php

    r2868136 r2992575  
    6666    $show_lastmod = get_option( 'diagnoseo_sitemap_lastmod' );
    6767    if ( $show_lastmod ) {
    68         $entry['lastmod'] = $post->post_modified_gmt;
     68        $entry['lastmod'] = get_post_modified_time( 'c', false, $post->ID );
    6969    }
    7070    return $entry;
  • diagnoseo/tags/1.2.19/readme.txt

    r2990168 r2992575  
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.18
     6Stable tag: 1.2.19
    77Requires PHP: 5.0
    88License: GPLv2 or later
  • diagnoseo/trunk/diagnoseo.php

    r2990168 r2992575  
    44 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/
    55 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints.
    6  * Version: 1.2.18
     6 * Version: 1.2.19
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/trunk/includes/sitemap.php

    r2868136 r2992575  
    6666    $show_lastmod = get_option( 'diagnoseo_sitemap_lastmod' );
    6767    if ( $show_lastmod ) {
    68         $entry['lastmod'] = $post->post_modified_gmt;
     68        $entry['lastmod'] = get_post_modified_time( 'c', false, $post->ID );
    6969    }
    7070    return $entry;
  • diagnoseo/trunk/readme.txt

    r2990168 r2992575  
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.18
     6Stable tag: 1.2.19
    77Requires PHP: 5.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.