Plugin Directory

Changeset 3081996


Ignore:
Timestamp:
05/06/2024 02:25:10 PM (22 months ago)
Author:
ibenic
Message:

Pushing 3.5.2

Location:
wp-sponsors/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-sponsors/trunk/README.txt

    r3018504 r3081996  
    44Tags: post type, images, partners, sponsors
    55Requires at least: 3.1.0
    6 Tested up to: 6.4.2
     6Tested up to: 6.5.2
    77Requires PHP: 7.0
    8 Stable tag: 3.5.1
     8Stable tag: 3.5.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    110110== Changelog ==
    111111
     112= 3.5.2 - 2024-05-06 =
     113* Security update
     114
    112115= 3.5.1 - 2024-01-08 =
    113116* Security update
  • wp-sponsors/trunk/includes/class-wp-sponsors-shortcodes.php

    r3018504 r3081996  
    6161                        ?>
    6262                        <div class="wp-sponsors-form-field">
    63                             <label for="wp_sponsors_<?php echo $field; ?>"><?php echo esc_html( $label ); ?></label>
    64                             <textarea id="wp_sponsors_<?php echo $field; ?>" name="wp_sponsors_form[<?php echo $field; ?>]" placeholder="<?php echo esc_attr( $label ); ?>"></textarea>
     63                            <label for="wp_sponsors_<?php echo esc_attr( $field ); ?>"><?php echo esc_html( $label ); ?></label>
     64                            <textarea id="wp_sponsors_<?php echo esc_attr( $field ); ?>" name="wp_sponsors_form[<?php echo esc_attr( $field ); ?>]" placeholder="<?php echo esc_attr( $label ); ?>"></textarea>
    6565                        </div>
    6666
     
    7272            ?>
    7373
    74             <button type="submit" class="button wp-sponsors-button" name="sponsors_acquisition_form"><?php echo $atts['button']; ?></button>
     74            <button type="submit" class="button wp-sponsors-button" name="sponsors_acquisition_form"><?php echo wp_kses_post( $atts['button'] ); ?></button>
    7575        </form>
    7676        <?php
  • wp-sponsors/trunk/wp-sponsors.php

    r3018504 r3081996  
    55 * Plugin URI:        http://www.wpsimplesponsorships.com
    66 * Description:       Add links and logo's for your sponsors/partners/etc to your sidebars and posts with our widget and shortcode.
    7  * Version:           3.5.1
     7 * Version:           3.5.2
    88 * Author:            Simple Sponsorships
    99 * Author URI:        http://www.wpsimplesponsorships.com
Note: See TracChangeset for help on using the changeset viewer.