Plugin Directory

Changeset 2605170

Timestamp:
09/26/2021 09:25:08 PM (3 years ago)
Author:
s4gor
Message:

version 1.3

Location:
disable-auto-updates
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • disable-auto-updates/trunk/disable-auto-updates.php

    r2605161 r2605170  
    55Plugin URI: https://wordpress.org/plugins/disable-auto-updates
    66Description: A simple plugin to disable plugin, theme or core auto updates
    7 Version: 1.2.1
     7Version: 1.
    88Author: Imran Hossain Sagor
    99Author URI: https://imransagor.codes
  • disable-auto-updates/trunk/readme.txt

    r2605161 r2605170  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.2.1
     6Stable tag: 1.
    77Requires PHP: 5.0
    88License: GPLv3
     
    3939== Change Log ==
    4040
     41
     42
     43
    4144= 1.2.1 =
    42 
    43 Fixed major PHP issue
     45Fixed major PHP issues
    4446
    4547= 1.2 =
    46 
    4748Added new feature (disable admin notices)
    4849Fixed minor JS issues
     
    5051
    5152= 1.1 =
    52 
    5353Fixed minor CSS issues
    5454Fixed minor JS issues
    5555
    5656= 1.0 =
    57 
    5857First release
    5958
  • disable-auto-updates/trunk/view/view.php

    r2605161 r2605170  
    9797   
    9898function hide_notices() {
    99     if (!current_user_can( "manage_options" )) {
     99    if (current_user_can( "manage_options" )) {
    100100        echo "<style>.update-nag, .updated, .error, .is-dismissible, .notice { display: none; }</style>";
    101101    }
     
    162162
    163163<div id="dau">
    164     <h1 id="dau-title">Disable Auto Updates <sub style="font-size: 12px">V 1.2.1</sub></h1>
     164    <h1 id="dau-title">Disable Auto Updates <sub style="font-size: 12px">V 1.</sub></h1>
    165165    <hr align="left" width="600">
    166166
Note: See TracChangeset for help on using the changeset viewer.