Changeset 3492923
- Timestamp:
- 03/27/2026 06:42:55 PM (26 hours ago)
- Location:
- ai-content-signals
- Files:
-
- 12 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/ai-content-signals.php (added)
-
tags/1.2.1/assets (added)
-
tags/1.2.1/assets/admin.css (added)
-
tags/1.2.1/assets/admin.js (added)
-
tags/1.2.1/includes (added)
-
tags/1.2.1/includes/admin-settings.php (added)
-
tags/1.2.1/includes/class-aics-promo-banner.php (added)
-
tags/1.2.1/includes/export-import.php (added)
-
tags/1.2.1/includes/robots-handler.php (added)
-
tags/1.2.1/readme.txt (added)
-
tags/1.2.1/uninstall.php (added)
-
trunk/ai-content-signals.php (modified) (2 diffs)
-
trunk/includes/class-aics-promo-banner.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-content-signals/trunk/ai-content-signals.php
r3491622 r3492923 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * 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. 06 * Version: 1.2.1 7 7 * Author: Fernando Tellado 8 8 * Author URI: https://ayudawp.com … … 20 20 21 21 // Define plugin constants. 22 define( 'AYUDAWP_ACS_VERSION', '1.2. 0' );22 define( 'AYUDAWP_ACS_VERSION', '1.2.1' ); 23 23 define( 'AYUDAWP_ACS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 24 24 define( 'AYUDAWP_ACS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
ai-content-signals/trunk/includes/class-aics-promo-banner.php
r3491622 r3492923 218 218 ), 219 219 'hosting' => array( 220 'icon' => 'dashicons-cloud ',220 'icon' => 'dashicons-cloud-saved', 221 221 'title' => __( 'Hosting built for WordPress', 'ai-content-signals' ), 222 222 '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 3 3 Tags: robots.txt, ai, cloudflare, seo, crawlers 4 4 Requires at least: 5.0 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 1.2.1 = 155 Tested up to WordPress 7.0 156 154 157 = 1.2.0 = 155 158 * New: Added export/import settings feature (JSON) for easy migration between sites
Note: See TracChangeset
for help on using the changeset viewer.