Plugin Directory

Changeset 2427207


Ignore:
Timestamp:
11/27/2020 11:08:06 AM (5 years ago)
Author:
cvl01
Message:

Add version 1.0.10.1

Location:
mylisting-elementor-toolkit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mylisting-elementor-toolkit/trunk/dynamic-tags/tags/field.php

    r2427205 r2427207  
    7676
    7777        if ( $field_name === 'job_description' ) {
    78             echo get_the_content();
     78            echo nl2br(get_the_content());
    7979            return;
    8080        }
  • mylisting-elementor-toolkit/trunk/ml-elementor-toolkit.php

    r2427205 r2427207  
    44 * Description: A simple Elementor addon that adds elementor functionality to parts of the My Listing theme.
    55 * Plugin URI:  https://yellowwave.eu/ml-elementor-toolkit
    6  * Version:     1.0.10
     6 * Version:     1.0.10.1
    77 * Author:      YellowWave
    88 * Author URI:  https://yellowwave.nl
     
    3333   * @var string The plugin version.
    3434   */
    35     const VERSION = '1.0.10';
     35    const VERSION = '1.0.10.1';
    3636 
    3737    /**
Note: See TracChangeset for help on using the changeset viewer.