Changeset 3219855
- Timestamp:
- 01/09/2025 08:17:33 PM (2 months ago)
- Location:
- kp-zip-downloader/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kp-zip-downloader/trunk/kp-zip-downloader.php
r3219797 r3219855 4 4 * Plugin URI: https://wordpress.org/plugins/kp-zip-downloader 5 5 * Description: A WordPress plugin to download installed plugins and themes as zip files from the admin dashboard. 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Author: Kalpesh Prajapati 8 8 * Author URI: https://profiles.wordpress.org/kprajapati22/ … … 17 17 18 18 // Define constants. 19 define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0. 0' );19 define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0.1' ); 20 20 define( 'KP_ZIP_DOWNLOADER_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'KP_ZIP_DOWNLOADER_URL', plugin_dir_url( __FILE__ ) ); -
kp-zip-downloader/trunk/readme.txt
r3219797 r3219855 1 2 1 === KP Zip Downloader === 3 2 Contributors: kprajapati22 4 3 Tags: plugins, themes, zip, download 5 4 Tested up to: 6.7 6 Stable tag: 1.0 5 Stable tag: 1.0.1 7 6 License: GPLv2 or later 8 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 56 55 == Changelog == 57 56 58 = Version 1.0 - 2024-12-16 = 57 = Version 1.0.1 - 2025-01-10 = 58 * Added pot file. 59 60 = Version 1.0 - 2025-01-08 = 59 61 * Initial release. 60 62 * Added the ability to download installed plugins as ZIP files.
Note: See TracChangeset
for help on using the changeset viewer.