No description
Find a file
2025-04-16 12:55:42 +02:00
.github/workflows chore(deps): update mysql docker tag to v9.3 2025-04-15 07:27:21 +00:00
assets feat(admin): Refactor admin pages to use native WordPress components 2024-09-09 14:06:48 +02:00
config fix: minor fixes 2024-12-12 13:06:16 +01:00
includes fix(mollie): Update vendor to match new v3 php api 2025-04-15 11:52:16 +02:00
languages fix(dev): regen pot file 2025-03-19 12:50:34 +01:00
src fix(front): Prevent default colour from briefly showing when page loads 2025-03-31 13:32:04 +02:00
templates fix(pdf): remove unused font declaration 2025-03-19 23:41:50 +01:00
tests fix(test): ensure vendor returns true for is_ready method 2025-03-14 16:17:27 +01:00
.babelrc fix(dev): remove unnecessary dev dependency 2025-03-19 12:50:21 +01:00
.distignore fix(i18n): add languages folder to .distignore 2025-03-16 15:22:11 +01:00
.env.sample feat: re-add env file handling 2023-07-13 13:08:54 +02:00
.eslintrc.json fix(lint): fix config for eslint 2024-03-12 12:58:08 +13:00
.gitignore fix: add TODO file to .gitignore 2024-10-22 11:58:44 +02:00
.gitlab-ci.yml fix(cicd): fix cicd issues 2024-11-29 12:56:06 +01:00
.nvmrc chore(deps): update node.js to v22.14.0 2025-02-11 15:43:41 +00:00
.stylelintrc.json feat(admin): Refactor admin pages to use native WordPress components 2024-09-09 14:06:48 +02:00
.wp-env.json feat(env): add plugin check plugin (PCP) for easily auditing plugin 2024-10-28 10:50:26 +01:00
composer.json fix(deps): update dependency mollie/mollie-api-php to v3 2025-04-15 14:10:12 +00:00
composer.lock fix(deps): update dependency mollie/mollie-api-php to v3 2025-04-15 14:10:12 +00:00
index.php fix(linting): correct all current phpcs issues 2023-10-19 12:52:13 +02:00
kudos-donations.php chore: Update version to 4.0.0-beta-20 2025-03-23 17:09:00 +01:00
package-lock.json fix(deps): update dependency @headlessui/react to v2.2.1 2025-04-04 15:32:40 +00:00
package.json fix(deps): update dependency @headlessui/react to v2.2.1 2025-04-04 15:32:40 +00:00
phpcs.xml.dist fix(config): update phpcs.xml.config to fix some inconsistencies and errors 2024-11-23 11:11:32 +01:00
phpstan.neon.dist feat(dev): upgrade phpstan to 2.0 2024-11-30 12:16:09 +01:00
phpunit.xml.dist fix(config): remove unused exclude from phpunit.xml.dist 2024-10-10 12:01:38 +02:00
README.md fix(readme): Update README.md 2024-08-03 14:42:18 +02:00
readme.txt chore: add changelog for 3.4.2 2025-03-14 11:32:21 +01:00
renovate.json fix(cicd): set lockfileMaintenance to true 2025-03-04 13:18:27 +01:00
uninstall.php fix(revert): remove freemius and premium integration 2024-11-29 12:31:10 +01:00

Kudos logo

Kudos Donations

Add a donation button to any page on your website. Easy & fast setup. Works with Mollie payments.

Kudos Donations

Development

Use the npm and composer package managers to install the required dependencies.

Build

# install dependencies
npm install
composer install

# start public facing development
npm run start:front

# start admin facing development
npm run start:admin

# build all assets
npm run build

Credits

This software uses the following open source packages:

  • Tailwind CSS - A utility-first CSS framework.
  • Headless UI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
  • Heroicons - Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
  • Mollie API - Mollie API client for PHP.
  • React Hook Form - Performant, flexible and extensible forms. with easy-to-use validation.
  • Symfony-DI - Dependency injection component from Symfony.
  • Twig - A modern template engine for PHP.
  • ActionScheduler - WordPress Job Queue with Background Processing.