Changeset 3469860
- Timestamp:
- 02/26/2026 04:44:32 AM (4 weeks ago)
- Location:
- qa-assistant
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from qa-assistant/trunk)
-
tags/2.0.2/qa-assistant.php (modified) (2 diffs)
-
tags/2.0.2/readme.txt (modified) (2 diffs)
-
trunk/qa-assistant.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qa-assistant/tags/2.0.2/qa-assistant.php
r3469840 r3469860 4 4 Plugin URI: https://obayedmamur.com/qa-assistant 5 5 Description: A comprehensive tool for SQA Engineers with GitHub Desktop-like Git branch switching functionality. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Author: Obayed Mamur 8 8 Author URI: https://obayedmamur.com … … 15 15 16 16 // Define plugin constants 17 define('QA_ASSISTANT_VERSION', '2.0. 1');17 define('QA_ASSISTANT_VERSION', '2.0.2'); 18 18 define('QA_ASSISTANT_PLUGIN_FILE', __FILE__); 19 19 define('QA_ASSISTANT_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
qa-assistant/tags/2.0.2/readme.txt
r3469840 r3469860 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 90 90 91 91 == Changelog == 92 93 = 2.0.2 - 26/02/2026 = 94 95 **🔧 Technical Fixes:** 96 - Fixed: Resolved an issue causing a blank plugin settings dashboard due to a JavaScript race condition on DOM elements. 92 97 93 98 = 2.0.1 - 26/02/2026 = -
qa-assistant/trunk/qa-assistant.php
r3469840 r3469860 4 4 Plugin URI: https://obayedmamur.com/qa-assistant 5 5 Description: A comprehensive tool for SQA Engineers with GitHub Desktop-like Git branch switching functionality. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Author: Obayed Mamur 8 8 Author URI: https://obayedmamur.com … … 15 15 16 16 // Define plugin constants 17 define('QA_ASSISTANT_VERSION', '2.0. 1');17 define('QA_ASSISTANT_VERSION', '2.0.2'); 18 18 define('QA_ASSISTANT_PLUGIN_FILE', __FILE__); 19 19 define('QA_ASSISTANT_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
qa-assistant/trunk/readme.txt
r3469840 r3469860 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 90 90 91 91 == Changelog == 92 93 = 2.0.2 - 26/02/2026 = 94 95 **🔧 Technical Fixes:** 96 - Fixed: Resolved an issue causing a blank plugin settings dashboard due to a JavaScript race condition on DOM elements. 92 97 93 98 = 2.0.1 - 26/02/2026 =
Note: See TracChangeset
for help on using the changeset viewer.