Skip to content

Commit 648677c

Browse files
committed
fix: publish nariyanto cron diagnostics release
1 parent ec85f13 commit 648677c

16 files changed

Lines changed: 84 additions & 84 deletions

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: Upload build artifact
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: snworks-cron-diagnostics
43-
path: dist/snworks-cron-diagnostics.zip
42+
name: nariyanto-cron-diagnostics
43+
path: dist/nariyanto-cron-diagnostics.zip
4444

4545
- name: Publish GitHub release asset
4646
if: startsWith(github.ref, 'refs/tags/')
4747
uses: softprops/action-gh-release@v2
4848
with:
49-
files: dist/snworks-cron-diagnostics.zip
49+
files: dist/nariyanto-cron-diagnostics.zip
5050
generate_release_notes: true

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Changelog
22

3-
All notable changes to SNWorks Cron Diagnostics will be documented in this file.
3+
All notable changes to Nariyanto Cron Diagnostics will be documented in this file.
44

55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project uses semantic versioning for GitHub releases.
66

77
## [0.1.2] - 2026-06-03
88

99
### Changed
1010

11-
- Renamed the plugin display name, text domain, admin page slug, and package slug to `snworks-cron-diagnostics`.
11+
- Renamed the plugin display name, text domain, admin page slug, and package slug to `nariyanto-cron-diagnostics`.
1212

1313
## [0.1.1] - 2026-06-03
1414

@@ -27,7 +27,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
2727
- Unusually frequent recurring hook detection for intervals shorter than one hour.
2828
- Overdue event counting.
2929
- Copyable plain-text support report.
30-
- Translation template for the `snworks-cron-diagnostics` text domain.
30+
- Translation template for the `nariyanto-cron-diagnostics` text domain.
3131
- Local PHP test runner and GitHub Actions CI.
3232

3333
### Notes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SNWorks Cron Diagnostics
1+
# Nariyanto Cron Diagnostics
22

