Plugin Directory

Changeset 3492923


Ignore:
Timestamp:
03/27/2026 06:42:55 PM (26 hours ago)
Author:
fernandot
Message:

Probado en la 7.0

Location:
ai-content-signals
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-content-signals/trunk/ai-content-signals.php

    r3491622 r3492923  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * Description: Control how AI crawlers use your content with Cloudflare Content Signals in robots.txt. Includes EU Directive 2019/790 rights reservation.
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Author: Fernando Tellado
    88 * Author URI: https://ayudawp.com
     
    2020
    2121// Define plugin constants.
    22 define( 'AYUDAWP_ACS_VERSION', '1.2.0' );
     22define( 'AYUDAWP_ACS_VERSION', '1.2.1' );
    2323define( 'AYUDAWP_ACS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2424define( 'AYUDAWP_ACS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • ai-content-signals/trunk/includes/class-aics-promo-banner.php

    r3491622 r3492923  
    218218            ),
    219219            'hosting'     => array(
    220                 'icon'        => 'dashicons-cloud',
     220                'icon'        => 'dashicons-cloud-saved',
    221221                'title'       => __( 'Hosting built for WordPress', 'ai-content-signals' ),
    222222                'description' => __( 'Google Cloud servers, automatic geo-located daily backups, and 24/7 expert support. Speed, security, and migration tools included.', 'ai-content-signals' ),
  • ai-content-signals/trunk/readme.txt

    r3491622 r3492923  
    33Tags: robots.txt, ai, cloudflare, seo, crawlers
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 1.2.1 =
     155Tested up to WordPress 7.0
     156
    154157= 1.2.0 =
    155158* New: Added export/import settings feature (JSON) for easy migration between sites
Note: See TracChangeset for help on using the changeset viewer.