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

Refactor duotone class to allow instancing #49932

Closed
wants to merge 11 commits into from

Commits on Apr 18, 2023

  1. Rename gutenberg_get_slug_from_attr for clarity

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    69b3960 View commit details
    Browse the repository at this point in the history
  2. Use double quotes for string concatination

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    92c56c1 View commit details
    Browse the repository at this point in the history
  3. Correct WP_Duotone_Gutenberg class comment

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    888567a View commit details
    Browse the repository at this point in the history
  4. Match example filter slugs used throughout the file

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    12d6e4d View commit details
    Browse the repository at this point in the history
  5. Update comments to clarify methods and variables

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    97bac68 View commit details
    Browse the repository at this point in the history
  6. Fix @SInCE declarations on public methods

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a1a191c View commit details
    Browse the repository at this point in the history
  7. Reorder methods for better readablity

    Alex Lende committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    55113c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    c5df7ae View commit details
    Browse the repository at this point in the history
  2. Refactor duotone class to be a singleton

    Alex Lende committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4cea9d7 View commit details
    Browse the repository at this point in the history
  3. Refactor duotone class to be a global

    Alex Lende committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6bd5cc9 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Alex Lende committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b01dab3 View commit details
    Browse the repository at this point in the history