Plugin Directory

Changeset 3030164


Ignore:
Timestamp:
02/01/2024 02:44:50 PM (23 months ago)
Author:
planetshaker
Message:
  • tested new wordpress version
Location:
emergencywp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emergencywp/trunk/Readme.txt

    r3030151 r3030164  
    66Tags: digital legacy, future messages, digital insurance, information passing, death handling
    77Requires at least: 4.9
    8 Tested up to: 5.8.2
    9 Stable tag: 1.3.8
     8Tested up to: 6.4.3
     9Stable tag: 1.4.2
    1010License: GNU Version 2 or Any Later Version
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.txt
  • emergencywp/trunk/emergencywp.php

    r3030151 r3030164  
    44Plugin URI: https://emergencyWP.net/
    55Description: EmergencyWP helps you plan processes for the case of personal emergencies right from your WordPress Dashboard. Pass over information to coworkers or clients automatically if you can't do it manually anymore (e.g. accidants, death, etc.). Plan life checks, setup contacts and messages and more. See our addons for more functionalities.
    6 Version: 1.4.1
     6Version: 1.4.2
    77Author: EmergencyWP Team, Albert Brückmann
    88Author URI: https://emergencywp.net/
     
    1515define('EMERGENCY_WP_PLUGIN_PATH', 'emergencywp/emergencywp.php');
    1616define('EMERGENCY_WP_PLUGIN_NAME', 'emergencywp');
    17 define('EMERGENCY_WP_VERSION', '1.4.1');
     17define('EMERGENCY_WP_VERSION', '1.4.2');
    1818define('EMERGENCY_WP_PLUGIN_URL', plugin_dir_url(__FILE__));
    1919define('EMERGENCY_WP_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.