Plugin Directory

Changeset 1404389


Ignore:
Timestamp:
04/26/2016 09:39:07 AM (10 years ago)
Author:
piotrmocko
Message:

Version 2.1.9

Location:
pwebcontact/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pwebcontact/trunk/media/css/layout.css

    r1378644 r1404389  
    11/**
    2  * @version 2.1.5
     2 * @version 2.1.9
    33 * @package Perfect Easy & Powerful Contact Form
    44 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co
     
    174174.pweb-vertical-css .pweb-text {
    175175    display: inline-block;
     176    white-space: nowrap;
    176177    writing-mode: vertical-lr;
    177178    -webkit-writing-mode: vertical-lr;
  • pwebcontact/trunk/pwebcontact.php

    r1399975 r1404389  
    44 * Plugin URI: https://www.perfect-web.co/wordpress/contact-form
    55 * Description: Easy for beginners, customizable for pros!
    6  * Version: 2.1.8
     6 * Version: 2.1.9
    77 * Text Domain: pwebcontact
    88 * Author: Piotr Moćko
  • pwebcontact/trunk/readme.txt

    r1399975 r1404389  
    55Requires at least: 3.5.0
    66Tested up to: 4.5
    7 Stable tag: 2.1.8
     7Stable tag: 2.1.9
    88License: GNU/GPL
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    197197== Changelog ==
    198198
     199= 2.1.9 / 26-04-2016 =
     200* Fixed do not wrap text in CSS3 vertical toggler
     201* Save subscriber name in Mailchimp integration
     202
    199203= 2.1.8 / 20-04-2016 =
    200204* Fixed displaying custom label for field list of recipients
  • pwebcontact/trunk/site.php

    r1399975 r1404389  
    11<?php
    22/**
    3  * @version 2.1.8
     3 * @version 2.1.9
    44 * @package Perfect Easy & Powerful Contact Form
    55 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co
     
    7070            wp_register_style('pwebcontact-glyphicon', $media_url.'css/glyphicon.css', array(), '3.3.6');
    7171
    72             wp_register_style('pwebcontact-layout', $media_url.'css/layout.css');
     72            wp_register_style('pwebcontact-layout', $media_url.'css/layout.css', array(), '2.1.9');
    7373            wp_register_style('pwebcontact-layout-rtl', $media_url.'css/layout-rtl.css');
    7474           
Note: See TracChangeset for help on using the changeset viewer.