Plugin Directory

Changeset 3488230


Ignore:
Timestamp:
03/22/2026 01:59:17 PM (13 days ago)
Author:
list2play
Message:

List2Play Servers 1.0.2: list2play.net domain, readme and API documentation

Location:
list2play-servers
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • list2play-servers/tags/1.0.2/README.txt

    r3426309 r3488230  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play.com on your WordPress website. Perfect for gaming communities, server owners, and gaming websites.
     15List2Play 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.
    1616
    1717= Key Features =
     
    4444
    4545**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`)
    4747* API Token: Enter your API token from your List2Play profile settings
    4848* Cache Duration: Set how long to cache API responses (default: 300 seconds)
     
    5353* Drag and drop servers to reorder them (custom order is preserved)
    5454* 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)
    5656
    5757**Display Options:**
     
    222222For bug reports, feature requests, or general support, please contact us:
    223223
    224 * **Email:** info@list2play.com
    225 * **Website:** https://list2play.com
    226 * **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")
    228228
    229229== Installation ==
     
    253253
    254254**Data Sharing:**
    255 * Server data is fetched from List2Play.com API
    256 * API usage statistics are automatically logged by List2Play.com API (required for service operation)
    257 * Client metadata (if enabled) is sent to List2Play.com API for statistics
     255* 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
    258258* No data is shared with third parties
    259259
     
    265265
    266266**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)
    268268* 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
    269269* All data stored locally in WordPress can be deleted at any time
     
    271271
    272272**Third-Party Services:**
    273 * List2Play.com API: Used to fetch server data
     273* List2Play.net API: Used to fetch server data
    274274* Chart.js CDN: Used for player history charts (loaded from jsdelivr.net)
    275275
    276 For more information about List2Play's privacy practices, visit: https://list2play.com/privacy
     276For more information about List2Play's privacy practices, visit: https://list2play.net/privacy
    277277
    278278== Frequently Asked Questions ==
     
    294294For bug reports, feature requests, or general support, please contact us:
    295295
    296 * **Email:** info@list2play.com
    297 * **Website:** https://list2play.com
    298 * **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")
    300300
    301301== Screenshots ==
     
    308308
    309309== 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.
    310314
    311315= 1.0.1 =
  • list2play-servers/tags/1.0.2/list2play-servers.php

    r3425624 r3488230  
    22/**
    33 * Plugin Name: List2Play Servers
    4  * Plugin URI: https://list2play.com
     4 * Plugin URI: https://list2play.net
    55 * 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.1
     6 * Version: 1.0.2
    77 * Author: List2Play
    88 * License: GPL v2 or later
     
    1919
    2020// Define plugin constants
    21 define('LIST2PLAY_SERVERS_VERSION', '1.0.1');
     21define('LIST2PLAY_SERVERS_VERSION', '1.0.2');
    2222define('LIST2PLAY_SERVERS_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2323define('LIST2PLAY_SERVERS_PLUGIN_URL', plugin_dir_url(__FILE__));
  • list2play-servers/trunk/README.txt

    r3426309 r3488230  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 List2Play Servers is a powerful WordPress plugin that allows you to display game servers from List2Play.com on your WordPress website. Perfect for gaming communities, server owners, and gaming websites.
     15List2Play 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.
    1616
    1717= Key Features =
     
    4444
    4545**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`)
    4747* API Token: Enter your API token from your List2Play profile settings
    4848* Cache Duration: Set how long to cache API responses (default: 300 seconds)
     
    5353* Drag and drop servers to reorder them (custom order is preserved)
    5454* 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)
    5656
    5757**Display Options:**
     
    222222For bug reports, feature requests, or general support, please contact us:
    223223
    224 * **Email:** info@list2play.com
    225 * **Website:** https://list2play.com
    226 * **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")
    228228
    229229== Installation ==
     
    253253
    254254**Data Sharing:**
    255 * Server data is fetched from List2Play.com API
    256 * API usage statistics are automatically logged by List2Play.com API (required for service operation)
    257 * Client metadata (if enabled) is sent to List2Play.com API for statistics
     255* 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
    258258* No data is shared with third parties
    259259
     
    265265
    266266**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)
    268268* 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
    269269* All data stored locally in WordPress can be deleted at any time
     
    271271
    272272**Third-Party Services:**
    273 * List2Play.com API: Used to fetch server data
     273* List2Play.net API: Used to fetch server data
    274274* Chart.js CDN: Used for player history charts (loaded from jsdelivr.net)
    275275
    276 For more information about List2Play's privacy practices, visit: https://list2play.com/privacy
     276For more information about List2Play's privacy practices, visit: https://list2play.net/privacy
    277277
    278278== Frequently Asked Questions ==
     
    294294For bug reports, feature requests, or general support, please contact us:
    295295
    296 * **Email:** info@list2play.com
    297 * **Website:** https://list2play.com
    298 * **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")
    300300
    301301== Screenshots ==
     
    308308
    309309== 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.
    310314
    311315= 1.0.1 =
  • list2play-servers/trunk/list2play-servers.php

    r3425624 r3488230  
    22/**
    33 * Plugin Name: List2Play Servers
    4  * Plugin URI: https://list2play.com
     4 * Plugin URI: https://list2play.net
    55 * 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.1
     6 * Version: 1.0.2
    77 * Author: List2Play
    88 * License: GPL v2 or later
     
    1919
    2020// Define plugin constants
    21 define('LIST2PLAY_SERVERS_VERSION', '1.0.1');
     21define('LIST2PLAY_SERVERS_VERSION', '1.0.2');
    2222define('LIST2PLAY_SERVERS_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2323define('LIST2PLAY_SERVERS_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.