Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codeinwp/wp-maintenance-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: Codeinwp/wp-maintenance-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.2
Choose a head ref
  • 18 commits
  • 10 files changed
  • 5 contributors

Commits on Aug 30, 2021

  1. allow for comments after # in exclude textarea

    So eg. you can write:
    
    127.0.0.1 # allow localhost
    joostdekeijzer authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ac9c35b View commit details
    Browse the repository at this point in the history
  2. Explain comment option

    Maybe give an example?
    joostdekeijzer authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    90efa80 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Sep 8, 2022

  1. Sync branch [skip ci]

    pirate-bot authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2e5e3b3 View commit details
    Browse the repository at this point in the history
  2. Sync branch [skip ci]

    pirate-bot authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    03dd408 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. Fix PHP errors #324

    girishpanchal30 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    aca957b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2544e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ef777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3cfee3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #326 from Codeinwp/bugfix/323

    Otter form save subscriber entry
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6b8b6ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #325 from Codeinwp/bugfix/324

    Fix PHP errors, fyi @arinaturcu
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    cd50fd1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #322 from Codeinwp/bugfix/321

    Fix maintenance mode issue for previously logged users
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1dce169 View commit details
    Browse the repository at this point in the history
  8. update deps

    selul committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7bc820f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #310 from Codeinwp/bugfix/308

    Fix render embed shortcode
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9ff2098 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #269 from joostdekeijzer/exclude-comments

    Allow for comments in exclude textarea
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c81d8c5 View commit details
    Browse the repository at this point in the history
  11. release: fixes

    * Fix maintenance mode issue for previously logged users #321 
    * Allow comments into exclude textarea so that you can comment on the IP addresses for location, props @joostdekeijzer 
    * Fix PHP notice errors on specific scenarios #324 
    * Fix Otter for saving subscriber entry
    selul authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2f07a64 View commit details
    Browse the repository at this point in the history
  12. chore(release): 2.5.2

    ##### [Version 2.5.2](v2.5.1...v2.5.2) (2022-09-27)
    
    * Fix maintenance mode issue for previously logged users [#321](#321)
    * Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [@joostdekeijzer](https://github.com/joostdekeijzer)
    * Fix PHP notice errors on specific scenarios [#324](#324)
    * Fix Otter for saving subscriber entry
    pirate-bot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    620ab30 View commit details
    Browse the repository at this point in the history
Loading