Changeset 3492931
- Timestamp:
- 03/27/2026 06:56:54 PM (26 hours ago)
- Location:
- ai-content-signals
- Files:
-
- 12 added
- 3 edited
-
tags/1.2.2 (added)
-
tags/1.2.2/ai-content-signals.php (added)
-
tags/1.2.2/assets (added)
-
tags/1.2.2/assets/admin.css (added)
-
tags/1.2.2/assets/admin.js (added)
-
tags/1.2.2/includes (added)
-
tags/1.2.2/includes/admin-settings.php (added)
-
tags/1.2.2/includes/class-aics-promo-banner.php (added)
-
tags/1.2.2/includes/export-import.php (added)
-
tags/1.2.2/includes/robots-handler.php (added)
-
tags/1.2.2/readme.txt (added)
-
tags/1.2.2/uninstall.php (added)
-
trunk/ai-content-signals.php (modified) (2 diffs)
-
trunk/assets/admin.css (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-content-signals/trunk/ai-content-signals.php
r3492923 r3492931 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. 16 * Version: 1.2.2 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. 1' );22 define( 'AYUDAWP_ACS_VERSION', '1.2.2' ); 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/assets/admin.css
r3491622 r3492931 261 261 } 262 262 263 .aics-promo- column .button {263 .aics-promo-notice .aics-promo-column .button { 264 264 align-self: flex-start; 265 margin-top: auto; 265 266 white-space: normal; 266 267 height: auto; 268 min-height: auto; 267 269 line-height: 1.4; 268 270 padding: 6px 12px; 271 text-align: center; 269 272 } 270 273 -
ai-content-signals/trunk/readme.txt
r3492923 r3492931 5 5 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 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.2 = 155 * Fix: Fixed promotional banner button alignment on WordPress 7.0 due to core CSS specificity changes 156 154 157 = 1.2.1 = 155 158 Tested up to WordPress 7.0
Note: See TracChangeset
for help on using the changeset viewer.