Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
28884ec
Remove Help tab from MotionKit admin page
rayhanuddin2019 Aug 6, 2026
a1200f1
Remove unused Plugin::should_skip_init()
rayhanuddin2019 Aug 6, 2026
abe53d9
upate
rayhanuddin2019 Aug 6, 2026
3371252
Move admin menu icon CSS to enqueued file
rayhanuddin2019 Aug 6, 2026
5a24119
Fix Plugin Check (PCP) findings: name trademark, Tested up to, nonce …
rayhanuddin2019 Aug 6, 2026
d3f10ab
Silence PCP false-positive on maybe_fix_autoload_flags()'s IN clause
rayhanuddin2019 Aug 6, 2026
bfcb6dd
Add real nonce to sidebar tab navigation; suppress redirect-flag warn…
rayhanuddin2019 Aug 6, 2026
2084abf
Fix critical save-path regression: EditorSessionTrait still checked o…
rayhanuddin2019 Aug 6, 2026
9b87d8b
Resolve remaining NonceVerification findings in OAuthHandler/Frontend…
rayhanuddin2019 Aug 6, 2026
2de7c4a
Add real nonce to notice-banner redirects instead of suppressing
rayhanuddin2019 Aug 6, 2026
46ed551
Add user-facing readme FAQ explaining the non-nonce request types
rayhanuddin2019 Aug 6, 2026
d2c812f
update
rayhanuddin2019 Aug 9, 2026
3b08ba9
Merge branch 'motionkit-connector' of https://github.com/rayhanwealco…
rayhanuddin2019 Aug 9, 2026
6f72e7d
Merge branch 'motionkit-connector' of https://github.com/rayhanwealco…
rayhanuddin2019 Aug 9, 2026
e11cf2b
update
rayhanuddin2019 Aug 9, 2026
415f7ae
update
rayhanuddin2019 Aug 9, 2026
e9d0512
update
rayhanuddin2019 Aug 9, 2026
13df888
update readme
rayhanuddin2019 Aug 9, 2026
ebcce7e
update
rayhanuddin2019 Aug 10, 2026
f45015c
update
rayhanuddin2019 Aug 11, 2026
93d709c
update
rayhanuddin2019 Aug 11, 2026
f4931b1
update
rayhanuddin2019 Aug 13, 2026
5eca7a2
c
rayhanuddin2019 Aug 14, 2026
74ae719
update
rayhanuddin2019 Aug 16, 2026
266f201
update
rayhanuddin2019 Aug 16, 2026
33f8cc8
update
rayhanuddin2019 Aug 16, 2026
81123f0
update
rayhanuddin2019 Aug 18, 2026
38dd6f2
update
rayhanuddin2019 Aug 18, 2026
0d30b2b
update
rayhanuddin2019 Aug 18, 2026
722a10f
Chore: Drop committed .php.bak backups and ignore them going forward
rayhanuddin2019 Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@

node_modules
vendor
src
scripts
tests

package.json
package-lock.json
webpack.config.js
jsconfig.json
composer.json
composer.lock
Expand All @@ -40,5 +37,8 @@ WPORG-SUBMISSION.md

*.log
*.map
*.bak
*.orig
Thumbs.db
.DS_Store
mcp-*.png
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ Thumbs.db

*.log
*.map
*.bak
*.orig

.env
6 changes: 4 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ includes/
├── Auth/
│ ├── JwtTokenManager.php ← Mint + validate editor session JWTs
│ ├── OAuthHandler.php ← OAuth connect/disconnect to motionkit.io
│ └── ConnectPage.php ← Admin "MotionKit" menu (Connect/License/Tools/Help tabs)
│ └── ConnectPage.php ← Admin "MotionKit" menu (Connect/Tools tabs)
├── Admin/
│ └── PermalinkNotice.php ← Plain-permalinks nag notice
Expand Down Expand Up @@ -181,7 +181,9 @@ settings via `settings_config()` helper.
- `includes/Auth/OAuthHandler.php` — OAuth connect/disconnect flow to motionkit.io.
Fires `do_action('motionkit/oauth/connected')` on successful connect.
- `includes/Auth/ConnectPage.php` — top-level admin menu ("MotionKit") with tabs:
Connect / License / Tools / Help. Render-methods per tab.
Connect / Tools. Render-methods per tab. License status renders inline inside
the Connect tab (`render_license_tab()` is a private method embedded in
`render_connect_tab()`, not a separate navigable tab).

### Permission model (RestApi.php)

Expand Down
132 changes: 0 additions & 132 deletions README.md

This file was deleted.

Loading
Loading