-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from iamapinan/dev
update feature and fix security issue
- Loading branch information
Showing
17 changed files
with
704 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,18 @@ You can edit the term page and publish on your website with elegant and powerful | |
* Display user PDPA Status on user list | ||
* Multi language support (Thai, English) more translate is accept | ||
|
||
### Roadmap | ||
|
||
* Allow user to request profile data. | ||
* Allow user to request to delete account. | ||
* Allow user to allow consent again. | ||
* User page. | ||
|
||
### Contributors. | ||
- **Apinan Woratrakun** *as developer* <[email protected]>, <https://facebook.com/9apinan>, <https://ioblog.me> | ||
- **Aeknarin Sirisub** *as technical privacy system desgin* <https://www.facebook.com/swodsman> | ||
|
||
[GNU 3.0 License](https://opensource.org/licenses/lgpl-3.0.html0) | ||
|
||
### Special Thank | ||
* Thai Programmer Association | ||
|
||
![assets/pdpa-consent-logo.jpg](assets/pdpa-consent-sm.jpg) | ||
* Thai Programmer Association |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
jQuery(document).ready(() => { | ||
jQuery('.pdpa-color-picker').wpColorPicker(); | ||
}); |
Oops, something went wrong.