Skip to content

Releases: dylanfostercoxgp/auto-generate-blog-ideaboss

v1.0.5 — Fix cURL error 61 (Brotli encoding)

Choose a tag to compare

@dylanfostercoxgp dylanfostercoxgp released this 13 Mar 17:22

Bug Fix

Fixed: cURL error 61 — Unrecognized content encoding type

In v1.0.4, the Accept-Encoding: gzip, deflate, br header was added to URL fetch requests. When a site honours that and returns Brotli (br) compressed content, WordPress's built-in libcurl throws error 61 because Brotli decompression requires a separately compiled extension that most PHP installs do not include.

Fix: Removed the explicit Accept-Encoding header. cURL now negotiates only the encodings it can natively handle (gzip, deflate), resolving the import error.

v1.0.4 — URL Import fix, expanded settings, auto-updates

Choose a tag to compare

@dylanfostercoxgp dylanfostercoxgp released this 13 Mar 17:17

What's New in v1.0.4

Bug Fixes

  • URL Import fixed: Switched to tag-delimited response format (<agb_content>) that completely prevents JSON parsing failures caused by HTML attribute quotes in article content
  • Article fetcher now evaluates ALL content selectors to find the highest word-count node (removed early exit that could grab the wrong element)
  • More realistic browser headers on fetch requests to reduce bot-detection blocks (Accept-Encoding, Referer, Cache-Control)
  • Better HTTP error messages for 403 / 429 responses
  • Added aside to noise removal; 12 new CSS-class selectors for better site coverage

New Features

  • GitHub auto-updater: Sites running the plugin now receive update notifications in WP Admin → Plugins — no more manual uploads
  • Settings → Default Website Name: Pre-fills the Website field on every AI Generate post
  • Settings → Default Post Author: Assign all generated posts to a specific user
  • Settings → Default Category: Pre-selects a category in the Generate panel
  • Settings → Auto-Tag: Automatically add a custom tag to every generated post
  • Settings → Max Tokens (separate AI Generate + URL Import controls)
  • Settings → Max Article Words to Send (control API payload size)
  • Settings → Attribution Footer Template (customisable with {article_url}, {domain_url}, {domain} placeholders)
  • Settings → Fetch Timeout and Fetch User Agent for URL Import
  • Settings → SEO Plugin selector (Yoast / Rank Math / AIOSEO / Auto / None)
  • Settings → Auto-Hide Featured Image toggle
  • Settings → Debug Mode (logs API responses to debug.log)
  • Settings page organised into clear labelled sections