Plugin Directory

Changeset 3387238


Ignore:
Timestamp:
10/30/2025 05:57:04 PM (5 months ago)
Author:
palashwpdev
Message:

Update to version 1.1.6 from GitHub

Location:
auto-delete-post
Files:
2 added
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • auto-delete-post/tags/1.1.6/auto-delete-post.php

    r3386608 r3387238  
    66 * Plugin URI:        https://wordpress.org/plugin/auto-delete-post
    77 * Description:       This plugin automatically deletes a post after a certain time
    8  * Version:           1.1.5
     8 * Version:           1.1.6
    99 * Requires at least: 5.2
    10  * Tested up to:      6.6.1
     10 * Tested up to:      6.8.3
    1111 * Requires PHP:      7.2
    1212 * Author:            Shahadat Hossain
  • auto-delete-post/tags/1.1.6/readme.txt

    r3386608 r3387238  
    77Requires at least: 5.2
    88Tested up to: 6.8.3
    9 Version: 1.1.5
    10 Stable tag: 1.1.5
     9Version: 1.1.6
     10Stable tag: 1.1.6
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262
    6363== Changelog ==
     64= 1.1.6 =
     65* Fixed fatal error caused by missing main class initialization.
     66
    6467= 1.1.5 =
    6568* Checked compatibility with latest version of WP
  • auto-delete-post/trunk/auto-delete-post.php

    r3386608 r3387238  
    66 * Plugin URI:        https://wordpress.org/plugin/auto-delete-post
    77 * Description:       This plugin automatically deletes a post after a certain time
    8  * Version:           1.1.5
     8 * Version:           1.1.6
    99 * Requires at least: 5.2
    10  * Tested up to:      6.6.1
     10 * Tested up to:      6.8.3
    1111 * Requires PHP:      7.2
    1212 * Author:            Shahadat Hossain
  • auto-delete-post/trunk/readme.txt

    r3386608 r3387238  
    77Requires at least: 5.2
    88Tested up to: 6.8.3
    9 Version: 1.1.5
    10 Stable tag: 1.1.5
     9Version: 1.1.6
     10Stable tag: 1.1.6
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262
    6363== Changelog ==
     64= 1.1.6 =
     65* Fixed fatal error caused by missing main class initialization.
     66
    6467= 1.1.5 =
    6568* Checked compatibility with latest version of WP
Note: See TracChangeset for help on using the changeset viewer.