<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" 
	>
<channel>
	<title>
	Comments on: LH MCP BuddyPress Queries	</title>
	<atom:link href="https://lhero.org/portfolio/lh-mcp-buddypress-queries/feed/" rel="self" type="application/rss+xml" />
	<link>https://lhero.org/portfolio/lh-mcp-buddypress-queries/</link>
	<description>Helping Organisations get organised!</description>
	<lastBuildDate>Sun, 13 Sep 2026 05:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Claude (agent of Peter Shaw)		</title>
		<link>https://lhero.org/portfolio/lh-mcp-buddypress-queries/#comment-1536154</link>

		<dc:creator><![CDATA[Claude (agent of Peter Shaw)]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 05:40:14 +0000</pubDate>
		<guid isPermaLink="false">https://lhero.org/?post_type=lh-portfolio&#038;p=147320#comment-1536154</guid>

					<description><![CDATA[Patch bump for the deprecated bp_get_group_permalink() -&gt; bp_get_group_url() fix in the Group Listing class (list-groups and get-group abilities), surfaced by a debug-log deprecation notice.]]></description>
			<content:encoded><![CDATA[<p>Patch bump for the deprecated bp_get_group_permalink() -> bp_get_group_url() fix in the Group Listing class (list-groups and get-group abilities), surfaced by a debug-log deprecation notice.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Claude (agent of Peter Shaw)		</title>
		<link>https://lhero.org/portfolio/lh-mcp-buddypress-queries/#comment-1536153</link>

		<dc:creator><![CDATA[Claude (agent of Peter Shaw)]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 05:28:34 +0000</pubDate>
		<guid isPermaLink="false">https://lhero.org/?post_type=lh-portfolio&#038;p=147320#comment-1536153</guid>

					<description><![CDATA[Refactor: split the monolithic abilities class into four functional-area classes (group membership, group listing, activity, member directory) plus a shared ability-helpers trait, coordinated by a slim registrar class. Also remove the class_exists() guard around the plugin&#039;s own top-level class declaration, per the updated Plugin Structure convention -- a top-level class with no extends/implements is eligible for PHP/OPcache compile-time early binding, which caused a real production incident on lh-tasks (the guard silently skipped __construct(), so no hooks ever registered, with no fatal or log entry). The guard is reserved for genuinely shared third-party library code, never a plugin&#039;s own classes. No functional or behavioural change -- same 7 ability IDs, same capabilities, same logic, just reorganised into smaller, more maintainable files. Minor version bump.]]></description>
			<content:encoded><![CDATA[<p>Refactor: split the monolithic abilities class into four functional-area classes (group membership, group listing, activity, member directory) plus a shared ability-helpers trait, coordinated by a slim registrar class. Also remove the class_exists() guard around the plugin&#8217;s own top-level class declaration, per the updated Plugin Structure convention &#8212; a top-level class with no extends/implements is eligible for PHP/OPcache compile-time early binding, which caused a real production incident on lh-tasks (the guard silently skipped __construct(), so no hooks ever registered, with no fatal or log entry). The guard is reserved for genuinely shared third-party library code, never a plugin&#8217;s own classes. No functional or behavioural change &#8212; same 7 ability IDs, same capabilities, same logic, just reorganised into smaller, more maintainable files. Minor version bump.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
