Skip to content

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercasares committed Nov 2, 2024
1 parent e1e9fc9 commit 03cc006
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 89 deletions.
89 changes: 89 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
== Changelog ==

= 1.1.0 [2024-11-02] =

**Changed**

* Big refactory.
* Less size, improved code quality.

**Compatibility**

* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4

**Tests**

* PHP Coding Standards: 3.10.3
* WordPress Coding Standards: 3.1.0
* Plugin Check (PCP): 1.1.0

= 1.0.12 =

* Compatibility: WordPress 4.1 - WordPress 6.4.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.1.

= 1.0.11 =

* Fix showing all the text.

= 1.0.10 =

* WordPress Coding Standards 3.0.0 compatible.

* Compatibility: PHP 5.6 - PHP 8.3.

= 1.0.9 =

* Improved functions checking.

* Compatibility: WordPress 5.2 - WordPress 6.3.
* Compatibility: PHP 7.0 - PHP 8.3.

= 1.0.8 =

* Compatibility: WordPress 5.2 - WordPress 6.2
* Compatibility: PHP 7.2 - PHP 8.1

= 1.0.7 =

* Minor refactoring

* Compatibility: WordPress 4.9 - WordPress 6.1
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.6 =

* Compatibility: WordPress 4.9 - WordPress 6.0
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.5 =

* Compatibility: WordPress 4.9 - WordPress 5.9
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.4 =

* Compatibility: WordPress 5.8

= 1.0.3 =

* Compatibility: WordPress 5.7

= 1.0.2 =

* Compatibility: WordPress 5.6
* Compatibility: PHP 8.0

= 1.0.1 =

* Compatibility: WordPress 5.5

= 1.0.0 =

* Compatibility: WordPress 5.4

= 0.1 =

