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
Rename 'Organization & Roles' to 'Roles' and bump version
Replace occurrences of "Organization & Roles" with the shorter "Roles" across README.md and includes/Plugin.php (menu labels, tabs, page headers, and instructional text) to simplify UI wording and documentation. Also bump the plugin Version and WORKOS_WP_VERSION constant from 1.0.0 to 1.0.1 in workos-for-wordpress.php.
<p class="workos-page-description"><?phpesc_html_e('Select which WorkOS organization this site belongs to and map its roles to WordPress roles.', 'workos-for-wordpress'); ?></p>
514
514
</div>
515
515
@@ -903,7 +903,7 @@ public function render_learning_mode_page(): void {
903
903
904
904
<?phpif (!$configured): ?>
905
905
<div class="workos-alert workos-alert-warning">
906
-
<?phpesc_html_e('API credentials and an organization must be configured before Learning Mode can be used. Configure them on the Welcome and Organization & Roles pages.', 'workos-for-wordpress'); ?>
906
+
<?phpesc_html_e('API credentials and an organization must be configured before Learning Mode can be used. Configure them on the Welcome and Roles pages.', 'workos-for-wordpress'); ?>
907
907
</div>
908
908
<?phpendif; ?>
909
909
@@ -921,7 +921,7 @@ public function render_learning_mode_page(): void {
921
921
<p><strong><?phpesc_html_e('Import Best Practices', 'workos-for-wordpress'); ?></strong></p>
<p><?phpesc_html_e('1. Audit your WordPress users — remove inactive or spam accounts first to avoid syncing unnecessary users.', 'workos-for-wordpress'); ?></p>
924
-
<p><?phpesc_html_e('2. Set up role mappings on the Organization & Roles page so users get the correct WorkOS role during import.', 'workos-for-wordpress'); ?></p>
924
+
<p><?phpesc_html_e('2. Set up role mappings on the Roles page so users get the correct WorkOS role during import.', 'workos-for-wordpress'); ?></p>
925
925
<p><?phpesc_html_e('3. Test with a small batch first — use the individual sync buttons to verify a few users before running a full sync.', 'workos-for-wordpress'); ?></p>
<p><?phpesc_html_e('4. Keep this page open during sync — the process runs in the browser and may take time for large user bases.', 'workos-for-wordpress'); ?></p>
0 commit comments