Plugin Directory

Changeset 2597348

Timestamp:
09/11/2021 03:44:05 PM (3 years ago)
Author:
s4gor
Message:

version 1.1

Location:
disable-auto-updates
Files:
2 added
2 edited

Legend:

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

    r2573338 r2597348  
    55Plugin URI: https://wordpress.org/plugins/disable-auto-updates
    66Description: A simple plugin to disable plugin, theme or core auto updates
    7 Version: 1.0
     7Version: 1.
    88Author: Imran Hossain Sagor
    99Author URI: https://imransagor.codes
     
    6363        }
    6464        public function footer_notice(){
    65             echo '<span id="footer-thankyou">Thank you for using <a href="https://wordpress.org/plugins/disable-auto-updates">Disable Auto Updates</a></span>';
     65            echo '<span id="footer-thankyou">Thank you for using <a href="https://wordpress.org/plugins/disable-auto-updates">Disable Auto Updates</a></span>';
    6666        }
    6767
     
    7373            if(strpos($file, "disable-auto-updates/disable-auto-updates.php") !== false) {
    7474                $new_link = [
    75                     "donation" => '<a href="https://imransagor.codes" target="_blank">Support Me &#x2764;</a>'
     75                    "donation" => '<a href="https://</a>'
    7676                ];
    7777
  • disable-auto-updates/trunk/readme.txt

    r2573340 r2597348  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.0
     6Stable tag: 1.
    77Requires PHP: 5.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    10 Donate link: https://imransagor.codes
     10Donate link: https://
    1111
    1212A simple plugin to disable themes, core and plugin auto updates
Note: See TracChangeset for help on using the changeset viewer.