Plugin Directory

Changeset 3219855


Ignore:
Timestamp:
01/09/2025 08:17:33 PM (2 months ago)
Author:
kprajapati22
Message:

Added .pot file

Location:
kp-zip-downloader/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • kp-zip-downloader/trunk/kp-zip-downloader.php

    r3219797 r3219855  
    44 * Plugin URI: https://wordpress.org/plugins/kp-zip-downloader
    55 * 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
    77 * Author: Kalpesh Prajapati
    88 * Author URI: https://profiles.wordpress.org/kprajapati22/
     
    1717
    1818// Define constants.
    19 define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0.0' );
     19define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0.1' );
    2020define( 'KP_ZIP_DOWNLOADER_DIR', plugin_dir_path( __FILE__ ) );
    2121define( 'KP_ZIP_DOWNLOADER_URL', plugin_dir_url( __FILE__ ) );
  • kp-zip-downloader/trunk/readme.txt

    r3219797 r3219855  
    1 
    21=== KP Zip Downloader ===
    32Contributors: kprajapati22
    43Tags: plugins, themes, zip, download
    54Tested up to: 6.7
    6 Stable tag: 1.0
     5Stable tag: 1.0.1
    76License: GPLv2 or later
    87License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5655== Changelog ==
    5756
    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 =
    5961* Initial release.
    6062* Added the ability to download installed plugins as ZIP files.
Note: See TracChangeset for help on using the changeset viewer.