Plugin Directory

Changeset 3384479


Ignore:
Timestamp:
10/25/2025 02:14:51 PM (5 months ago)
Author:
PeterBooker
Message:

Release 1.2.3

Location:
prompress
Files:
4 added
3 edited
21 copied

Legend:

Unmodified
Added
Removed
  • prompress/tags/1.2.3/README.txt

    r3265309 r3384479  
    44Requires at least: 6.4
    55Tested up to: 6.7.2
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77Requires PHP: 8.1
    88License: GPLv3 or later
  • prompress/tags/1.2.3/inc/class-monitor.php

    r3255044 r3384479  
    102102
    103103        new Misc( $this->registry, $namespace );
     104        new CLI( $this->registry );
    104105    }
    105106
  • prompress/tags/1.2.3/prompress.php

    r3265309 r3384479  
    44 * Plugin URI:        https://github.com/PeterBooker/prompress
    55 * Description:       Monitor your WordPress website with Prometheus.
    6  * Version:           1.2.2
     6 * Version:           1.2.3
    77 * Author:            Peter Booker
    88 * Author URI:        https://peterbooker.com
     
    2727}
    2828
    29 \define( 'PROMPRESS_VERSION', '1.2.2' );
     29\define( 'PROMPRESS_VERSION', '1.2.3' );
    3030\define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) );
    3131\define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) );
  • prompress/trunk/README.txt

    r3265309 r3384479  
    44Requires at least: 6.4
    55Tested up to: 6.7.2
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77Requires PHP: 8.1
    88License: GPLv3 or later
  • prompress/trunk/inc/class-monitor.php

    r3255044 r3384479  
    102102
    103103        new Misc( $this->registry, $namespace );
     104        new CLI( $this->registry );
    104105    }
    105106
  • prompress/trunk/prompress.php

    r3265309 r3384479  
    44 * Plugin URI:        https://github.com/PeterBooker/prompress
    55 * Description:       Monitor your WordPress website with Prometheus.
    6  * Version:           1.2.2
     6 * Version:           1.2.3
    77 * Author:            Peter Booker
    88 * Author URI:        https://peterbooker.com
     
    2727}
    2828
    29 \define( 'PROMPRESS_VERSION', '1.2.2' );
     29\define( 'PROMPRESS_VERSION', '1.2.3' );
    3030\define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) );
    3131\define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.