Plugin Directory

Changeset 3492931


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

ajuste de CSS

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

Legend:

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

    r3492923 r3492931  
    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.1
     6 * Version: 1.2.2
    77 * Author: Fernando Tellado
    88 * Author URI: https://ayudawp.com
     
    2020
    2121// Define plugin constants.
    22 define( 'AYUDAWP_ACS_VERSION', '1.2.1' );
     22define( 'AYUDAWP_ACS_VERSION', '1.2.2' );
    2323define( 'AYUDAWP_ACS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2424define( 'AYUDAWP_ACS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • ai-content-signals/trunk/assets/admin.css

    r3491622 r3492931  
    261261}
    262262
    263 .aics-promo-column .button {
     263.aics-promo-notice .aics-promo-column .button {
    264264    align-self: flex-start;
     265    margin-top: auto;
    265266    white-space: normal;
    266267    height: auto;
     268    min-height: auto;
    267269    line-height: 1.4;
    268270    padding: 6px 12px;
     271    text-align: center;
    269272}
    270273
  • ai-content-signals/trunk/readme.txt

    r3492923 r3492931  
    55Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 1.2.2 =
     155* Fix: Fixed promotional banner button alignment on WordPress 7.0 due to core CSS specificity changes
     156
    154157= 1.2.1 =
    155158Tested up to WordPress 7.0
Note: See TracChangeset for help on using the changeset viewer.