=== GameQuery Server Lists === Contributors: pbdaemon Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 0.1.6 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html Free, open-source GPL plugin for WordPress gaming sites to build and promote game server lists. == Description == GameQuery Server Lists is a free, open-source WordPress plugin released under GPL-2.0-or-later. It is built for gaming blogs and community websites that want a fast, reliable way to promote game servers. With this plugin, a site owner can add server addresses, select the game, and publish a server list in minutes. Lists can be embedded anywhere with shortcodes and integrated in widget areas across pages. WordPress admins can embed lists with: * `[wpgs_list_123]` * `[wpgs_list id="123"]` Key features include: * One-click secure GameQuery account connection with API key selection. * Multi-game list support with templates and background refresh via WP-Cron. * Built-in analytics for views and clicks. * Campaign goal automation that can auto-hide a server list after owner-defined click/view limits are reached. == External services == This plugin connects to GameQuery services for account connection, server data fetching, and game catalog lookup. 1. GameQuery API (`https://api.gamequery.dev`) is used to fetch server payload data and the games catalog. - Data sent on server fetch requests: configured `game_id` values, configured server `IP:PORT` values, API account email, API token, and selected API plan. - Data sent on games catalog requests: no user identifiers or personal data; only a GET request for available games. - Trigger: when list cache is refreshed (WP-Cron or cache miss) and when games catalog cache refreshes. - Terms of Service: https://gamequery.dev/terms-of-service - Privacy Policy: https://gamequery.dev/privacy-policy 2. GameQuery account service (`https://gamequery.dev`) is used when an admin connects an account from plugin settings. - Data sent: site URL, admin URL, plugin version, PKCE/session metadata, and temporary authorization/session tokens during the connect flow. - Trigger: only after an admin clicks the connect button. - Terms of Service: https://gamequery.dev/terms-of-service - Privacy Policy: https://gamequery.dev/privacy-policy == Installation == 1. Upload plugin files to `/wp-content/plugins/gamequery-servers-lists`, or install through your deployment process. 2. Activate the plugin through the "Plugins" screen in WordPress. 3. In `WPGS -> Settings`, connect your account with the one-click GameQuery popup (or use manual credentials). 4. Create lists in `WPGS -> Lists`. == Changelog == = 0.1.6 = * Security: stop pre-filling the API token field in Settings; the stored value is no longer echoed into the HTML. A "(saved)" indicator and optional "Clear saved token" checkbox replace the old behavior. * Security: restrict the Account Base URL and API Base URL settings to `gamequery.dev` hosts by default and block loopback/private/link-local targets. Define `WPGS_ALLOW_CUSTOM_API_URL` in `wp-config.php` to opt-in to custom hosts for staging/dev setups. * Security: require `https://` for the default GameQuery endpoints and reject URLs containing embedded credentials. = 0.1.5 = * Remove per-list Custom CSS input and all frontend `