Plugin Directory

Changeset 3174757


Ignore:
Timestamp:
10/24/2024 07:13:51 AM (17 months ago)
Author:
blueglassinteractive
Message:

v 2.7.9

Location:
job-postings
Files:
554 added
3 edited

Legend:

Unmodified
Added
Removed
  • job-postings/trunk/include/class-job-single-view.php

    r3174218 r3174757  
    560560                                        # INPUT
    561561                                        $value = isset( $values[$key] ) ? $values[$key][0] : '';
    562                                         $value = apply_filters('job-postings/content/tinymce', esc_html($value), $value, $post_id);
     562                                        $value = apply_filters('job-postings/content/tinymce', $value, $post_id);
    563563
    564564                                        $tinymce_content = wpautop($value);
  • job-postings/trunk/job-postings.php

    r3174207 r3174757  
    55Description: WordPress plugin that make it easy to add job postings to your company’s website in a structured way.
    66Author: BlueGlass
    7 Version: 2.7.8
     7Version: 2.7.9
    88Author URI: http://blueglass.ch/
    99Text Domain: job-postings
  • job-postings/trunk/readme.txt

    r3174218 r3174757  
    44Requires at least: 5.0
    55Tested up to: 6.4.3
    6 Stable tag: 2.7.8
     6Stable tag: 2.7.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 2.7.9 =
     44* Hot fix for HTML escape in content
     45
    4346= 2.7.8 =
    4447* Updated TCPDF version
    4548* Fixed escaping for tinyMCE fields
    46 * Added filter to disable escaping on content if you need scripts to be executed in content apply_filters('job-postings/content/tinymce', esc_html($value), $value, $post_id);
     49* Added filter to disable escaping on content if you need scripts to be executed in content apply_filters('job-postings/content/tinymce', $value, $post_id);
    4750* Maintenance
    4851
Note: See TracChangeset for help on using the changeset viewer.