Changeset 3446146
- Timestamp:
- 01/24/2026 01:48:16 PM (4 weeks ago)
- Location:
- peak-publisher
- Files:
-
- 3 edited
- 19 copied
-
tags/1.1.2 (copied) (copied from peak-publisher/trunk)
-
tags/1.1.2/assets/css/admin.css (copied) (copied from peak-publisher/trunk/assets/css/admin.css)
-
tags/1.1.2/assets/js/admin.js (copied) (copied from peak-publisher/trunk/assets/js/admin.js)
-
tags/1.1.2/assets/js/api.js (copied) (copied from peak-publisher/trunk/assets/js/api.js)
-
tags/1.1.2/assets/js/components/GlobalDropOverlay.js (copied) (copied from peak-publisher/trunk/assets/js/components/GlobalDropOverlay.js)
-
tags/1.1.2/assets/js/components/PluginEditor.js (copied) (copied from peak-publisher/trunk/assets/js/components/PluginEditor.js)
-
tags/1.1.2/assets/js/components/PluginList.js (copied) (copied from peak-publisher/trunk/assets/js/components/PluginList.js)
-
tags/1.1.2/assets/js/components/Settings.js (copied) (copied from peak-publisher/trunk/assets/js/components/Settings.js)
-
tags/1.1.2/assets/js/stores (copied) (copied from peak-publisher/trunk/assets/js/stores)
-
tags/1.1.2/assets/js/utils-upload.js (copied) (copied from peak-publisher/trunk/assets/js/utils-upload.js)
-
tags/1.1.2/assets/js/utils.js (copied) (copied from peak-publisher/trunk/assets/js/utils.js)
-
tags/1.1.2/classes/AdminAPI.php (copied) (copied from peak-publisher/trunk/classes/AdminAPI.php)
-
tags/1.1.2/classes/AdminUI.php (copied) (copied from peak-publisher/trunk/classes/AdminUI.php)
-
tags/1.1.2/classes/PublicAPI.php (copied) (copied from peak-publisher/trunk/classes/PublicAPI.php) (1 diff)
-
tags/1.1.2/classes/UploadWorkflow.php (copied) (copied from peak-publisher/trunk/classes/UploadWorkflow.php)
-
tags/1.1.2/includes/functions.php (copied) (copied from peak-publisher/trunk/includes/functions.php)
-
tags/1.1.2/libs (copied) (copied from peak-publisher/trunk/libs)
-
tags/1.1.2/peak-publisher.php (copied) (copied from peak-publisher/trunk/peak-publisher.php) (1 diff)
-
tags/1.1.2/readme.txt (copied) (copied from peak-publisher/trunk/readme.txt) (2 diffs)
-
trunk/classes/PublicAPI.php (modified) (1 diff)
-
trunk/peak-publisher.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
peak-publisher/tags/1.1.2/classes/PublicAPI.php
r3444907 r3446146 288 288 } 289 289 290 $result['short_description'] = $latest_release_content['plugin_readme_txt']['content']['short_description'] ?? '';290 $result['short_description'] = $latest_release_content['plugin_readme_txt']['content']['short_description'] ?? $plugin_data['Description'] ?? ''; 291 291 $result['description'] = $result['sections']['description'] ?? $result['short_description']; 292 292 $result['download_link'] = rest_url(self::NAMESPACE . '/plugins/download/' . $plugin->post_name . '/' . $latest_release->post_title); -
peak-publisher/tags/1.1.2/peak-publisher.php
r3445119 r3446146 4 4 * Plugin Name: Peak Publisher 5 5 * Description: The easiest way to self-host, manage and publish your own custom plugins. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 8.1 -
peak-publisher/tags/1.1.2/readme.txt
r3445119 r3446146 9 9 Requires PHP: 8.1 10 10 Tested up to: 6.9 11 Stable tag: 1.1. 111 Stable tag: 1.1.2 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 109 109 == Changelog == 110 110 111 = 1.1.2 - 2026-01-24 = 112 * Fixed description tab for plugins without a readme.txt (added previous solution as a fallback) 113 111 114 = 1.1.1 - 2026-01-22 = 112 115 * Fixed small issue in version number validation logic -
peak-publisher/trunk/classes/PublicAPI.php
r3444907 r3446146 288 288 } 289 289 290 $result['short_description'] = $latest_release_content['plugin_readme_txt']['content']['short_description'] ?? '';290 $result['short_description'] = $latest_release_content['plugin_readme_txt']['content']['short_description'] ?? $plugin_data['Description'] ?? ''; 291 291 $result['description'] = $result['sections']['description'] ?? $result['short_description']; 292 292 $result['download_link'] = rest_url(self::NAMESPACE . '/plugins/download/' . $plugin->post_name . '/' . $latest_release->post_title); -
peak-publisher/trunk/peak-publisher.php
r3445119 r3446146 4 4 * Plugin Name: Peak Publisher 5 5 * Description: The easiest way to self-host, manage and publish your own custom plugins. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 8.1 -
peak-publisher/trunk/readme.txt
r3445119 r3446146 9 9 Requires PHP: 8.1 10 10 Tested up to: 6.9 11 Stable tag: 1.1. 111 Stable tag: 1.1.2 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 109 109 == Changelog == 110 110 111 = 1.1.2 - 2026-01-24 = 112 * Fixed description tab for plugins without a readme.txt (added previous solution as a fallback) 113 111 114 = 1.1.1 - 2026-01-22 = 112 115 * Fixed small issue in version number validation logic
Note: See TracChangeset
for help on using the changeset viewer.