Changeset 3384479
- Timestamp:
- 10/25/2025 02:14:51 PM (5 months ago)
- Location:
- prompress
- Files:
-
- 4 added
- 3 edited
- 21 copied
-
tags/1.2.3 (copied) (copied from prompress/trunk)
-
tags/1.2.3/LICENSE (copied) (copied from prompress/trunk/LICENSE)
-
tags/1.2.3/README.md (copied) (copied from prompress/trunk/README.md)
-
tags/1.2.3/README.txt (copied) (copied from prompress/trunk/README.txt) (1 diff)
-
tags/1.2.3/build (copied) (copied from prompress/trunk/build)
-
tags/1.2.3/build/index-rtl.css (copied) (copied from prompress/trunk/build/index-rtl.css)
-
tags/1.2.3/build/index.asset.php (copied) (copied from prompress/trunk/build/index.asset.php)
-
tags/1.2.3/build/index.css (copied) (copied from prompress/trunk/build/index.css)
-
tags/1.2.3/build/index.js (copied) (copied from prompress/trunk/build/index.js)
-
tags/1.2.3/composer.json (copied) (copied from prompress/trunk/composer.json)
-
tags/1.2.3/composer.lock (added)
-
tags/1.2.3/inc (copied) (copied from prompress/trunk/inc)
-
tags/1.2.3/inc/class-errors.php (copied) (copied from prompress/trunk/inc/class-errors.php)
-
tags/1.2.3/inc/class-monitor.php (copied) (copied from prompress/trunk/inc/class-monitor.php) (1 diff)
-
tags/1.2.3/inc/rest.php (copied) (copied from prompress/trunk/inc/rest.php)
-
tags/1.2.3/inc/settings.php (copied) (copied from prompress/trunk/inc/settings.php)
-
tags/1.2.3/package-lock.json (added)
-
tags/1.2.3/package.json (copied) (copied from prompress/trunk/package.json)
-
tags/1.2.3/prompress.php (copied) (copied from prompress/trunk/prompress.php) (2 diffs)
-
tags/1.2.3/uninstall.php (copied) (copied from prompress/trunk/uninstall.php)
-
tags/1.2.3/vendor (copied) (copied from prompress/trunk/vendor)
-
tags/1.2.3/vendor/composer/installed.php (copied) (copied from prompress/trunk/vendor/composer/installed.php)
-
tags/1.2.3/vendor/promphp (copied) (copied from prompress/trunk/vendor/promphp)
-
trunk/README.txt (modified) (1 diff)
-
trunk/composer.lock (added)
-
trunk/inc/class-monitor.php (modified) (1 diff)
-
trunk/package-lock.json (added)
-
trunk/prompress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prompress/tags/1.2.3/README.txt
r3265309 r3384479 4 4 Requires at least: 6.4 5 5 Tested up to: 6.7.2 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 Requires PHP: 8.1 8 8 License: GPLv3 or later -
prompress/tags/1.2.3/inc/class-monitor.php
r3255044 r3384479 102 102 103 103 new Misc( $this->registry, $namespace ); 104 new CLI( $this->registry ); 104 105 } 105 106 -
prompress/tags/1.2.3/prompress.php
r3265309 r3384479 4 4 * Plugin URI: https://github.com/PeterBooker/prompress 5 5 * Description: Monitor your WordPress website with Prometheus. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Peter Booker 8 8 * Author URI: https://peterbooker.com … … 27 27 } 28 28 29 \define( 'PROMPRESS_VERSION', '1.2. 2' );29 \define( 'PROMPRESS_VERSION', '1.2.3' ); 30 30 \define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) ); 31 31 \define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) ); -
prompress/trunk/README.txt
r3265309 r3384479 4 4 Requires at least: 6.4 5 5 Tested up to: 6.7.2 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 Requires PHP: 8.1 8 8 License: GPLv3 or later -
prompress/trunk/inc/class-monitor.php
r3255044 r3384479 102 102 103 103 new Misc( $this->registry, $namespace ); 104 new CLI( $this->registry ); 104 105 } 105 106 -
prompress/trunk/prompress.php
r3265309 r3384479 4 4 * Plugin URI: https://github.com/PeterBooker/prompress 5 5 * Description: Monitor your WordPress website with Prometheus. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Peter Booker 8 8 * Author URI: https://peterbooker.com … … 27 27 } 28 28 29 \define( 'PROMPRESS_VERSION', '1.2. 2' );29 \define( 'PROMPRESS_VERSION', '1.2.3' ); 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.