Plugin Directory

Changeset 2260328


Ignore:
Timestamp:
03/13/2020 06:13:14 AM (6 years ago)
Author:
nfmohit
Message:

Released Version 1.0.1

Location:
safe-updates
Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • safe-updates/trunk/includes/updates/core-updates.php

    r2199298 r2260328  
    2626
    2727        foreach ( $core_updates as $core_update ) {
    28             if ( isset( $core_update->response ) || 'upgrade' == $core_update->response ) {
     28            if ( isset( $core_update->response ) && 'upgrade' == $core_update->response ) {
    2929
    3030                $target_core_version = $core_update->version;
  • safe-updates/trunk/readme.txt

    r2199298 r2260328  
    44Tags: updates, plugins, themes, safe, secure, test, compatibility, wordpress
    55Requires at least: 4.0
    6 Tested up to: 5.3
    7 Stable tag: 1.0
     6Tested up to: 5.4
     7Stable tag: 1.0.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
  • safe-updates/trunk/safe-updates.php

    r2199298 r2260328  
    55 * Description: Make sure your theme and plugins are tested before updating WordPress.
    66 * Author: Nahid Ferdous Mohit
    7  * Version: 1.0
     7 * Version: 1.0.1
    88 * Author URI: https://nahid.dev
    99 * Text Domain: safe-updates
Note: See TracChangeset for help on using the changeset viewer.