diff --git a/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php b/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php index ea5d8acb0e..8261f81d8a 100644 --- a/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php +++ b/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php @@ -1,6 +1,7 @@ new ) { - esc_html_e( 'Currently there is 1 plugin awaiting review.', 'wporg-plugins' ); + esc_html_e( 'Currently there is 1 plugin awaiting its first review.', 'wporg-plugins' ); } else { printf( /* translators: %s: Amount of plugins awaiting review. */ esc_html( _n( - 'Currently there is %s plugin awaiting review.', - 'Currently there are %s plugins awaiting review.', + 'Currently there is %s plugin awaiting their first review.', + 'Currently there are %s plugins awaiting their first review.', $plugins->new, 'wporg-plugins' ) ), @@ -159,7 +160,7 @@ public static function display() { printf( /* translators: %s: Date of the oldest new plugin in the queue, with a 36 hours offset. */ esc_html( __( - 'All plugins that have been submitted before %s have received an initial response by email to their submission.', + 'All new submissions received before %s have been sent an initial response by email.', 'wporg-plugins' ) ), '' . esc_html( $queue_oldest_new_plugin_date_with_offset ) . '' @@ -449,70 +450,101 @@ public static function display() { -

- -

- -
- -
- -
- -
- -

- -

-

Generic names that resemble existing plugins in the directory (e.g., “AI Writer”, “Image Optimization”) won’t be accepted, even if the slug is available.', 'wporg-plugins' ) ); ?>

-

start your plugin name with a unique or coined term, such as your brand, alias, or organization name (e.g., “Acme AI Writer”, “WriteralAI - AI Writter”, “Acme Image Optimization”, “Imageralia - Image Optimization”).', 'wporg-plugins' ) ); ?>

+

+

+ +
+ +
+ -

+

+

🏷️ + '.esc_html( 'Guideline 17', 'wporg-plugins' ).''; + ?> +

+

distinctive and should not be confusingly similar to existing plugins, projects, products, organizations, or trademarks that are not owned by you.', 'wporg-plugins' ) ); ?>

+

Choosing a distinctive name: Generic names such as "AI Writer" or "Image Optimization" and/or names similar to existing plugins are unlikely to be accepted, even if the plugin slug is available. Make your plugin stand out by using a unique identifier such as your name, brand, organization, or project name (e.g., “Acme AI Writer”, “WriteralAI – AI Writter”)', 'wporg-plugins' ) ); ?>

begin with a project, organization, or trademark are only accepted if submitted by the verified owner. Ownership can be confirmed through the email domain in your user profile - update it before submitting.', 'wporg-plugins' ) + __( 'Demonstrating ownership: Names that begin with a company, project, organization, or trademark name may only be submitted by the verified owner. Ownership is typically verified using the email address associated with your WordPress.org account. If necessary, update your profile before submitting.', 'wporg-plugins' ) ), esc_url( 'https://profiles.wordpress.org/profile/edit' ) ); ?> -
- For example, use an official Acme email domain (e.g., “john@acme.example”) for a plugin named “Acme AI Writer”.', 'wporg-plugins' ) ); ?>

-

If you don’t own the entity, don’t imply affiliation. Place their name at the end and make the distinction clear.', 'wporg-plugins' ) ); ?> +

If you are not the owner: Simply do not imply affiliation with a company, project, or trademark that you do not own. You can do so placing their name at the end and making the distinction clear (e.g., “WriteralAI – AI Writer for Acme”)', 'wporg-plugins' ) ); ?>

+ +
+ + +

🔓 + '.esc_html( 'Guidelines 5 and 6', 'wporg-plugins' ).''; + ?> +

+

may not artificially restrict functionality that is included in the plugin itself.', 'wporg-plugins' ) ); ?>

+

features implemented in the plugin code and/or that the plugin itself can do.', 'wporg-plugins' ) ); ?>

+

open source directory for free to use plugins. Building a business around your plugin is fine, and there are compliant ways of doing so; artificial limitations in built-in code are not one of them.', 'wporg-plugins' ) ); ?>

+ + +

🚫

+

+ + +

+

+ +
+
- For example, if you don’t own “Acme” use a structure like: “{your-distinguible-plugin-name} for Acme” (e.g., “WriteralAI – AI Writer for Acme”).', 'wporg-plugins' ) ); ?> -

diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php index debce175da..32a584c717 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php @@ -54,7 +54,7 @@ ?>

-

+

-

+

your plugin will not be approved. The Plugins Team will refer you back to these Handbook pages, adding further delay to the review process.', 'wporg-plugins' ); ?>

@@ -76,16 +77,17 @@

cannot be renamed.', 'wporg-plugins' ) ); ?>

+

display name you can update that by updating your plugin files in this page. If what you want to change is the permalink / slug of your plugin, you can do that ONCE before we begin with the review (if that’s available you’ll see a link to change it on this page).', 'wporg-plugins' ) ); ?>

display name you can update that by updating your plugin files in this page. If what you want to change is the permalink / slug of your plugin, you can do that ONCE before we begin with the review (if that’s available you’ll see a link to change it on this page). If this is not possible, you will need to contact us at %s, we can change it as long as the plugin has not yet been approved.', 'wporg-plugins' ), + wp_kses_post( __( 'If you can no longer change the slug from this page, please contact us. If your plugin is already under review, simply reply to the review email. Otherwise, email us at %s. We can make the change as long as the plugin has not yet been approved.', 'wporg-plugins' ) ), 'plugins@wordpress.org' ); ?>

-

+

- \ No newline at end of file + diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php index b67aa32322..ab89854f3c 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php @@ -30,7 +30,13 @@
  • GNU General Public License v2, or any later version. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg-plugins' ) ), esc_url( 'https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); + printf( wp_kses_post( __( 'Your plugin must be compatible with the GNU General Public License v2, or any later version. The plugin should either include its source code or provide a clear link to it. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg-plugins' ) ), esc_url( 'https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); + ?> +
  • +
  • + must not impose artificial restrictions on its built-in functionality. This includes license gates, paywalls, time-limited trials, usage quotas, or any other mechanism that limits features included in the plugin code and/or that the plugin code can do.', 'wporg-plugins' ) ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#5-trialware-is-not-permitted' ) ); ?>