Skip to content

Releases: House-Of-Change/answers-wordpress

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:05
91e9ba0

What's changed

  • Merge pull request #6 from House-Of-Change/sit-12-withhold-only-on-a-declared-market
  • fix: withhold a fragment only when a market was actually declared

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.11' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:40
cc01a1b

What's changed

  • Merge pull request #5 from House-Of-Change/feat/market-aware-rendering
  • docs: note that the inLanguage read is on the fragment, not the page
  • test: reset the withheld counter between cases, not just the market
  • refactor: the plugin reports the market, the platform decides everything else
  • fix: two defects the client-safety review found before merge
  • feat: do not serve a market's FAQs on another market's pages

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.10' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:06
6ad2a70

What's changed

  • Merge pull request #4 from House-Of-Change/fix/default-api-url
  • Ship default API URL as a real value instead of a placeholder

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.9' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:54
11451a2

What's changed

  • Merge pull request #3 from House-Of-Change/copy-update-info-link-answers
  • Apply product owner copy to all client-visible surfaces

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.8' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:40
cc15554

What's changed

  • Merge pull request #1 from House-Of-Change/wpbakery-element
  • Merge remote-tracking branch 'origin/main' into wpbakery-element
  • raise PHP upload limits and route debug output to a log file
  • add WPBakery element for [answers_faq] shortcode

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.7' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:38
c128030

What's changed

  • Merge pull request #2 from House-Of-Change/elementor-widget
  • add Elementor widget for [answers_faq] shortcode

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.6' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:48

What's changed

  • default API URL to production publish endpoint

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.5' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Jun 12:03

What's changed

  • update meta

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.4' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:16

What's changed

  • treat cache TTL 0 as no-cache; always request variant=embedded
  • relabel set ID to feed ID across plugin, seed, and docs
  • match expanded publish-feed options in shortcode; rename set to id
  • fetch pre-rendered HTML feed from API instead of normalizing JSON

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.3' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 May 14:46

What's changed

  • fix update-checker URL after repo move to House-Of-Change

Install this release

curl -L \
  "$(curl -s 'https://api.github.com/repos/House-Of-Change/answers-wordpress/releases/tags/v1.0.2' \
    | grep '"browser_download_url"' | cut -d'"' -f4)" \
  -o answers.zip

Then install in WordPress: Plugins → Add New → Upload Plugin.