Plugin Directory

Changeset 3469860


Ignore:
Timestamp:
02/26/2026 04:44:32 AM (4 weeks ago)
Author:
obayedmamur
Message:

Update to version 2.0.2 from GitHub

Location:
qa-assistant
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • qa-assistant/tags/2.0.2/qa-assistant.php

    r3469840 r3469860  
    44Plugin URI: https://obayedmamur.com/qa-assistant
    55Description: A comprehensive tool for SQA Engineers with GitHub Desktop-like Git branch switching functionality.
    6 Version: 2.0.1
     6Version: 2.0.2
    77Author: Obayed Mamur
    88Author URI: https://obayedmamur.com
     
    1515
    1616// Define plugin constants
    17 define('QA_ASSISTANT_VERSION', '2.0.1');
     17define('QA_ASSISTANT_VERSION', '2.0.2');
    1818define('QA_ASSISTANT_PLUGIN_FILE', __FILE__);
    1919define('QA_ASSISTANT_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • qa-assistant/tags/2.0.2/readme.txt

    r3469840 r3469860  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    9090
    9191== 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.
    9297
    9398= 2.0.1 - 26/02/2026 =
  • qa-assistant/trunk/qa-assistant.php

    r3469840 r3469860  
    44Plugin URI: https://obayedmamur.com/qa-assistant
    55Description: A comprehensive tool for SQA Engineers with GitHub Desktop-like Git branch switching functionality.
    6 Version: 2.0.1
     6Version: 2.0.2
    77Author: Obayed Mamur
    88Author URI: https://obayedmamur.com
     
    1515
    1616// Define plugin constants
    17 define('QA_ASSISTANT_VERSION', '2.0.1');
     17define('QA_ASSISTANT_VERSION', '2.0.2');
    1818define('QA_ASSISTANT_PLUGIN_FILE', __FILE__);
    1919define('QA_ASSISTANT_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • qa-assistant/trunk/readme.txt

    r3469840 r3469860  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    9090
    9191== 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.
    9297
    9398= 2.0.1 - 26/02/2026 =
Note: See TracChangeset for help on using the changeset viewer.