Changeset 3488230
- Timestamp:
- 03/22/2026 01:59:17 PM (13 days ago)
- Location:
- list2play-servers
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from list2play-servers/trunk)
-
tags/1.0.2/README.txt (modified) (10 diffs)
-
tags/1.0.2/list2play-servers.php (modified) (2 diffs)
-
trunk/README.txt (modified) (10 diffs)
-
trunk/list2play-servers.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list2play-servers/tags/1.0.2/README.txt
r3426309 r3488230 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play. comon your WordPress website. Perfect for gaming communities, server owners, and gaming websites.15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play.net on your WordPress website. Perfect for gaming communities, server owners, and gaming websites. 16 16 17 17 = Key Features = … … 44 44 45 45 **API Settings:** 46 * API Base URL: API base URL (default: `https://list2play. com/api`)46 * API Base URL: API base URL (default: `https://list2play.net/api`) 47 47 * API Token: Enter your API token from your List2Play profile settings 48 48 * Cache Duration: Set how long to cache API responses (default: 300 seconds) … … 53 53 * Drag and drop servers to reorder them (custom order is preserved) 54 54 * Click "Save Selection" to save your choices 55 * Add servers by ID if needed (enter server ID from List2Play server URL, e.g., `https://list2play. com/servers/discord/922` where `922` is the server ID)55 * Add servers by ID if needed (enter server ID from List2Play server URL, e.g., `https://list2play.net/servers/discord/922` where `922` is the server ID) 56 56 57 57 **Display Options:** … … 222 222 For bug reports, feature requests, or general support, please contact us: 223 223 224 * **Email:** info@list2play. com225 * **Website:** https://list2play. com226 * **Report Bugs:** info@list2play. com(subject: "List2Play Servers Plugin Bug Report")227 * **Feature Requests:** info@list2play. com(subject: "List2Play Servers Plugin Feature Request")224 * **Email:** info@list2play.net 225 * **Website:** https://list2play.net 226 * **Report Bugs:** info@list2play.net (subject: "List2Play Servers Plugin Bug Report") 227 * **Feature Requests:** info@list2play.net (subject: "List2Play Servers Plugin Feature Request") 228 228 229 229 == Installation == … … 253 253 254 254 **Data Sharing:** 255 * Server data is fetched from List2Play. comAPI256 * API usage statistics are automatically logged by List2Play. comAPI (required for service operation)257 * Client metadata (if enabled) is sent to List2Play. comAPI for statistics255 * Server data is fetched from List2Play.net API 256 * API usage statistics are automatically logged by List2Play.net API (required for service operation) 257 * Client metadata (if enabled) is sent to List2Play.net API for statistics 258 258 * No data is shared with third parties 259 259 … … 265 265 266 266 **GDPR Compliance:** 267 * This plugin does not collect personal data directly from your website visitors. However, when the plugin makes API requests to List2Play. com, basic API usage statistics (user ID, endpoints accessed, IP address, User-Agent, timestamps) are automatically logged by List2Play API as required for service operation, security, rate limiting, and monitoring. This is necessary for the API service to function and cannot be disabled (legal basis: legitimate interest under GDPR Article 6(1)(f) and contract performance)267 * This plugin does not collect personal data directly from your website visitors. However, when the plugin makes API requests to List2Play.net, basic API usage statistics (user ID, endpoints accessed, IP address, User-Agent, timestamps) are automatically logged by List2Play API as required for service operation, security, rate limiting, and monitoring. This is necessary for the API service to function and cannot be disabled (legal basis: legitimate interest under GDPR Article 6(1)(f) and contract performance) 268 268 * Detailed client metadata (domain, site URL, plugin/WordPress/PHP versions) may be considered personal data under GDPR and is optional - you can disable it in plugin settings 269 269 * All data stored locally in WordPress can be deleted at any time … … 271 271 272 272 **Third-Party Services:** 273 * List2Play. comAPI: Used to fetch server data273 * List2Play.net API: Used to fetch server data 274 274 * Chart.js CDN: Used for player history charts (loaded from jsdelivr.net) 275 275 276 For more information about List2Play's privacy practices, visit: https://list2play. com/privacy276 For more information about List2Play's privacy practices, visit: https://list2play.net/privacy 277 277 278 278 == Frequently Asked Questions == … … 294 294 For bug reports, feature requests, or general support, please contact us: 295 295 296 * **Email:** info@list2play. com297 * **Website:** https://list2play. com298 * **Report Bugs:** info@list2play. com(subject: "List2Play Servers Plugin Bug Report")299 * **Feature Requests:** info@list2play. com(subject: "List2Play Servers Plugin Feature Request")296 * **Email:** info@list2play.net 297 * **Website:** https://list2play.net 298 * **Report Bugs:** info@list2play.net (subject: "List2Play Servers Plugin Bug Report") 299 * **Feature Requests:** info@list2play.net (subject: "List2Play Servers Plugin Feature Request") 300 300 301 301 == Screenshots == … … 308 308 309 309 == Changelog == 310 311 = 1.0.2 = 312 * **Site domain**: Default API base URL and all documentation now use **https://list2play.net** (migration from list2play.com). 313 * **Support & privacy text**: Updated references to List2Play.net API and contact addresses in readme and FAQ-style sections. 310 314 311 315 = 1.0.1 = -
list2play-servers/tags/1.0.2/list2play-servers.php
r3425624 r3488230 2 2 /** 3 3 * Plugin Name: List2Play Servers 4 * Plugin URI: https://list2play. com4 * Plugin URI: https://list2play.net 5 5 * Description: Display List2Play game servers on your WordPress site with beautiful, customizable layouts. Select which servers to display via admin panel, use shortcode, widget, or Gutenberg block. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: List2Play 8 8 * License: GPL v2 or later … … 19 19 20 20 // Define plugin constants 21 define('LIST2PLAY_SERVERS_VERSION', '1.0. 1');21 define('LIST2PLAY_SERVERS_VERSION', '1.0.2'); 22 22 define('LIST2PLAY_SERVERS_PLUGIN_DIR', plugin_dir_path(__FILE__)); 23 23 define('LIST2PLAY_SERVERS_PLUGIN_URL', plugin_dir_url(__FILE__)); -
list2play-servers/trunk/README.txt
r3426309 r3488230 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play. comon your WordPress website. Perfect for gaming communities, server owners, and gaming websites.15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play.net on your WordPress website. Perfect for gaming communities, server owners, and gaming websites. 16 16 17 17 = Key Features = … … 44 44 45 45 **API Settings:** 46 * API Base URL: API base URL (default: `https://list2play. com/api`)46 * API Base URL: API base URL (default: `https://list2play.net/api`) 47 47 * API Token: Enter your API token from your List2Play profile settings 48 48 * Cache Duration: Set how long to cache API responses (default: 300 seconds) … … 53 53 * Drag and drop servers to reorder them (custom order is preserved) 54 54 * Click "Save Selection" to save your choices 55 * Add servers by ID if needed (enter server ID from List2Play server URL, e.g., `https://list2play. com/servers/discord/922` where `922` is the server ID)55 * Add servers by ID if needed (enter server ID from List2Play server URL, e.g., `https://list2play.net/servers/discord/922` where `922` is the server ID) 56 56 57 57 **Display Options:** … … 222 222 For bug reports, feature requests, or general support, please contact us: 223 223 224 * **Email:** info@list2play. com225 * **Website:** https://list2play. com226 * **Report Bugs:** info@list2play. com(subject: "List2Play Servers Plugin Bug Report")227 * **Feature Requests:** info@list2play. com(subject: "List2Play Servers Plugin Feature Request")224 * **Email:** info@list2play.net 225 * **Website:** https://list2play.net 226 * **Report Bugs:** info@list2play.net (subject: "List2Play Servers Plugin Bug Report") 227 * **Feature Requests:** info@list2play.net (subject: "List2Play Servers Plugin Feature Request") 228 228 229 229 == Installation == … … 253 253 254 254 **Data Sharing:** 255 * Server data is fetched from List2Play. comAPI256 * API usage statistics are automatically logged by List2Play. comAPI (required for service operation)257 * Client metadata (if enabled) is sent to List2Play. comAPI for statistics255 * Server data is fetched from List2Play.net API 256 * API usage statistics are automatically logged by List2Play.net API (required for service operation) 257 * Client metadata (if enabled) is sent to List2Play.net API for statistics 258 258 * No data is shared with third parties 259 259 … … 265 265 266 266 **GDPR Compliance:** 267 * This plugin does not collect personal data directly from your website visitors. However, when the plugin makes API requests to List2Play. com, basic API usage statistics (user ID, endpoints accessed, IP address, User-Agent, timestamps) are automatically logged by List2Play API as required for service operation, security, rate limiting, and monitoring. This is necessary for the API service to function and cannot be disabled (legal basis: legitimate interest under GDPR Article 6(1)(f) and contract performance)267 * This plugin does not collect personal data directly from your website visitors. However, when the plugin makes API requests to List2Play.net, basic API usage statistics (user ID, endpoints accessed, IP address, User-Agent, timestamps) are automatically logged by List2Play API as required for service operation, security, rate limiting, and monitoring. This is necessary for the API service to function and cannot be disabled (legal basis: legitimate interest under GDPR Article 6(1)(f) and contract performance) 268 268 * Detailed client metadata (domain, site URL, plugin/WordPress/PHP versions) may be considered personal data under GDPR and is optional - you can disable it in plugin settings 269 269 * All data stored locally in WordPress can be deleted at any time … … 271 271 272 272 **Third-Party Services:** 273 * List2Play. comAPI: Used to fetch server data273 * List2Play.net API: Used to fetch server data 274 274 * Chart.js CDN: Used for player history charts (loaded from jsdelivr.net) 275 275 276 For more information about List2Play's privacy practices, visit: https://list2play. com/privacy276 For more information about List2Play's privacy practices, visit: https://list2play.net/privacy 277 277 278 278 == Frequently Asked Questions == … … 294 294 For bug reports, feature requests, or general support, please contact us: 295 295 296 * **Email:** info@list2play. com297 * **Website:** https://list2play. com298 * **Report Bugs:** info@list2play. com(subject: "List2Play Servers Plugin Bug Report")299 * **Feature Requests:** info@list2play. com(subject: "List2Play Servers Plugin Feature Request")296 * **Email:** info@list2play.net 297 * **Website:** https://list2play.net 298 * **Report Bugs:** info@list2play.net (subject: "List2Play Servers Plugin Bug Report") 299 * **Feature Requests:** info@list2play.net (subject: "List2Play Servers Plugin Feature Request") 300 300 301 301 == Screenshots == … … 308 308 309 309 == Changelog == 310 311 = 1.0.2 = 312 * **Site domain**: Default API base URL and all documentation now use **https://list2play.net** (migration from list2play.com). 313 * **Support & privacy text**: Updated references to List2Play.net API and contact addresses in readme and FAQ-style sections. 310 314 311 315 = 1.0.1 = -
list2play-servers/trunk/list2play-servers.php
r3425624 r3488230 2 2 /** 3 3 * Plugin Name: List2Play Servers 4 * Plugin URI: https://list2play. com4 * Plugin URI: https://list2play.net 5 5 * Description: Display List2Play game servers on your WordPress site with beautiful, customizable layouts. Select which servers to display via admin panel, use shortcode, widget, or Gutenberg block. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: List2Play 8 8 * License: GPL v2 or later … … 19 19 20 20 // Define plugin constants 21 define('LIST2PLAY_SERVERS_VERSION', '1.0. 1');21 define('LIST2PLAY_SERVERS_VERSION', '1.0.2'); 22 22 define('LIST2PLAY_SERVERS_PLUGIN_DIR', plugin_dir_path(__FILE__)); 23 23 define('LIST2PLAY_SERVERS_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.