Changeset 3265309
- Timestamp:
- 04/01/2025 08:06:24 PM (12 months ago)
- Location:
- prompress
- Files:
-
- 5 edited
- 20 copied
-
tags/1.2.2 (copied) (copied from prompress/trunk)
-
tags/1.2.2/LICENSE (copied) (copied from prompress/trunk/LICENSE)
-
tags/1.2.2/README.md (copied) (copied from prompress/trunk/README.md) (1 diff)
-
tags/1.2.2/README.txt (copied) (copied from prompress/trunk/README.txt) (1 diff)
-
tags/1.2.2/build (copied) (copied from prompress/trunk/build)
-
tags/1.2.2/build/index-rtl.css (copied) (copied from prompress/trunk/build/index-rtl.css)
-
tags/1.2.2/build/index.asset.php (copied) (copied from prompress/trunk/build/index.asset.php)
-
tags/1.2.2/build/index.css (copied) (copied from prompress/trunk/build/index.css)
-
tags/1.2.2/build/index.js (copied) (copied from prompress/trunk/build/index.js)
-
tags/1.2.2/composer.json (copied) (copied from prompress/trunk/composer.json)
-
tags/1.2.2/inc (copied) (copied from prompress/trunk/inc)
-
tags/1.2.2/inc/class-errors.php (modified) (1 diff)
-
tags/1.2.2/inc/class-monitor.php (copied) (copied from prompress/trunk/inc/class-monitor.php)
-
tags/1.2.2/inc/rest.php (copied) (copied from prompress/trunk/inc/rest.php)
-
tags/1.2.2/inc/settings.php (copied) (copied from prompress/trunk/inc/settings.php)
-
tags/1.2.2/package.json (copied) (copied from prompress/trunk/package.json)
-
tags/1.2.2/prompress.php (copied) (copied from prompress/trunk/prompress.php) (2 diffs)
-
tags/1.2.2/uninstall.php (copied) (copied from prompress/trunk/uninstall.php)
-
tags/1.2.2/vendor (copied) (copied from prompress/trunk/vendor)
-
tags/1.2.2/vendor/composer/installed.php (copied) (copied from prompress/trunk/vendor/composer/installed.php)
-
tags/1.2.2/vendor/promphp (copied) (copied from prompress/trunk/vendor/promphp)
-
trunk/README.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/inc/class-errors.php (modified) (1 diff)
-
trunk/prompress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prompress/tags/1.2.2/README.md
r3161067 r3265309 3 3 PromPress is a WordPress plugin which allows you to monitor your install with Prometheus. 4 4 5 *Note: This is early development so the metrics and what they track may change significantly.* 5 Please create an issue with ideas for new metrics or problems with existing metrics. 6 6 7 7 ## Dependencies -
prompress/tags/1.2.2/README.txt
r3255044 r3265309 4 4 Requires at least: 6.4 5 5 Tested up to: 6.7.2 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 8.1 8 8 License: GPLv3 or later -
prompress/tags/1.2.2/inc/class-errors.php
r3161067 r3265309 94 94 switch ( $errno ) { 95 95 case \E_DEPRECATED: 96 case \E_USER_DEPRECATED: 97 $error_type = 'deprecation'; 98 break; 96 99 case \E_NOTICE: 97 100 case \E_USER_NOTICE: -
prompress/tags/1.2.2/prompress.php
r3255044 r3265309 4 4 * Plugin URI: https://github.com/PeterBooker/prompress 5 5 * Description: Monitor your WordPress website with Prometheus. 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: Peter Booker 8 8 * Author URI: https://peterbooker.com … … 27 27 } 28 28 29 \define( 'PROMPRESS_VERSION', '1.2. 1' );29 \define( 'PROMPRESS_VERSION', '1.2.2' ); 30 30 \define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) ); 31 31 \define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) ); -
prompress/trunk/README.md
r3161067 r3265309 3 3 PromPress is a WordPress plugin which allows you to monitor your install with Prometheus. 4 4 5 *Note: This is early development so the metrics and what they track may change significantly.* 5 Please create an issue with ideas for new metrics or problems with existing metrics. 6 6 7 7 ## Dependencies -
prompress/trunk/README.txt
r3255044 r3265309 4 4 Requires at least: 6.4 5 5 Tested up to: 6.7.2 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 8.1 8 8 License: GPLv3 or later -
prompress/trunk/inc/class-errors.php
r3161067 r3265309 94 94 switch ( $errno ) { 95 95 case \E_DEPRECATED: 96 case \E_USER_DEPRECATED: 97 $error_type = 'deprecation'; 98 break; 96 99 case \E_NOTICE: 97 100 case \E_USER_NOTICE: -
prompress/trunk/prompress.php
r3255044 r3265309 4 4 * Plugin URI: https://github.com/PeterBooker/prompress 5 5 * Description: Monitor your WordPress website with Prometheus. 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: Peter Booker 8 8 * Author URI: https://peterbooker.com … … 27 27 } 28 28 29 \define( 'PROMPRESS_VERSION', '1.2. 1' );29 \define( 'PROMPRESS_VERSION', '1.2.2' ); 30 30 \define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) ); 31 31 \define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.