Changeset 1404389
- Timestamp:
- 04/26/2016 09:39:07 AM (10 years ago)
- Location:
- pwebcontact/trunk
- Files:
-
- 4 edited
-
media/css/layout.css (modified) (2 diffs)
-
pwebcontact.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
site.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwebcontact/trunk/media/css/layout.css
r1378644 r1404389 1 1 /** 2 * @version 2.1. 52 * @version 2.1.9 3 3 * @package Perfect Easy & Powerful Contact Form 4 4 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co … … 174 174 .pweb-vertical-css .pweb-text { 175 175 display: inline-block; 176 white-space: nowrap; 176 177 writing-mode: vertical-lr; 177 178 -webkit-writing-mode: vertical-lr; -
pwebcontact/trunk/pwebcontact.php
r1399975 r1404389 4 4 * Plugin URI: https://www.perfect-web.co/wordpress/contact-form 5 5 * Description: Easy for beginners, customizable for pros! 6 * Version: 2.1. 86 * Version: 2.1.9 7 7 * Text Domain: pwebcontact 8 8 * Author: Piotr Moćko -
pwebcontact/trunk/readme.txt
r1399975 r1404389 5 5 Requires at least: 3.5.0 6 6 Tested up to: 4.5 7 Stable tag: 2.1. 87 Stable tag: 2.1.9 8 8 License: GNU/GPL 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 197 197 == Changelog == 198 198 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 199 203 = 2.1.8 / 20-04-2016 = 200 204 * Fixed displaying custom label for field list of recipients -
pwebcontact/trunk/site.php
r1399975 r1404389 1 1 <?php 2 2 /** 3 * @version 2.1. 83 * @version 2.1.9 4 4 * @package Perfect Easy & Powerful Contact Form 5 5 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co … … 70 70 wp_register_style('pwebcontact-glyphicon', $media_url.'css/glyphicon.css', array(), '3.3.6'); 71 71 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'); 73 73 wp_register_style('pwebcontact-layout-rtl', $media_url.'css/layout-rtl.css'); 74 74
Note: See TracChangeset
for help on using the changeset viewer.