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

Add/extendable transformers #569

Closed
wants to merge 24 commits into from

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    38be586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae71bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d40ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ccb6c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    246600b View commit details
    Browse the repository at this point in the history
  6. update phpdocs

    Menrath committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2113d3e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    0501fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5b530 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    369b32b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c857eee View commit details
    Browse the repository at this point in the history
  3. typo

    Menrath committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0bd6ecc View commit details
    Browse the repository at this point in the history
  4. fix phpcs errors

    Menrath committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    804cb0a View commit details
    Browse the repository at this point in the history
  5. change hook name for registering transformers

    follow WordPress coding style and coding style of this plugin
    Menrath committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ed1b6b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. Merge branch 'add/extendable-transformers' of ssh://code.event-federa…

    …tion.eu:2222/Event-Federation/wordpress-activitypub into add/extendable-transformers
    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    2a79297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f971b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8338ea4 View commit details
    Browse the repository at this point in the history
  4. cleanup: remove function get_post_content_template that is now presen…

    …t in parent base transformer class
    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    47b7d84 View commit details
    Browse the repository at this point in the history
  5. fix: forgotten merge conflict

    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d25a5c2 View commit details
    Browse the repository at this point in the history
  6. fix phpdocs

    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    82928fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c20c8f View commit details
    Browse the repository at this point in the history
  8. move transofmrer function get_post_content_template to base class

    fix: make in_array comparison strict
    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    768d190 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5d19f2 View commit details
    Browse the repository at this point in the history
  10. fix phpcs via phpcbf

    Menrath committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    c7ff99e View commit details
    Browse the repository at this point in the history