Skip to content

Commit 11bdec0

Browse files
author
bcc-bot
committed
Released bcc-attachments-rss-feed plugin v1.0.1
1 parent 5106255 commit 11bdec0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/bcc-attachments-rss-feed/bcc-attachments-rss-feed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BCC – Attachments RSS Feed
44
* Description: Registers a paginated RSS2 feed for media attachments at /feed/attachments. Each item maps the attachment's alt text + caption to the <description> and the attachment's description (post_content) + searchwp_content meta to <content:encoded>. Only attachments that have at least one of those fields are included.
55
* Author: BCC IT
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
*/
88

99
if ( ! defined( 'ABSPATH' ) ) { exit; }
@@ -16,7 +16,7 @@ class BCC_Attachments_RSS_Feed {
1616
* The plugin instance.
1717
*/
1818
private static $instance = null;
19-
private $plugin_version = "1.0.0";
19+
private $plugin_version = "1.0.1";
2020
private $plugin;
2121
private $plugin_slug;
2222
private $plugin_name = "BCC – Attachments RSS Feed";

plugins/bcc-attachments-rss-feed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "bcc-attachments-rss-feed",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"slug": "bcc-attachments-rss-feed",
66
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
77
"author_profile": "https://github.com/bcc-code",
88
"requires": "3.0",
99
"tested": "6.8",
1010
"requires_php": "5.3",
11-
"last_updated": "2026-06-04 00:00:00",
11+
"last_updated": "2026-06-04 09:07:52",
1212
"sections": {
1313
"description": "BCC – Attachments RSS Feed",
1414
"installation": "Remember to activate the plugin after installation. It registers a paginated RSS2 feed at /feed/attachments. If the feed returns a 404, visit Settings → Permalinks and click Save to flush rewrite rules.",

0 commit comments

Comments
 (0)