Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0 Updates #45

Merged
merged 19 commits into from
Nov 17, 2023
Merged

v3.2.0 Updates #45

merged 19 commits into from
Nov 17, 2023

Commits on Nov 6, 2023

  1. 2023-11-06 - BryanSoltis - v3.1.2 Updates

    ### BUG FIXESS
    
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    BryanSoltis committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f6538b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. 2023-11-07 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    BryanSoltis committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    26f719b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. 2023-11-07 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    
    ### BUG FIXES
    
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    BryanSoltis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    166acc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6859b84 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. 2023-11-15 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    BryanSoltis committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    16a4ef7 View commit details
    Browse the repository at this point in the history
  2. 2023-11-15 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    - Added Custom Component API functions for retrieving/deleting by parent component id
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    BryanSoltis committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    351dfaf View commit details
    Browse the repository at this point in the history
  3. 2023-11-15 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    - Added Custom Component API functions for retrieving/deleting by parent component id
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    BryanSoltis committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0949035 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e731e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1189fba View commit details
    Browse the repository at this point in the history
  6. 2023-11-15 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    - Added Custom Component API functions for retrieving/deleting by parent component id
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    BryanSoltis committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cc7f510 View commit details
    Browse the repository at this point in the history
  7. 2023-11-15 - BryanSoltis - v3.2.0 Updates

    ###FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    - Added Custom Component API functions for retrieving/deleting by parent component id
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #39 Updated Generate page to properly handle optional free text components
    - Updated text on Add / Edit modals
    BryanSoltis committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    62413a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Remove Azure credentials from workflow

    Azure credentials are not required when using a publish profile
    wipash committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    adcb911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06dbb03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from wipash/remove-azure-credentials

    Remove Azure credentials from workflow
    BryanSoltis authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bb7192a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b71d10 View commit details
    Browse the repository at this point in the history
  5. - Added new Azure locations

    - Updated location config file version
    BryanSoltis committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4884bb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4083ab4 View commit details
    Browse the repository at this point in the history
  7. 2023-11-16 - BryanSoltis - v3.2.0 Updates

    ### FEATURES
    - Added ability to add custom locations
    - Added guidance to Configuration page for locations
    - Added Generate Random Value functionality for custom components
    - Added Custom Component API functions for retrieving/deleting by parent component id
    - Added new Azure regions to Locations
    
    ### BUG FIXES
    - Updated Configuration to properly close Working modal
    - Updated Global Export/Import to include ReadOnlyAPI key
    - Fixed #29. Updated Azure regions
    - Fixed #39. Updated Generate page to properly handle optional free text components
    - Updated text on Add / Edit modals
    - Updated GitHub Action to remove Azure Credentials requirement (This is included in the App Service Publish Profile)
    
    ### CONTRIBUTORS
    - [wipash](https://github.com/wipash)
    BryanSoltis committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b15888c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from BryanSoltis/dev

    2023-11-16 - BryanSoltis - v3.2.0 Updates
    BryanSoltis authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a8b1397 View commit details
    Browse the repository at this point in the history