givewp-addon-boilerplate icon indicating copy to clipboard operation
givewp-addon-boilerplate copied to clipboard

A demo plugin to serve as a boilerplate for developers to understand how to extend the Give Donation plugin for WordPress

Results 9 givewp-addon-boilerplate issues
Sort by recently updated
recently updated
newest added

## Description This PR creates the Form Extension folder with a few samples demonstrating how to extend the Visual Form builder. To accomplish that, the following items were added: -...

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules). These dependencies need to be updated together. Updates `loader-utils` from 0.2.17 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

## Details We're running an older version of `laravel-mix` and have a lot of unnecessary packages & configs being loaded. It would be nice to get this updated to run...

type: chore

The `View` class, at the top level of the `Addon` domain, has a namsepace that does not match the autoloaded directory. Specifically, the namespace include `Helpers` while not being located...

type: bug

## Acceptance Criteria - [ ] Update textdomain in `wp-textdomain.js` - [ ] Remove redundant `Give - ` name prefix from `readme.txt` - [ ] Add name, description to README.md...

type: enhancement

## User Story As a developer, I need to know how to create a custom settings field through an example. ## Details Right now there's no example on adding a...

type: enhancement

## Details ## Additional Context ## Acceptance Criteria - [ ] Something happens when an action is taken. - [ ] Something does not happen when an action is taken....