Plugin Directory

Changeset 2399405


Ignore:
Timestamp:
10/14/2020 11:50:38 AM (5 years ago)
Author:
firdousi
Message:

tagging version 1.0.0

Location:
wp-confirm/tags/1.0.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-confirm/tags/1.0.0/README.txt

    r2397281 r2399405  
    11=== WP Confirm ===
    22Contributors: firdousi
     3Requires at least: 5.0.1
     4Tested up to: 5.5.1
     5Requires PHP: 5.x
     6Stable tag: 1.0.0
    37
    48Adds a confirm dialog on saving post, menu and permalinks.
    59
     10
    611== Description ==
    712Adds a confirm dialog on saving post, menu and permalinks.
     13
    814
    915== Installation ==
     
    1218- You can enable disbale the confirm dialog box on post publish and menu update page
    1319
    14 
    1520== Changelog ==
    1621= 1.0 =
  • wp-confirm/tags/1.0.0/includes/class-wp-confirm.php

    r2396352 r2399405  
    7171            $this->version = WP_CONFIRM_VERSION;
    7272        } else {
    73             $this->version = '1.0.1';
     73            $this->version = '1.0.0';
    7474        }
    7575        $this->plugin_name = 'wp-confirm';
Note: See TracChangeset for help on using the changeset viewer.