Changeset 3267169
- Timestamp:
- 04/05/2025 07:14:55 AM (12 months ago)
- Location:
- gn-publisher/trunk
- Files:
-
- 5 edited
-
changelog.txt (modified) (1 diff)
-
controllers/admin/class-gnpub-sitemap.php (modified) (1 diff)
-
gn-publisher.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
templates/flipboard-news-feed.php (modified) (1 diff)
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 1 6 = 1.5.20 - (05 February 2025) = 2 7 -
gn-publisher/trunk/controllers/admin/class-gnpub-sitemap.php
r3232078 r3267169 105 105 <label class="gnpub_checkbox" for="gnpub_news_sitemap_include_post_types_attachment"><?php echo esc_html__( 'Media (attachment)', 'gn-publisher' ); ?></label> 106 106 107 <h4><?php e sc_html__( 'Categories to exclude', 'gn-publisher' ); ?></h4>107 <h4><?php echo esc_html__( 'Categories to exclude', 'gn-publisher' ); ?></h4> 108 108 <?php 109 109 $categories = get_categories(); -
gn-publisher/trunk/gn-publisher.php
r3235395 r3267169 8 8 * Plugin URI: https://gnpublisher.com/ 9 9 * Description: GN Publisher: The easy way to make Google News Publisher compatible RSS feeds. 10 * Version: 1.5.2 010 * Version: 1.5.21 11 11 * Author: Chris Andrews 12 12 * Author URI: https://gnpublisher.com/ … … 41 41 } 42 42 43 define( 'GNPUB_VERSION', '1.5.2 0' );43 define( 'GNPUB_VERSION', '1.5.21' ); 44 44 define( 'GNPUB_PATH', plugin_dir_path( __FILE__ ) ); 45 45 define( 'GNPUB_URL', plugins_url( '', __FILE__) ); -
gn-publisher/trunk/readme.txt
r3235395 r3267169 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.4 7 Stable tag: 1.5.2 07 Stable tag: 1.5.21 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 90 90 == Changelog == 91 91 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 92 97 = 1.5.20 - (05 February 2025) = 93 98 -
gn-publisher/trunk/templates/flipboard-news-feed.php
r3150431 r3267169 57 57 <channel> 58 58 <title><?php gnpub_wp_title_rss(); ?></title> 59 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 59 60 <link><?php gnpub_feed_channel_link(); ?></link> 60 61 <description><?php gnpub_bloginfo_rss( 'description' ); ?></description>
Note: See TracChangeset
for help on using the changeset viewer.