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

Fix license activation for formatted license types #179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix license activation for formatted license types #179

wants to merge 2 commits into from

Commits on Jul 19, 2019

  1. Fix license activation for formatted license types

    EDD  supports make your own license format. For example default format is looks like "s5Lds8pMnd8pJdiOm82Kh5OOIy" but if you create your own format like this "8915-8486-5648-9458-9878" you will get 'An error occurred, please try again.' error. Because sanitize_key function removes "-" symbol. So i used sanitize_text_field instead of sanitize_key function.
    bilalmalkoc committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    7eb2882 View commit details
    Browse the repository at this point in the history
  2. Update class-merlin.php

    bilalmalkoc committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    ec26295 View commit details
    Browse the repository at this point in the history