Plugin Directory

Changeset 3133302


Ignore:
Timestamp:
08/09/2024 04:36:44 PM (20 months ago)
Author:
roomcloud
Message:

version 2.0.25

Location:
roomcloud
Files:
8 edited
15 copied

Legend:

Unmodified
Added
Removed
  • roomcloud/tags/2.0.25/CSS/wp_se1_horizontal_template.css

    r3010596 r3133302  
    346346}
    347347
    348 body {
    349     margin: 0;
    350     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    351     font-size: 14px;
    352     line-height: 1.42857143;
    353     color: #333;
    354     background-color: #fff;
    355 }
    356348
    357349
     
    490482    width: 100%;
    491483    background-color: var(--white-color);
     484   
     485    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     486    font-size: 14px;
     487    line-height: 1.42857143;
     488    color: #333;
     489   
    492490}
    493491
  • roomcloud/tags/2.0.25/CSS/wp_se1_horizontal_template_multi_hotel.css

    r3010596 r3133302  
    357357}
    358358
    359 body {
    360     margin: 0;
    361     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    362     font-size: 14px;
    363     line-height: 1.42857143;
    364     color: #333;
    365     background-color: #fff;
    366 }
    367359
    368360
     
    510502    width: 100%;
    511503    background-color: var(--white-color);
     504    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     505    font-size: 14px;
     506    line-height: 1.42857143;
     507    color: #333;
     508   
    512509}
    513510
  • roomcloud/tags/2.0.25/CSS/wp_se1_vertical_template.css

    r3010596 r3133302  
    280280}
    281281
    282 body {
    283     margin: 0;
    284     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    285     font-size: 14px;
    286     line-height: 1.42857143;
    287     color: #333;
    288     background-color: #fff;
    289 }
    290 
    291282
    292283.btn {
     
    372363    width: 100%;
    373364    background-color: var(--white-color);
     365   
     366    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     367    font-size: 14px;
     368    line-height: 1.42857143;
     369    color: #333;
     370   
    374371}
    375372
  • roomcloud/tags/2.0.25/CSS/wp_se2_horizontal_template.css

    r3010596 r3133302  
    346346}
    347347
    348 body {
    349     margin: 0;
    350     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    351     font-size: 14px;
    352     line-height: 1.42857143;
    353     color: #333;
    354     background-color: #fff;
    355 }
    356 
    357348
    358349.btn {
     
    496487    width: 100%;
    497488    background-color: var(--white-color);
     489    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     490    font-size: 14px;
     491    line-height: 1.42857143;
     492    color: #333;
     493   
    498494}
    499495
  • roomcloud/tags/2.0.25/CSS/wp_se2_horizontal_template_multi_hotel.css

    r3010596 r3133302  
    357357}
    358358
    359 body {
    360     margin: 0;
    361     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    362     font-size: 14px;
    363     line-height: 1.42857143;
    364     color: #333;
    365     background-color: #fff;
    366 }
    367 
    368359
    369360.btn {
     
    510501    width: 100%;
    511502    background-color: var(--white-color);
     503   
     504    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     505    font-size: 14px;
     506    line-height: 1.42857143;
     507    color: #333;
     508   
    512509}
    513510
  • roomcloud/tags/2.0.25/CSS/wp_se2_vertical_template.css

    r3010596 r3133302  
    280280}
    281281
    282 body {
    283     margin: 0;
    284     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    285     font-size: 14px;
    286     line-height: 1.42857143;
    287     color: #333;
    288     background-color: #fff;
    289 }
    290282
    291283
     
    372364    width: 100%;
    373365    background-color: var(--white-color);
     366    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     367    font-size: 14px;
     368    line-height: 1.42857143;
     369    color: #333;
    374370}
    375371
  • roomcloud/tags/2.0.25/readme.txt

    r3068875 r3133302  
    11=== Roomcloud ===
    2 Contributors: Tecnes Milano srl
     2Contributors: roomcloud
    33Donate link: http://www.tecnes.com
    44Tags: Roomcloud booking engine
     
    66Tested up to: 6.2.2
    77Requires PHP: 7.0.0
    8 Stable tag: 2.0.24
     8Stable tag: 2.0.25
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090= 2.0.24 =
    9191updated readme
     92= 2.0.25 =
     93replaced body declaration on CSS files
    9294== Frequently Asked Questions ==
    9395= Do I need a Roomcloud account? =
  • roomcloud/tags/2.0.25/roomcloud.php

    r3068875 r3133302  
    44 * Plugin URI: http://www.roomcloud.net
    55 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode
    6  * Version: 2.0.24
     6 * Version: 2.0.25
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
  • roomcloud/trunk/CSS/wp_se1_horizontal_template.css

    r3010596 r3133302  
    346346}
    347347
    348 body {
    349     margin: 0;
    350     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    351     font-size: 14px;
    352     line-height: 1.42857143;
    353     color: #333;
    354     background-color: #fff;
    355 }
    356348
    357349
     
    490482    width: 100%;
    491483    background-color: var(--white-color);
     484   
     485    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     486    font-size: 14px;
     487    line-height: 1.42857143;
     488    color: #333;
     489   
    492490}
    493491
  • roomcloud/trunk/CSS/wp_se1_horizontal_template_multi_hotel.css

    r3010596 r3133302  
    357357}
    358358
    359 body {
    360     margin: 0;
    361     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    362     font-size: 14px;
    363     line-height: 1.42857143;
    364     color: #333;
    365     background-color: #fff;
    366 }
    367359
    368360
     
    510502    width: 100%;
    511503    background-color: var(--white-color);
     504    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     505    font-size: 14px;
     506    line-height: 1.42857143;
     507    color: #333;
     508   
    512509}
    513510
  • roomcloud/trunk/CSS/wp_se1_vertical_template.css

    r3010596 r3133302  
    280280}
    281281
    282 body {
    283     margin: 0;
    284     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    285     font-size: 14px;
    286     line-height: 1.42857143;
    287     color: #333;
    288     background-color: #fff;
    289 }
    290 
    291282
    292283.btn {
     
    372363    width: 100%;
    373364    background-color: var(--white-color);
     365   
     366    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     367    font-size: 14px;
     368    line-height: 1.42857143;
     369    color: #333;
     370   
    374371}
    375372
  • roomcloud/trunk/CSS/wp_se2_horizontal_template.css

    r3010596 r3133302  
    346346}
    347347
    348 body {
    349     margin: 0;
    350     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    351     font-size: 14px;
    352     line-height: 1.42857143;
    353     color: #333;
    354     background-color: #fff;
    355 }
    356 
    357348
    358349.btn {
     
    496487    width: 100%;
    497488    background-color: var(--white-color);
     489    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     490    font-size: 14px;
     491    line-height: 1.42857143;
     492    color: #333;
     493   
    498494}
    499495
  • roomcloud/trunk/CSS/wp_se2_horizontal_template_multi_hotel.css

    r3010596 r3133302  
    357357}
    358358
    359 body {
    360     margin: 0;
    361     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    362     font-size: 14px;
    363     line-height: 1.42857143;
    364     color: #333;
    365     background-color: #fff;
    366 }
    367 
    368359
    369360.btn {
     
    510501    width: 100%;
    511502    background-color: var(--white-color);
     503   
     504    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     505    font-size: 14px;
     506    line-height: 1.42857143;
     507    color: #333;
     508   
    512509}
    513510
  • roomcloud/trunk/CSS/wp_se2_vertical_template.css

    r3010596 r3133302  
    280280}
    281281
    282 body {
    283     margin: 0;
    284     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    285     font-size: 14px;
    286     line-height: 1.42857143;
    287     color: #333;
    288     background-color: #fff;
    289 }
    290282
    291283
     
    372364    width: 100%;
    373365    background-color: var(--white-color);
     366    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     367    font-size: 14px;
     368    line-height: 1.42857143;
     369    color: #333;
    374370}
    375371
  • roomcloud/trunk/readme.txt

    r3068875 r3133302  
    11=== Roomcloud ===
    2 Contributors: Tecnes Milano srl
     2Contributors: roomcloud
    33Donate link: http://www.tecnes.com
    44Tags: Roomcloud booking engine
     
    66Tested up to: 6.2.2
    77Requires PHP: 7.0.0
    8 Stable tag: 2.0.24
     8Stable tag: 2.0.25
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090= 2.0.24 =
    9191updated readme
     92= 2.0.25 =
     93replaced body declaration on CSS files
    9294== Frequently Asked Questions ==
    9395= Do I need a Roomcloud account? =
  • roomcloud/trunk/roomcloud.php

    r3068875 r3133302  
    44 * Plugin URI: http://www.roomcloud.net
    55 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode
    6  * Version: 2.0.24
     6 * Version: 2.0.25
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
Note: See TracChangeset for help on using the changeset viewer.