Plugin Directory

Changeset 3267169


Ignore:
Timestamp:
04/05/2025 07:14:55 AM (12 months ago)
Author:
gnpublisher
Message:

Released version 1.5.21

Location:
gn-publisher/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gn-publisher/trunk/changelog.txt

    r3235395 r3267169  
     1= 1.5.21 - (05 April 2025) =
     2
     3* Fixed : News Sitemap Not Updating & Category Display Improvement #120
     4* Fixed : Error with the Flipboard feed format option #122
     5
    16= 1.5.20 - (05 February 2025) =
    27
  • gn-publisher/trunk/controllers/admin/class-gnpub-sitemap.php

    r3232078 r3267169  
    105105                    <label class="gnpub_checkbox" for="gnpub_news_sitemap_include_post_types_attachment"><?php echo esc_html__( 'Media (attachment)', 'gn-publisher' ); ?></label>
    106106           
    107                     <h4><?php esc_html__( 'Categories to exclude', 'gn-publisher' ); ?></h4>
     107                    <h4><?php echo esc_html__( 'Categories to exclude', 'gn-publisher' ); ?></h4>
    108108                    <?php
    109109                    $categories = get_categories();
  • gn-publisher/trunk/gn-publisher.php

    r3235395 r3267169  
    88 * Plugin URI: https://gnpublisher.com/
    99 * Description: GN Publisher: The easy way to make Google News Publisher compatible RSS feeds.
    10  * Version: 1.5.20
     10 * Version: 1.5.21
    1111 * Author: Chris Andrews
    1212 * Author URI: https://gnpublisher.com/
     
    4141    }
    4242 
    43     define( 'GNPUB_VERSION', '1.5.20' );
     43    define( 'GNPUB_VERSION', '1.5.21' );
    4444    define( 'GNPUB_PATH', plugin_dir_path( __FILE__ ) );
    4545    define( 'GNPUB_URL', plugins_url( '', __FILE__) );
  • gn-publisher/trunk/readme.txt

    r3235395 r3267169  
    55Tested up to: 6.7
    66Requires PHP: 5.4
    7 Stable tag: 1.5.20
     7Stable tag: 1.5.21
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9090== Changelog ==
    9191
     92= 1.5.21 - (05 April 2025) =
     93
     94* Fixed : News Sitemap Not Updating & Category Display Improvement #120
     95* Fixed : Error with the Flipboard feed format option #122
     96
    9297= 1.5.20 - (05 February 2025) =
    9398
  • gn-publisher/trunk/templates/flipboard-news-feed.php

    r3150431 r3267169  
    5757    <channel>
    5858        <title><?php gnpub_wp_title_rss(); ?></title>
     59        <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" />
    5960        <link><?php gnpub_feed_channel_link(); ?></link>
    6061        <description><?php gnpub_bloginfo_rss( 'description' ); ?></description>
Note: See TracChangeset for help on using the changeset viewer.