Plugin Directory

Changeset 2475127


Ignore:
Timestamp:
02/15/2021 08:36:20 PM (5 years ago)
Author:
ec1warc1
Message:

Update to version 1.0.2

File:
1 moved

Legend:

Unmodified
Added
Removed
  • monitor-chat/trunk/monitor-chat.php

    r2475126 r2475127  
    22/**
    33 * Plugin Name: Monitor.chat
    4  * Version: 1.0.1
     4 * Version: 1.0.2
    55 * Plugin URI: https://monitor.chat
    66 * Description: Monitor Your Wordpress Website with XMPP Instant Messages!
     
    1010 * Tested on WP: 5.5.3
    1111 *
    12  * Text Domain: monitorchat
     12 * Text Domain: monitor-chat
    1313 *
    1414 * This plugin was modelled on the template created by Hugh Lashbrooke.
     
    2424}
    2525
    26 define( 'MONITORCHAT_VERSION', '1.0.1' );
     26define( 'MONITORCHAT_VERSION', '1.0.2' );
    2727define( 'MONITORCHAT__MINIMUM_WP_VERSION', '4.0' );
    2828define( 'MONITORCHAT__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.