Plugin Directory

Changeset 3243992


Ignore:
Timestamp:
02/20/2025 03:32:14 PM (13 months ago)
Author:
spellhammer
Message:

Version 1.2.6

Location:
pie-calendar/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pie-calendar/trunk/includes/shortcode.php

    r3236286 r3243992  
    194194                    direction: "<?php echo is_rtl() ? 'rtl' : 'ltr'; ?>",
    195195                    contentHeight: "auto",
    196                     locale: "<?php echo $locale; ?>",
     196                    locale: "<?php echo esc_attr( $locale ); ?>",
    197197                    eventTimeFormat: <?php echo json_encode($localeDateStringFormat); ?>,
    198198                    dayHeaderFormat: { weekday: 'long' },
     
    428428                    buttonText: {},
    429429                    showPopover: false,
    430                     locale: "<?php echo $locale; ?>",
     430                    locale: "<?php echo esc_attr( $locale ); ?>",
    431431                    localeDateStringFormat: <?php echo json_encode( $localeDateStringFormat ); ?>,
    432432                    allDayLocaleDateStringFormat: <?php echo json_encode( $allDayLocaleDateStringFormat ); ?>,
  • pie-calendar/trunk/languages/piecal.pot

    r3236286 r3243992  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Pie Calendar 1.2.5\n"
     5"Project-Id-Version: Pie Calendar 1.2.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pie-calendar\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-02-05T14:21:51+00:00\n"
     12"POT-Creation-Date: 2025-02-20T14:50:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • pie-calendar/trunk/plugin.php

    r3236286 r3243992  
    1010 * Plugin URI:        https://piecalendar.com
    1111 * Description:       Turn any post type into a calendar event and display it on a calendar.
    12  * Version:           1.2.5
     12 * Version:           1.2.6
    1313 * Author:            Elijah Mills & Jonathan Jernigan
    1414 * Author URI:        https://piecalendar.com/about
     
    2626}
    2727
    28 define( 'PIECAL_VERSION', '1.2.5' );
     28define( 'PIECAL_VERSION', '1.2.6' );
    2929define( 'PIECAL_PATH', plugin_dir_url( __FILE__ ) );
    3030define( 'PIECAL_DIR', plugin_dir_path( __FILE__ ) );
  • pie-calendar/trunk/readme.txt

    r3236286 r3243992  
    44Donate link: https://piecalendar.com
    55Requires at least: 5.9
    6 Tested up to: 6.7.1
     6Tested up to: 6.7.2
    77Requires PHP: 7.4
    8 Stable tag: 1.2.5
     8Stable tag: 1.2.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292
    9393== Changelog ==
     94
     95= 1.2.6 =
     96* Security Fix: Prevented execution of JavaScript in the locale attribute of the [piecal] shortcode.
    9497
    9598= 1.2.5 =
Note: See TracChangeset for help on using the changeset viewer.