Skip to content

Releases: internetebiz/bligence-publisher

v1.9.5 - Clean plugin links

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 15:42

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

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 15:34

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

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 14:24

v1.9.3 - Critical Fix

Key fixes:

  1. 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.
  2. Scheduled posts — Added future post status to scan (was missing scheduled posts)
  3. HTML-encoded quotes — Now handles " encoded quotes in content
  4. 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

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 07:10

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

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 06:42

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

  1. Go to Settings > Bligence
  2. Scroll to "Schema Cleanup Tool"
  3. Select number of posts to scan
  4. Click "Scan & Fix Posts"

v1.9.0: Auto-Updater + Schema Support

Choose a tag to compare

@internetebiz internetebiz released this 05 Mar 06:30

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

  1. Download bligence-publisher.zip from this release
  2. WordPress Admin > Plugins > Add New > Upload Plugin
  3. Activate - future updates will appear automatically