Changeset 3238810
- Timestamp:
- 02/11/2025 06:03:48 PM (5 weeks ago)
- Location:
- kp-zip-downloader
- Files:
-
- 14 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
kp-zip-downloader/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-stream
toimage/png
-
Property
svn:mime-type
changed from
-
kp-zip-downloader/tags/1.0.2/assets/js/kp-zip-downloader.js
r3219797 r3238810 6 6 $( 'div.theme-actions' ).each( function() { 7 7 var themeName = $( this ).closest( 'div.theme' ).attr( 'data-slug' ); 8 if ( themeName === undefined ) { 9 themeName = kp_zip_downloader.theme_name; 10 } 8 11 var url = new URL( kp_zip_downloader.themes_url ); 9 12 var params = new URLSearchParams( url.search ); -
kp-zip-downloader/tags/1.0.2/includes/class-kp-zip-downloader.php
r3219797 r3238810 30 30 ], 31 31 'download_link_text' => esc_html__( 'Download ZIP', 'kp-zip-downloader' ), 32 'theme_name' => get_option( 'stylesheet' ), 32 33 ] ); 33 34 } -
kp-zip-downloader/tags/1.0.2/kp-zip-downloader.php
r3219855 r3238810 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. 16 * Version: 1.0.2 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. 1' );19 define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0.2' ); 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/tags/1.0.2/readme.txt
r3219855 r3238810 3 3 Tags: plugins, themes, zip, download 4 4 Tested up to: 6.7 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 == Changelog == 56 56 57 = Version 1.0.2 - 2025-02-11 = 58 * Fixed download issue when only one theme is available. 59 57 60 = Version 1.0.1 - 2025-01-10 = 58 61 * Added pot file. -
kp-zip-downloader/trunk/assets/js/kp-zip-downloader.js
r3219797 r3238810 6 6 $( 'div.theme-actions' ).each( function() { 7 7 var themeName = $( this ).closest( 'div.theme' ).attr( 'data-slug' ); 8 if ( themeName === undefined ) { 9 themeName = kp_zip_downloader.theme_name; 10 } 8 11 var url = new URL( kp_zip_downloader.themes_url ); 9 12 var params = new URLSearchParams( url.search ); -
kp-zip-downloader/trunk/includes/class-kp-zip-downloader.php
r3219797 r3238810 30 30 ], 31 31 'download_link_text' => esc_html__( 'Download ZIP', 'kp-zip-downloader' ), 32 'theme_name' => get_option( 'stylesheet' ), 32 33 ] ); 33 34 } -
kp-zip-downloader/trunk/kp-zip-downloader.php
r3219855 r3238810 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. 16 * Version: 1.0.2 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. 1' );19 define( 'KP_ZIP_DOWNLOADER_VERSION', '1.0.2' ); 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
r3219855 r3238810 3 3 Tags: plugins, themes, zip, download 4 4 Tested up to: 6.7 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 == Changelog == 56 56 57 = Version 1.0.2 - 2025-02-11 = 58 * Fixed download issue when only one theme is available. 59 57 60 = Version 1.0.1 - 2025-01-10 = 58 61 * Added pot file.
Note: See TracChangeset
for help on using the changeset viewer.