-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/license management #123
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
070d51e
Add global helper class for content sanitization
theaminulai 97f681a
Merge branch 'development' into new-optimaize-process
theaminulai 28c4137
Add a feature
theaminulai d71d94b
Merge branch 'development' into new-optimaize-process
theaminulai 2114a22
Merge branch 'development' into new-optimaize-process
theaminulai a873fef
Improve autoloader namespace handling and robustness
theaminulai d329f50
Add support section and dashboard skeleton loader
theaminulai 7647d09
Update changelog and add react-content-loader dependency
theaminulai 6eec8bb
Refactor plugin init to use pageflash_init hook
theaminulai 22c712c
Add IcoMoon font files and heartbeat stub
theaminulai d9a9554
Add developer and user documentation for PageFlash
theaminulai f6ec1ed
Refactor admin menu icon and remove frontend asset loading
theaminulai fb75dc6
Add feature registry and manager base classes
theaminulai 37192c3
Update namespace and package in DisableDashicons
theaminulai 03cfd8e
Update namespace and enhance embed disabling
theaminulai 7688aaa
Update DisableEmojis.php
theaminulai b19877b
Update DisableHeartbeat.php
theaminulai 9c70190
Enhance REST API restriction logic and add exceptions
theaminulai c212b99
Update namespace and enhance XML-RPC disabling
theaminulai 1749286
Refactor General manager to use BootManager and static registration
theaminulai 74c90e0
Update namespace and package in HideWPVersion
theaminulai 2b38d3a
Update namespace and package in RemoveJQueryMigrate
theaminulai 9373b01
Add class to remove REST API links from frontend
theaminulai cc0403b
Refactor Landmark class and extend LandmarkList options
theaminulai 274ad8d
Add instant.page and improve Quicklink integration
theaminulai 8c90e91
Remove debug logging from REST API link removal
theaminulai af93f16
Sanitize admin page parameter in Heartbeat exception
theaminulai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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,8 @@ | ||
| /** | ||
| * Disabled Heartbeat Stub | ||
| * This is an empty stub to prevent heartbeat functionality | ||
| */ | ||
| (function($) { | ||
| 'use strict'; | ||
| // Intentionally empty - heartbeat is disabled | ||
| })(jQuery); |
This file contains hidden or 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 hidden or 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,20 @@ | ||
| ## exmpleple documentation creation task | ||
|
|
||
|
|
||
| The user wants me to create documentation files in a doc folder based on: | ||
|
|
||
| 1. The official websites: https://getquick.link/ and https://instant.page/ | ||
| 2. The implementation in their PageFlash plugin | ||
| They want: | ||
|
|
||
| - Separate file for each feature (Quicklink and InstantPage) | ||
| - User/customer documentation | ||
| - Description of how to use it | ||
| - Benefits of using it | ||
| - Hook reference at the bottom | ||
| I need to: | ||
|
|
||
| 1. Fetch the content from those websites to understand what these libraries do | ||
| 2. Create documentation files based on the implementation | ||
| 3. Create a doc folder structure | ||
| Let me first fetch the webpages to understand these features better, then create the documentation files. | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent spelling: "exmpleple" should be "example". This appears to be a typo in the heading of the documentation file.