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

V4.5.0 #357

Merged
merged 59 commits into from
Aug 28, 2024
Merged

V4.5.0 #357

merged 59 commits into from
Aug 28, 2024

Commits on Aug 1, 2024

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

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    0882b27 View commit details
    Browse the repository at this point in the history
  2. Add file field.

    kagg-design committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    757f59e View commit details
    Browse the repository at this point in the history
  3. Do not save file field.

    kagg-design committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    13accd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d36ebc View commit details
    Browse the repository at this point in the history
  5. Fix typo.

    kagg-design committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4cd56e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fix tests.

    kagg-design committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a201561 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    kagg-design committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    65ca328 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    kagg-design committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d534254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d3e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    40d899d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e53e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f27db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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

Commits on Aug 13, 2024

  1. Update readme.txt.

    kagg-design committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    86b4c8d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    4ce1e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d2388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db0a963 View commit details
    Browse the repository at this point in the history
  4. phpcs.

    kagg-design committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bdc0705 View commit details
    Browse the repository at this point in the history
  5. phpcs.

    kagg-design committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e8f3858 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1640f3a View commit details
    Browse the repository at this point in the history
  7. phpcs.

    kagg-design committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    21655a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. phpcs.

    kagg-design committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a4f7c6a View commit details
    Browse the repository at this point in the history
  2. Add ability to test not final versions.

    Fix hCaptcha nonce error on MailPoet admin pages.
    
    Fix tests.
    
    Add LostPassword form support for bbPress.
    Make bbPress forms working when Login/Register are off.
    
    Add Register form support for bbPress.
    
    Add Login form support for bbPress.
    
    WPCS in Divi.php.
    
    Fix error messaging for several classic Jetpack forms.
    kagg-design committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    06c2d81 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update readme.txt.

    Do not scroll topbar and search in the admin.
    
    Fix scrolling after plugin/theme activation/deactivation.
    
    Fix appearance of Beaver Builder editor with "Turn Off When Logged In" setting.
    
    Fix appearance of Fluent Forms editor with "Turn Off When Logged In" setting.
    
    Refactor Pages class to clarity.
    
    Fix appearance of Formidable Forms editor with "Turn Off When Logged In" setting.
    
    Fix appearance of Forminator editor with "Turn Off When Logged In" setting.
    
    Fix appearance of Gravity Forms editor with "Turn Off When Logged In" setting.
    
    Fix appearance of Essential Addons editor with "Turn Off When Logged In" setting.
    
    Fix appearance of WPForms editor with "Turn Off When Logged In" setting.
    
    Fix appearance of Contact Form 7 editor with "Turn Off When Logged In" setting.
    
    Fix potential racing condition with Migrations.
    
    Do not use referer as it may not be provided by server.
    
    Add the ability to have multiple MailPoet forms on the same page.
    
    Make MailPoet form work at any form placement.
    kagg-design committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a423c09 View commit details
    Browse the repository at this point in the history
  2. ESLint.

    kagg-design committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    037185d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Update composer.json packages.

    Cleanup .distignore.
    
    Update readme.txt.
    
    Cover bbPress LostPassword by tests.
    
    Cover bbPress Register by tests.
    
    Cover bbPress Login by tests.
    
    Restore 100% test coverage of Divi.
    
    Cover Pages.php by tests.
    
    Restore 100% test coverage of class Request.php.
    
    Restore 100% test coverage of includes/request.php.
    
    Cover MailPoet by tests.
    
    Restore 100% test coverage of Migrations.
    
    Restore 100% test coverage of wpDiscuz.
    
    Restore 100% Main.php coverage.
    kagg-design committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6511872 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. WPCS.

    kagg-design committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4986013 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    kagg-design committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cfa9762 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 22, 2024

  1. Fix Ninja Forms Preview.

    kagg-design committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4ac1fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be4308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9baa546 View commit details
    Browse the repository at this point in the history
  4. Fix Elementor preview.

    kagg-design committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    13ac207 View commit details
    Browse the repository at this point in the history
  5. Fix unit tests.

    kagg-design committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    afe4a9f View commit details
    Browse the repository at this point in the history
  6. Fix unit tests.

    kagg-design committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2ab4c1f View commit details
    Browse the repository at this point in the history
  7. Fix NF tests.

    kagg-design committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f32e345 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49dde7d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    ad995df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d5a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1cf76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c0574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53008a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf9bce4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86e6fad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3323a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c7a88c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e0d71b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a8e08c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2e4d73 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d85fcee View commit details
    Browse the repository at this point in the history
  14. Cover Spectra by tests.

    kagg-design committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9a5954c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Cover CoBlocks by tests.

    kagg-design committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    53b9958 View commit details
    Browse the repository at this point in the history
  2. Code style.

    kagg-design committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6cbafbe View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix readme.txt.

    kagg-design committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ce2e9dd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix readme.txt.

    kagg-design committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e8284c8 View commit details
    Browse the repository at this point in the history
  2. Update banner.

    kagg-design committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a6368d9 View commit details
    Browse the repository at this point in the history
  3. Bump up version.

    kagg-design committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f51cb1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc8a8e5 View commit details
    Browse the repository at this point in the history