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

Updating stable playground-ready branch with latest changes to main #174

Merged
merged 58 commits into from
Nov 11, 2024

Commits on Oct 29, 2024

  1. Prevent Recursion on certain Host name patterns (#69)

    ---------
    
    Signed-off-by: Namith Jawahar <[email protected]>
    namithj authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    433d359 View commit details
    Browse the repository at this point in the history
  2. Playground ready updating into main (#71)

    * Update blueprint.json
    
    Switching to default theme of 2022 to support minimum WP Playground support for WordPress version as 5.9.9
    
    Signed-off-by: Namith Jawahar <[email protected]>
    
    * Switching blueprint.json to 2022 theme
    
    Signed-off-by: Alex Sirota <[email protected]>
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    Signed-off-by: Namith Jawahar <[email protected]>
    asirota authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    828071a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add New Plugin: Remove 'Featured' and 'Favorites' tabs when API rew…

    …rite is enabled. (#80)
    
    * Add class for overriding plugins screens.
    
    * Remove unused tabs when API rewrite is enabled.
    costdev authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    94e732e View commit details
    Browse the repository at this point in the history
  2. Add New Theme: Remove 'Favorites' filter tab when API rewrite is en…

    …abled. (#82)
    
    * Add class for overriding themes screens.
    
    * Hide unsupported filters.
    
    * Redirect unsupported filters to `theme-install.php`.
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    Co-authored-by: Alex Sirota <[email protected]>
    costdev and asirota authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7336a51 View commit details
    Browse the repository at this point in the history
  3. Add PHPUnit. (#87)

    * Add PHPUnit scaffolding.
    
    * Add Composer files for dependencies and test script.
    
    * Add `.gitignore`.
    
    * Add sample test for `Admin_Settings::get_setting()`.
    
    * Add PHP 8.3 to the test matrix.
    
    * Add `.cache/*` to `.gitignore`.
    
    * Limit testing to PHP 7.4 (minimum) and 8.3 (latest).
    costdev authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    74e2a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d14131 View commit details
    Browse the repository at this point in the history
  5. Workflows: Fix PHP version and add more workflow triggers. (#92)

    * Fix PHP version.
    
    * Add `push` and `workflow_dispatch` workflow triggers.
    costdev authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    802a269 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Tests: Ensure options are not set when tests run. (#95)

    * Introduce a test constant.
    
    * Don't initialize when the tests are running.
    
    * Use a new object for testing `Admin_Settings::get_setting()`.
    costdev authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    bb0d77a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    c3ca998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea11ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c201e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1629ad6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6b9acb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. I18n fr fr (#113)

    sebastienserre authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1b30e71 View commit details
    Browse the repository at this point in the history
  2. Translations loading fix112 (#114)

    * Add French translations. 
    
    * load any available translations with code in the plugin
    sebastienserre authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c93691f View commit details
    Browse the repository at this point in the history
  3. #110 (#116)

    Fixes #110
    namithj authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    90222a5 View commit details
    Browse the repository at this point in the history
  4. Add nonce verification and sanitize $_REQUEST/$_GET values. (#115)

    Signed-off-by: Colin Stewart <[email protected]>
    costdev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2d13623 View commit details
    Browse the repository at this point in the history
  5. Added German Translation (#111)

    * added German translation
    
    * added gitignore for .DS_Store
    
    
    Signed-off-by: Harikrishnan R <[email protected]>
    harikrishnanr994 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b239880 View commit details
    Browse the repository at this point in the history
  6. Voltron has landed. (#117)

    The Voltron has landed. See if you can find where.
    namithj authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f9ff7b8 View commit details
    Browse the repository at this point in the history
  7. Admin Settings: Delete all settings when the plugin is uninstalled. (

    …#118)
    
    * `Admin Settings`: Add multisite-safe deletion of all settings.
    
    * Delete all settings when the plugin is uninstalled.
    costdev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    02ec059 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46cd8f1 View commit details
    Browse the repository at this point in the history
  9. accidentally deleted (#124)

    Fixed typo in code deleted when addressing #102
    afragen authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0951af0 View commit details
    Browse the repository at this point in the history
  10. Add .editorconfig. (#123)

    costdev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5de28a1 View commit details
    Browse the repository at this point in the history
  11. create zip with each new tagged release (#121)

    * create zip with each new tagged release
    
    * update .gitattributes
    afragen authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a2f31b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'playground-ready' into main

    Signed-off-by: Alex Sirota <[email protected]>
    asirota authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    25fccad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950d73c View commit details
    Browse the repository at this point in the history
  3. Add coding standard. (#127)

    * Add Coding Standard.
    
    * Add PHPCS cache directory.
    
    * Coding Standards: Apply PHPCBF to codebase.
    
    * Coding Standards: Add GitHub workflow.
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    Co-authored-by: Alex Sirota <[email protected]>
    costdev and asirota authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c8238ba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'playground-ready' into main

    Signed-off-by: Alex Sirota <[email protected]>
    asirota authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    072fcd1 View commit details
    Browse the repository at this point in the history
  5. Added License File (#119)

    * Added License File
    
    Added License File
    
    * License Updates
    
    1) Uses latest copy of GPL License from gnu.org which replaces the physical address of organization with the we address
    2) Updates all references of GPL within the plugin to GPLv2
    namithj authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6df35b5 View commit details
    Browse the repository at this point in the history
  6. #122 (#130)

    1) Hide Voltron on Mobile
    2) Newly installed coding standards fixed several CS issues.
    namithj authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f9e5b37 View commit details
    Browse the repository at this point in the history
  7. #128 Make the API Key Error Translatable (#131)

    1) #128 Make the API Key Error Translatable
    2) Coding Standards auto update, this should stop once one of the newer PRs are merged.
    namithj authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2b15a47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1529cfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    219b20c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aff4da3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update AspireUpdate.pot (#143)

    Update AspireUpdate.pot template with latest strings.
    
    Signed-off-by: Jarko Piironen <[email protected]>
    ipajen authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a0dda62 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    2133a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59925b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0593eb View commit details
    Browse the repository at this point in the history
  4. WIP on rename-zip (#139)

    afragen authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d2e05ff View commit details
    Browse the repository at this point in the history
  5. add Git Updater integration (#78)

    Signed-off-by: Alex Sirota <[email protected]>
    Co-authored-by: Alex Sirota <[email protected]>
    afragen and asirota authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2d07067 View commit details
    Browse the repository at this point in the history
  6. Asirota/add issue template (#99)

    * adding ISSUE_TEMPLATE
    
    helps new GitHub contributors file better bugs or feature requests
    
    Signed-off-by: Alex Sirota <[email protected]>
    
    * update GPLv2 license
    
    Signed-off-by: Alex Sirota <[email protected]>
    
    * Update .github/ISSUE_TEMPLATE/BugReport.yml
    
    Co-authored-by: Colin Stewart <[email protected]>
    Signed-off-by: Alex Sirota <[email protected]>
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    Co-authored-by: Colin Stewart <[email protected]>
    asirota and costdev authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a406e1f View commit details
    Browse the repository at this point in the history
  7. Added lots of configuration options to Bug Request template (#156)

    * added lots of config to bug reports
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    Co-authored-by: Colin Stewart <[email protected]>
    asirota and costdev authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8be4e83 View commit details
    Browse the repository at this point in the history
  8. Add Site Health option (#158)

    * added site health option
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    asirota authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e5eb71a View commit details
    Browse the repository at this point in the history
  9. Asirota/add issue template (#159)

    * added needs triage label to feature request
    
    ---------
    
    Signed-off-by: Alex Sirota <[email protected]>
    asirota authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5fcf86b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96dceb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e5644e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfd53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    989be0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ffcbb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7e120 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f696f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    e8d984c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e8a267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1835c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f87b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e459075 View commit details
    Browse the repository at this point in the history
  5. Have Playground blueprint default to main. (#173)

    * Remove `main` from the Playground workflow.
    
    * Set the Playground blueprint to `main` by default.
    
    * Only run the workflow job on the main repository.
    costdev authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    42c457c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'playground-ready' into main

    Signed-off-by: Alex Sirota <[email protected]>
    asirota authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6bd7a0a View commit details
    Browse the repository at this point in the history