Plugin Directory

Changeset 1588363


Ignore:
Timestamp:
02/03/2017 05:04:08 PM (9 years ago)
Author:
tallerdigital
Message:

1.1 enable widget shortcode

Location:
monocontact-forms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • monocontact-forms/trunk/monocontact-forms.php

    r1564388 r1588363  
    44* Plugin URI: http://www.monocontact.com/
    55* Description: Shortcodes for Monocontact forms
    6 * Version: 1.0.0
     6* Version: 1.1.0
    77* Author: Taller Digital
    88* Author URI: http://tallerdigital.cl/
     
    1010
    1111defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
     12
     13// Enable shortcodes in text widgets
     14add_filter('widget_text','do_shortcode');
    1215
    1316if ( !function_exists( 'monocontact_form_enqueue_script' ) ) {
  • monocontact-forms/trunk/readme.txt

    r1564403 r1588363  
    99Requires at least: 4.3
    1010Tested up to: 4.7
    11 Stable tag: 1.0
     11Stable tag: 1.1
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.