Releases: House-Of-Change/answers-wordpress
Releases · House-Of-Change/answers-wordpress
Release list
v1.0.11
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.10
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.9
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.8
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.7
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.6
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.5
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.4
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.3
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.
v1.0.2
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.zipThen install in WordPress: Plugins → Add New → Upload Plugin.