Plugin Directory

Changeset 2868003


Ignore:
Timestamp:
02/20/2023 08:31:50 AM (3 years ago)
Author:
newswp
Message:

header fix

Location:
rememberall/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • rememberall/trunk/rememberall.php

    r2785797 r2868003  
    1616 * Plugin Name:       rememberall
    1717 * Description:       Daily email report if updates are available.
    18  * Version:           1.0.1
     18 * Version:           1.0.2
    1919 * Author:            Rene L
    2020 * Author URI:        www.wp-news.de
    21  * License:           GPL-2.0+
     21 * License:           GPLv2 or later
    2222 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    2323 * Text Domain:       rememberall
    2424 * Domain Path:       /languages
     25 * Requires at least: 5.7
     26 * Tested up to: 6.1.1
     27 * Requires PHP: 5.2.4
    2528 */
    2629
     
    3538 * Rename this for your plugin and update it as you release new versions.
    3639 */
    37 define( 'REMEMBERALL_VERSION', '1.0.1' );
     40define( 'REMEMBERALL_VERSION', '1.0.2' );
    3841define( 'REMEMBERALL_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    3942define( 'REMEMBERALL_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.