33
[![CI](https://github.com/nariyanto/wp-cron-inspector-lite/actions/workflows/ci.yml/badge.svg)](https://github.com/nariyanto/wp-cron-inspector-lite/actions/workflows/ci.yml)
44
[![Latest Release](https://img.shields.io/github/v/release/nariyanto/wp-cron-inspector-lite?label=release)](https://github.com/nariyanto/wp-cron-inspector-lite/releases)
@@ -13,7 +13,7 @@ This plugin is read-only in the initial version. It lists scheduled WP-Cron even
1313

1414
## Screenshot
1515

16-
![SNWorks Cron Diagnostics running on PeepSo staging](docs/screenshots/peepso-staging-cron-inspector.png)
16+
![Nariyanto Cron Diagnostics running on PeepSo staging](docs/screenshots/peepso-staging-cron-inspector.png)
1717

1818
## Current v0.1 scope
1919

@@ -34,7 +34,7 @@ find . -path ./vendor -prune -o -name '*.php' -print0 | xargs -0 -n1 php -l
3434
bash scripts/build-release.sh
3535
```
3636

37-
The release package is written to `dist/snworks-cron-diagnostics.zip`.
37+
The release package is written to `dist/nariyanto-cron-diagnostics.zip`.
3838

3939
## Changelog
4040

assets/admin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
'use strict';
33

44
document.addEventListener('DOMContentLoaded', function () {
5-
var button = document.getElementById('snworks-cron-diagnostics-copy-report');
6-
var report = document.getElementById('snworks-cron-diagnostics-report');
7-
var status = document.getElementById('snworks-cron-diagnostics-copy-status');
5+
var button = document.getElementById('nariyanto-cron-diagnostics-copy-report');
6+
var report = document.getElementById('nariyanto-cron-diagnostics-report');
7+
var status = document.getElementById('nariyanto-cron-diagnostics-copy-status');
88

99
if (!button || !report || !status) {
1010
return;

docs/wordpress-org-assets-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WordPress.org Asset Plan — SNWorks Cron Diagnostics
1+
# WordPress.org Asset Plan — Nariyanto Cron Diagnostics
22

33
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.
44

@@ -32,7 +32,7 @@ Add this to SVN `assets/` and reference it in `readme.txt` if we want it shown o
3232

3333
Suggested screenshot caption:
3434

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.
3636
3737
## Notes
3838

docs/wordpress-org-submission-notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# WordPress.org Submission Notes — SNWorks Cron Diagnostics
1+
# WordPress.org Submission Notes — Nariyanto Cron Diagnostics
22

33
Repository: https://github.com/nariyanto/wp-cron-inspector-lite
44
GitHub release: https://github.com/nariyanto/wp-cron-inspector-lite/releases/tag/v0.1.2
5-
Release asset: `snworks-cron-diagnostics.zip`
6-
Target plugin slug: `snworks-cron-diagnostics`
5+
Release asset: `nariyanto-cron-diagnostics.zip`
6+
Target plugin slug: `nariyanto-cron-diagnostics`
77
Version: `0.1.2`
88

99
## Short description
@@ -12,7 +12,7 @@ Find duplicate, stuck, and suspicious WordPress cron events before they cause su
1212

1313
## Suggested submission description
1414

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.
1616

1717
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.
1818

@@ -26,12 +26,12 @@ The first release is intentionally small and safe. It does not delete, reschedul
2626
- It only displays cron information to users with the `manage_options` capability.
2727
- The admin page is registered under **Tools → Cron Diagnostics**.
2828
- 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.
3030
- The release ZIP excludes development-only files such as `.git`, `.github`, `tests`, `docs`, and `scripts`.
3131

3232
## Privacy statement
3333

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.
3535

3636
The copyable support report is generated locally in the browser/admin page. Site administrators should review the report before sharing it in support tickets.
3737

@@ -47,7 +47,7 @@ The copyable support report is generated locally in the browser/admin page. Site
4747

4848
1. Log in to WordPress.org as `nariyanto`.
4949
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`.
5151
4. Use the short description above.
5252
5. Add reviewer notes from this document if the form provides a notes field.
5353
6. Submit for review.

docs/wporg-publishing-checklist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# WordPress.org Publishing Checklist
22

33
Repository: `wp-cron-inspector-lite`
4-
Plugin slug target: `snworks-cron-diagnostics`
4+
Plugin slug target: `nariyanto-cron-diagnostics`
55

66
## Current status
77

88
- Public GitHub repository exists.
99
- Plugin has been tested on the staging site `peepso.nariyanto.id`.
1010
- Plugin is read-only and does not delete or mutate cron events.
1111
- CI runs PHP tests, readme metadata validation, and PHP syntax checks.
12-
- Release workflow builds `dist/snworks-cron-diagnostics.zip` for GitHub release assets.
12+
- Release workflow builds `dist/nariyanto-cron-diagnostics.zip` for GitHub release assets.
1313
- A screenshot from the staging site is available in `docs/screenshots/` for GitHub documentation.
1414
- WordPress.org banner/icon assets are prepared in `.wordpress-org/`.
1515
- Submission notes are prepared in `docs/wordpress-org-submission-notes.md`.
16-
- Translation template exists at `languages/snworks-cron-diagnostics.pot`.
16+
- Translation template exists at `languages/nariyanto-cron-diagnostics.pot`.
1717

1818
## Before WordPress.org submission
1919

2020
- [ ] Finalize the v0.1.2 feature scope; avoid adding destructive cleanup in the first submission.
21-
- [ ] Review all user-facing strings for text domain `snworks-cron-diagnostics`.
22-
- [ ] Regenerate `languages/snworks-cron-diagnostics.pot` after any string changes.
21+
- [ ] Review all user-facing strings for text domain `nariyanto-cron-diagnostics`.
22+
- [ ] Regenerate `languages/nariyanto-cron-diagnostics.pot` after any string changes.
2323
- [ ] Run local tests: `php tests/run.php`.
2424
- [ ] Run PHP syntax checks: `find . -path ./vendor -prune -o -name '*.php' -print0 | xargs -0 -n1 php -l`.
2525
- [ ] Confirm `readme.txt` metadata: contributors, tags, requires, tested up to, requires PHP, stable tag, license.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: SNWorks Cron Diagnostics 0.1.2\n"
6-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/snworks-cron-diagnostics\n"
5+
"Project-Id-Version: Nariyanto Cron Diagnostics 0.1.2\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nariyanto-cron-diagnostics\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
@@ -12,22 +12,22 @@ msgstr ""
1212
"POT-Creation-Date: 2026-06-01T14:45:42+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
15-
"X-Domain: snworks-cron-diagnostics\n"
15+
"X-Domain: nariyanto-cron-diagnostics\n"
1616

1717
#. Plugin Name of the plugin
18-
#: snworks-cron-diagnostics.php
18+
#: nariyanto-cron-diagnostics.php
1919
#: src/AdminPage.php:14
2020
#: src/AdminPage.php:34
21-
msgid "SNWorks Cron Diagnostics"
21+
msgid "Nariyanto Cron Diagnostics"
2222
msgstr ""
2323

2424
#. Description of the plugin
25-
#: snworks-cron-diagnostics.php
25+
#: nariyanto-cron-diagnostics.php
2626
msgid "Find duplicate, stuck, and suspicious WordPress cron events before they cause support issues."
2727
msgstr ""
2828

2929
#. Author of the plugin
30-
#: snworks-cron-diagnostics.php
30+
#: nariyanto-cron-diagnostics.php
3131
msgid "Septiyan Nariyanto"
3232
msgstr ""
3333

Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
3-
* Plugin Name: SNWorks Cron Diagnostics
3+
* Plugin Name: Nariyanto Cron Diagnostics
44
* Description: Find duplicate, stuck, and suspicious WordPress cron events before they cause support issues.
55
* Version: 0.1.2
66
* Author: Septiyan Nariyanto
77
* License: GPL-2.0-or-later
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
9-
* Text Domain: snworks-cron-diagnostics
9+
* Text Domain: nariyanto-cron-diagnostics
1010
* Domain Path: /languages
1111
* Requires at least: 6.0
1212
* Requires PHP: 7.4
@@ -18,15 +18,15 @@
1818
exit;
1919
}
2020

21-
define('SNWORKS_CRON_DIAGNOSTICS_VERSION', '0.1.2');
22-
define('SNWORKS_CRON_DIAGNOSTICS_FILE', __FILE__);
21+
define('NARIYANTO_CRON_DIAGNOSTICS_VERSION', '0.1.2');
22+
define('NARIYANTO_CRON_DIAGNOSTICS_FILE', __FILE__);
2323

2424
require_once __DIR__ . '/src/CronEventInspector.php';
2525
require_once __DIR__ . '/src/AdminPage.php';
2626

2727
add_action(
2828
'admin_menu',
2929
static function (): void {
30-
(new SNWorks\CronDiagnostics\AdminPage())->register();
30+
(new Nariyanto\CronDiagnostics\AdminPage())->register();
3131
}
3232
);

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== SNWorks Cron Diagnostics ===
1+
=== Nariyanto Cron Diagnostics ===
22
Contributors: nariyanto
33
Tags: cron, wp-cron, debugging, support, admin
44
Requires at least: 6.0
@@ -12,7 +12,7 @@ Find duplicate, stuck, and suspicious WordPress cron events before they cause su
1212

1313
== Description ==
1414

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.
1616

1717
Initial scope:
1818

@@ -28,7 +28,7 @@ No destructive cleanup actions are included in v0.1.2.
2828
== Installation ==
2929

3030
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.
3232
3. Open **Tools → Cron Diagnostics**.
3333

3434
== Frequently Asked Questions ==
@@ -44,7 +44,7 @@ Any recurring event with an interval shorter than one hour is highlighted for re
4444
== Changelog ==
4545

4646
= 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.
4848

4949
= 0.1.1 =
5050
* Renamed to a distinctive branded identity for WordPress.org review.

0 commit comments

Comments
 (0)