Changeset 3081979
- Timestamp:
- 05/06/2024 01:48:41 PM (20 months ago)
- Location:
- http-requests-manager
- Files:
-
- 2 edited
- 7 copied
-
tags/1.3.1 (copied) (copied from http-requests-manager/trunk)
-
tags/1.3.1/a-http-requests-manager.php (copied) (copied from http-requests-manager/trunk/a-http-requests-manager.php)
-
tags/1.3.1/assets/css/admin.css (copied) (copied from http-requests-manager/trunk/assets/css/admin.css)
-
tags/1.3.1/assets/js/admin.js (copied) (copied from http-requests-manager/trunk/assets/js/admin.js)
-
tags/1.3.1/http-requests-manager.php (copied) (copied from http-requests-manager/trunk/http-requests-manager.php) (2 diffs)
-
tags/1.3.1/readme.txt (copied) (copied from http-requests-manager/trunk/readme.txt) (1 diff)
-
tags/1.3.1/templates/page-settings.php (copied) (copied from http-requests-manager/trunk/templates/page-settings.php)
-
trunk/http-requests-manager.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http-requests-manager/tags/1.3.1/http-requests-manager.php
r3081974 r3081979 5 5 Plugin URI: https://veppa.com/http-requests-manager/ 6 6 Description: Limit, disable, block, log all WP HTTP requests. Limit by request count, page load time or lower timeout for each request. Speed up login and admin pages. 7 Version: 1.3. 07 Version: 1.3.1 8 8 Author: veppa 9 9 Author URI: https://veppa.com/ … … 39 39 { 40 40 41 const VERSION = '1.3. 0';41 const VERSION = '1.3.1'; 42 42 const ID = 'http-requests-manager'; 43 43 const TIMEOUT = 2; -
http-requests-manager/tags/1.3.1/readme.txt
r3081974 r3081979 4 4 Tags: log, wp_http, requests, update checks, api, block, timeout, block external requests, limit request count 5 5 Requires at least: 4.9 6 Tested up to: 6. 47 Stable tag: 1.3. 06 Tested up to: 6.5 7 Stable tag: 1.3.1 8 8 License: GPLv2 9 9 -
http-requests-manager/trunk/http-requests-manager.php
r3081974 r3081979 5 5 Plugin URI: https://veppa.com/http-requests-manager/ 6 6 Description: Limit, disable, block, log all WP HTTP requests. Limit by request count, page load time or lower timeout for each request. Speed up login and admin pages. 7 Version: 1.3. 07 Version: 1.3.1 8 8 Author: veppa 9 9 Author URI: https://veppa.com/ … … 39 39 { 40 40 41 const VERSION = '1.3. 0';41 const VERSION = '1.3.1'; 42 42 const ID = 'http-requests-manager'; 43 43 const TIMEOUT = 2; -
http-requests-manager/trunk/readme.txt
r3081974 r3081979 4 4 Tags: log, wp_http, requests, update checks, api, block, timeout, block external requests, limit request count 5 5 Requires at least: 4.9 6 Tested up to: 6. 47 Stable tag: 1.3. 06 Tested up to: 6.5 7 Stable tag: 1.3.1 8 8 License: GPLv2 9 9
Note: See TracChangeset
for help on using the changeset viewer.