* First version.
14 changes: 10 additions & 4 deletions noindex-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: noindex SEO
* Plugin URI: https://wordpress.org/plugins/noindex-seo/
* Description: Allows to add a meta-tag for robots noindex in some parts of your WordPress site.
* Requires at least: 5.2
* Requires at least: 4.1
* Requires PHP: 5.6
* Version: 1.0.12
* Version: 1.1.0
* Author: Javier Casares
* Author URI: https://www.javiercasares.com/
* License: EUPL v1.2
* License URI: https://eupl.eu/1.2/en/
* License: GPL-2.0-or-later
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
* Text Domain: noindex-seo
* Domain Path: /languages
*
Expand Down Expand Up @@ -629,6 +629,9 @@ function noindex_seo_admin() {
?>
> <?php echo esc_html( __( 'Recommended', 'noindex-seo' ) ); ?>: <span class="dashicons dashicons-no" title="No"></span>. <span class="description"><?php echo esc_html( __( 'This will block the indexing of the site\'s pages.', 'noindex-seo' ) ); ?></span></fieldset></td>
</tr>
<?php
if ( version_compare( $GLOBALS['wp_version'], '5.2', '>=' ) ) {
?>
<tr>
<th scope="row"><label for="noindex_seo_privacy_policy"><?php echo esc_html( __( 'Privacy Policy', 'noindex-seo' ) ); ?></label></th>
<td><fieldset><input type="checkbox" id="noindex_seo_privacy_policy" name="noindex_seo_privacy_policy" value="1"
Expand All @@ -638,6 +641,9 @@ function noindex_seo_admin() {
?>
> <?php echo esc_html( __( 'Recommended', 'noindex-seo' ) ); ?>: <span class="dashicons dashicons-yes" title="Yes"></span>. <span class="description"><?php echo esc_html( __( 'This will block the indexing of the site\'s privacy policy page.', 'noindex-seo' ) ); ?> <a href="<?php echo esc_url( get_privacy_policy_url() ); ?>" target="_blank"><?php echo esc_html( __( 'View', 'noindex-seo' ) ); ?></a></span></fieldset></td>
</tr>
<?php
}
?>
<tr>
<th scope="row"><label for="noindex_seo_single"><?php echo esc_html( __( 'Single', 'noindex-seo' ) ); ?></label></th>
<td><fieldset><input type="checkbox" id="noindex_seo_single" name="noindex_seo_single" value="1"
Expand Down
116 changes: 31 additions & 85 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== noindex SEO ===
Contributors: javiercasares
Tags: seo, noindex
Requires at least: 5.2
Tested up to: 6.4
Stable tag: 1.0.12
Requires at least: 4.1
Tested up to: 6.7
Stable tag: 1.1.0
Requires PHP: 5.6
Version: 1.0.12
License: EUPL v1.2
License URI: https://eupl.eu/1.2/en/
Version: 1.1.0
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

Allows to add a meta-tag for robots noindex in some parts of your WordPress site.

Expand Down Expand Up @@ -79,101 +79,47 @@ Visit the plugin section in your WordPress, search for [noindex-seo]; download a

Extract the contents of the ZIP and upload the contents to the `/wp-content/plugins/noindex-seo/` directory. Once uploaded, it will appear in your plugin list.

== Security ==

This plugin adheres to the following security measures and review protocols for each version:

* [WordPress Plugin Handbook](https://developer.wordpress.org/plugins/)
* [WordPress Plugin Security](https://developer.wordpress.org/plugins/wordpress-org/plugin-security/)
* [WordPress APIs Security](https://developer.wordpress.org/apis/security/)
* [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards)

== Privacy ==

* This plugin does not collect any information about your site, your identity, the plugins, themes or content the site has.

== Vulnerabilities ==

* No vulnerabilities have been published up to version 1.0.12.

Found a security vulnerability? Please report it to us privately at the [WPVulnerability GitHub repository](https://github.com/javiercasares/noindex-seo/security/advisories/new).

== Compatibility ==

= 1.0.12 =

* WordPress: 5.2 - 6.4
* PHP: 5.6 - 8.3
* WPCS: 3.0.1
* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4

== Changelog ==

= 1.0.12 =

* Compatibility: WordPress 4.1 - WordPress 6.4.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.1.

= 1.0.11 =

* Fix showing all the text.

= 1.0.10 =
= 1.1.0 [2024-11-02] =

* WordPress Coding Standards 3.0.0 compatible.
**Changed**

* Compatibility: PHP 5.6 - PHP 8.3.
* Big refactory.
* Less size, improved code quality.

= 1.0.9 =
**Compatibility**

* Improved functions checking.
* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4

* Compatibility: WordPress 5.2 - WordPress 6.3.
* Compatibility: PHP 7.0 - PHP 8.3.
**Tests**

= 1.0.8 =
* PHP Coding Standards: 3.10.3
* WordPress Coding Standards: 3.1.0
* Plugin Check (PCP): 1.1.0

* Compatibility: WordPress 5.2 - WordPress 6.2
* Compatibility: PHP 7.2 - PHP 8.1

= 1.0.7 =

* Minor refactoring

* Compatibility: WordPress 4.9 - WordPress 6.1
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.6 =

* Compatibility: WordPress 4.9 - WordPress 6.0
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.5 =

* Compatibility: WordPress 4.9 - WordPress 5.9
* Compatibility: PHP 5.6.20 - PHP 8.1

= 1.0.4 =

* Compatibility: WordPress 5.8

= 1.0.3 =

* Compatibility: WordPress 5.7

= 1.0.2 =
== Security ==

* Compatibility: WordPress 5.6
* Compatibility: PHP 8.0
This plugin adheres to the following security measures and review protocols for each version:

= 1.0.1 =
* [WordPress Plugin Handbook](https://developer.wordpress.org/plugins/)
* [WordPress Plugin Security](https://developer.wordpress.org/plugins/wordpress-org/plugin-security/)
* [WordPress APIs Security](https://developer.wordpress.org/apis/security/)
* [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards)
* [Plugin Check (PCP)](https://wordpress.org/plugins/plugin-check/)

* Compatibility: WordPress 5.5
== Privacy ==

= 1.0.0 =
* This plugin does not collect any information about your site, your identity, the plugins, themes or content the site has.

* Compatibility: WordPress 5.4
== Vulnerabilities ==

= 0.1 =
* No vulnerabilities have been published up to version 1.1.0.

* First version.
Found a security vulnerability? Please report it to us privately at the [WPVulnerability GitHub repository](https://github.com/javiercasares/noindex-seo/security/advisories/new).

0 comments on commit 03cc006

Please sign in to comment.