Changeset 3081996
- Timestamp:
- 05/06/2024 02:25:10 PM (22 months ago)
- Location:
- wp-sponsors/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-wp-sponsors-shortcodes.php (modified) (2 diffs)
-
wp-sponsors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sponsors/trunk/README.txt
r3018504 r3081996 4 4 Tags: post type, images, partners, sponsors 5 5 Requires at least: 3.1.0 6 Tested up to: 6. 4.26 Tested up to: 6.5.2 7 7 Requires PHP: 7.0 8 Stable tag: 3.5. 18 Stable tag: 3.5.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 3.5.2 - 2024-05-06 = 113 * Security update 114 112 115 = 3.5.1 - 2024-01-08 = 113 116 * Security update -
wp-sponsors/trunk/includes/class-wp-sponsors-shortcodes.php
r3018504 r3081996 61 61 ?> 62 62 <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> 65 65 </div> 66 66 … … 72 72 ?> 73 73 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> 75 75 </form> 76 76 <?php -
wp-sponsors/trunk/wp-sponsors.php
r3018504 r3081996 5 5 * Plugin URI: http://www.wpsimplesponsorships.com 6 6 * 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. 17 * Version: 3.5.2 8 8 * Author: Simple Sponsorships 9 9 * Author URI: http://www.wpsimplesponsorships.com
Note: See TracChangeset
for help on using the changeset viewer.