You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wordpress-org-assets-plan.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# WordPress.org Asset Plan — SNWorks Cron Diagnostics
1
+
# WordPress.org Asset Plan — Nariyanto Cron Diagnostics
2
2
3
3
WordPress.org assets are committed to the assigned plugin SVN repository under `assets/` after approval. This GitHub repository keeps prepared assets under `.wordpress-org/` so they are ready to copy.
4
4
@@ -32,7 +32,7 @@ Add this to SVN `assets/` and reference it in `readme.txt` if we want it shown o
32
32
33
33
Suggested screenshot caption:
34
34
35
-
> SNWorks Cron Diagnostics shows scheduled WP-Cron events, duplicate hooks, frequent schedules, overdue events, and a copyable support report.
35
+
> Nariyanto Cron Diagnostics shows scheduled WP-Cron events, duplicate hooks, frequent schedules, overdue events, and a copyable support report.
@@ -12,7 +12,7 @@ Find duplicate, stuck, and suspicious WordPress cron events before they cause su
12
12
13
13
## Suggested submission description
14
14
15
-
SNWorks Cron Diagnostics is a read-only admin utility for WordPress support and debugging workflows. It lists scheduled WP-Cron events, highlights duplicate hooks, flags unusually frequent recurring events, counts overdue events, and provides a copyable support report.
15
+
Nariyanto Cron Diagnostics is a read-only admin utility for WordPress support and debugging workflows. It lists scheduled WP-Cron events, highlights duplicate hooks, flags unusually frequent recurring events, counts overdue events, and provides a copyable support report.
16
16
17
17
The first release is intentionally small and safe. It does not delete, reschedule, pause, or mutate cron events. It only reads WordPress' existing cron array and displays the information to administrators.
18
18
@@ -26,12 +26,12 @@ The first release is intentionally small and safe. It does not delete, reschedul
26
26
- It only displays cron information to users with the `manage_options` capability.
27
27
- The admin page is registered under **Tools → Cron Diagnostics**.
28
28
- All admin output is escaped.
29
-
- The plugin uses the `snworks-cron-diagnostics` text domain.
29
+
- The plugin uses the `nariyanto-cron-diagnostics` text domain.
30
30
- The release ZIP excludes development-only files such as `.git`, `.github`, `tests`, `docs`, and `scripts`.
31
31
32
32
## Privacy statement
33
33
34
-
SNWorks Cron Diagnostics does not collect, store, transmit, or share personal data. The plugin reads scheduled WP-Cron events from the local WordPress installation and displays them only inside the WordPress admin area to administrators.
34
+
Nariyanto Cron Diagnostics does not collect, store, transmit, or share personal data. The plugin reads scheduled WP-Cron events from the local WordPress installation and displays them only inside the WordPress admin area to administrators.
35
35
36
36
The copyable support report is generated locally in the browser/admin page. Site administrators should review the report before sharing it in support tickets.
37
37
@@ -47,7 +47,7 @@ The copyable support report is generated locally in the browser/admin page. Site
47
47
48
48
1. Log in to WordPress.org as `nariyanto`.
49
49
2. Open the plugin submission page: https://wordpress.org/plugins/developers/add/
50
-
3. Upload the GitHub release asset: `snworks-cron-diagnostics.zip`.
50
+
3. Upload the GitHub release asset: `nariyanto-cron-diagnostics.zip`.
51
51
4. Use the short description above.
52
52
5. Add reviewer notes from this document if the form provides a notes field.
Copy file name to clipboardExpand all lines: readme.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
=== SNWorks Cron Diagnostics ===
1
+
=== Nariyanto Cron Diagnostics ===
2
2
Contributors: nariyanto
3
3
Tags: cron, wp-cron, debugging, support, admin
4
4
Requires at least: 6.0
@@ -12,7 +12,7 @@ Find duplicate, stuck, and suspicious WordPress cron events before they cause su
12
12
13
13
== Description ==
14
14
15
-
SNWorks Cron Diagnostics is a read-only admin utility for support and debugging workflows. It helps you inspect scheduled WP-Cron events, identify duplicate hooks, flag unusually frequent events, and spot overdue jobs.
15
+
Nariyanto Cron Diagnostics is a read-only admin utility for support and debugging workflows. It helps you inspect scheduled WP-Cron events, identify duplicate hooks, flag unusually frequent events, and spot overdue jobs.
16
16
17
17
Initial scope:
18
18
@@ -28,7 +28,7 @@ No destructive cleanup actions are included in v0.1.2.
28
28
== Installation ==
29
29
30
30
1. Upload the plugin folder to `/wp-content/plugins/`.
31
-
2. Activate **SNWorks Cron Diagnostics** from the Plugins screen.
31
+
2. Activate **Nariyanto Cron Diagnostics** from the Plugins screen.
32
32
3. Open **Tools → Cron Diagnostics**.
33
33
34
34
== Frequently Asked Questions ==
@@ -44,7 +44,7 @@ Any recurring event with an interval shorter than one hour is highlighted for re
44
44
== Changelog ==
45
45
46
46
= 0.1.2 =
47
-
* Renamed to SNWorks Cron Diagnostics with text domain `snworks-cron-diagnostics` for WordPress.org review.
47
+
* Renamed to Nariyanto Cron Diagnostics with text domain `nariyanto-cron-diagnostics` for WordPress.org review.
48
48
49
49
= 0.1.1 =
50
50
* Renamed to a distinctive branded identity for WordPress.org review.
0 commit comments