Releases: internetebiz/bligence-publisher
Releases · internetebiz/bligence-publisher
Release list
v1.9.5 - Clean plugin links
Changes:
- Plugin URI now points to https://internete.net/bligence
- Removed GitHub and Bligence App links from Plugins page
- View Details links to internete.net/bligence
- By Internete links to internete.net
- Auto-updater URLs updated accordingly
v1.9.4: Plugin Links
v1.9.4
Adds professional links to the WordPress Plugins page:
- Settings link (next to Deactivate)
- Bligence App link → app.bligence.com
- GitHub link → source repo
- Author "Internete" links to internete.net
- "Visit plugin site" links to GitHub repo
v1.9.3: Fix Schema Cleanup Tool
v1.9.3 - Critical Fix
Key fixes:
- kses_remove_filters() — wp_update_post() was re-running wp_kses_post() on the cleaned content, potentially re-stripping things. Now temporarily disables kses during cleanup saves.
- Scheduled posts — Added future post status to scan (was missing scheduled posts)
- HTML-encoded quotes — Now handles " encoded quotes in content
- Debug output — Shows which specific posts were fixed with details
Update plugin, then re-run: Settings > Bligence > Scan & Fix Posts
v1.9.2: Fix Schema Cleanup Tool
v1.9.2
Fixed: Schema Cleanup Tool
The regex-based JSON extraction was failing on nested FAQ schemas (non-greedy match cut off too early, resulting in invalid JSON).
New approach: Uses bracket-counting that properly handles deeply nested JSON:
- Finds the {"@context" marker in post content
- Counts opening/closing braces and brackets, respecting string boundaries
- Extracts the complete valid JSON object
- Stores it in _bligence_schema post meta
- Removes the raw text from post content
Update and re-run: Settings > Bligence > Schema Cleanup Tool > Scan & Fix Posts
v1.9.1: Schema Cleanup Tool
v1.9.1
Schema Cleanup Tool
Adds a one-click tool to the Bligence settings page that:
- Scans recent posts for raw JSON-LD schema stuck in the content body
- Extracts the schema to _bligence_schema post meta
- Removes the raw JSON from the visible content
- Fixes posts where wp_kses_post stripped script tags leaving raw JSON visible
How to use
- Go to Settings > Bligence
- Scroll to "Schema Cleanup Tool"
- Select number of posts to scan
- Click "Scan & Fix Posts"
v1.9.0: Auto-Updater + Schema Support
What's New in v1.9.0
GitHub Auto-Updater
- Plugin now checks GitHub releases for updates automatically
- WordPress Admin will show Update available when a new version is released
- One-click update from WordPress dashboard
Schema JSON-LD Support (from v1.8)
- Stores schema as post meta instead of in post content
- Outputs JSON-LD in head via wp_head hook
- Fixes schema appearing as raw text on sites without unfiltered_html
Installation
- Download bligence-publisher.zip from this release
- WordPress Admin > Plugins > Add New > Upload Plugin
- Activate - future updates will appear automatically