Changeset 3387241
- Timestamp:
- 10/30/2025 06:20:21 PM (5 months ago)
- Location:
- auto-delete-post
- Files:
-
- 29 added
- 5 deleted
- 4 edited
- 1 copied
-
assets/icon-250x250.png (deleted)
-
assets/icon-256x256.png (added)
-
tags/1.1.7 (copied) (copied from auto-delete-post/trunk)
-
tags/1.1.7/README.md (deleted)
-
tags/1.1.7/auto-delete-post.php (modified) (1 diff)
-
tags/1.1.7/composer.lock (deleted)
-
tags/1.1.7/readme.txt (modified) (3 diffs)
-
tags/1.1.7/vendor (added)
-
tags/1.1.7/vendor/autoload.php (added)
-
tags/1.1.7/vendor/composer (added)
-
tags/1.1.7/vendor/composer/ClassLoader.php (added)
-
tags/1.1.7/vendor/composer/InstalledVersions.php (added)
-
tags/1.1.7/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.7/vendor/composer/autoload_files.php (added)
-
tags/1.1.7/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.7/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.7/vendor/composer/autoload_real.php (added)
-
tags/1.1.7/vendor/composer/autoload_static.php (added)
-
tags/1.1.7/vendor/composer/installed.json (added)
-
tags/1.1.7/vendor/composer/installed.php (added)
-
tags/1.1.7/vendor/composer/platform_check.php (added)
-
trunk/README.md (deleted)
-
trunk/auto-delete-post.php (modified) (1 diff)
-
trunk/composer.lock (deleted)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_files.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
Legend:
- Unmodified
- Added
- Removed
-
auto-delete-post/tags/1.1.7/auto-delete-post.php
r3387238 r3387241 6 6 * Plugin URI: https://wordpress.org/plugin/auto-delete-post 7 7 * Description: This plugin automatically deletes a post after a certain time 8 * Version: 1.1. 68 * Version: 1.1.7 9 9 * Requires at least: 5.2 10 10 * Tested up to: 6.8.3 -
auto-delete-post/tags/1.1.7/readme.txt
r3387238 r3387241 7 7 Requires at least: 5.2 8 8 Tested up to: 6.8.3 9 Version: 1.1. 610 Stable tag: 1.1. 69 Version: 1.1.7 10 Stable tag: 1.1.7 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 65 65 * Fixed fatal error caused by missing main class initialization. 66 66 67 = 1.1.6 = 68 * Fixed fatal error caused by missing main class initialization. 69 67 70 = 1.1.5 = 68 71 * Checked compatibility with latest version of WP … … 77 80 == Upgrade Notice == 78 81 79 = 1.1. 5=82 = 1.1.7 = 80 83 There is a upgrade available. -
auto-delete-post/trunk/auto-delete-post.php
r3387238 r3387241 6 6 * Plugin URI: https://wordpress.org/plugin/auto-delete-post 7 7 * Description: This plugin automatically deletes a post after a certain time 8 * Version: 1.1. 68 * Version: 1.1.7 9 9 * Requires at least: 5.2 10 10 * Tested up to: 6.8.3 -
auto-delete-post/trunk/readme.txt
r3387238 r3387241 7 7 Requires at least: 5.2 8 8 Tested up to: 6.8.3 9 Version: 1.1. 610 Stable tag: 1.1. 69 Version: 1.1.7 10 Stable tag: 1.1.7 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 65 65 * Fixed fatal error caused by missing main class initialization. 66 66 67 = 1.1.6 = 68 * Fixed fatal error caused by missing main class initialization. 69 67 70 = 1.1.5 = 68 71 * Checked compatibility with latest version of WP … … 77 80 == Upgrade Notice == 78 81 79 = 1.1. 5=82 = 1.1.7 = 80 83 There is a upgrade available.
Note: See TracChangeset
for help on using the changeset viewer.