Plugin Directory

Changeset 2300710


Ignore:
Timestamp:
05/08/2020 10:05:47 AM (6 years ago)
Author:
cloudimage
Message:

Release version 2.8.8

Location:
cloudimage/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cloudimage/trunk/README.txt

    r2300121 r2300710  
    66Tested up to: 5.4.0
    77Requires PHP: 5.6
    8 Stable tag: 2.8.7
     8Stable tag: 2.8.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    259259* fix issue with custom Cloudimage name and background image
    260260
     261= 2.8.8 =
     262* fix some styles in admin section
     263
    261264== Upgrade Notice ==
    262265* Upgrading from version 1 to 2 can show you warnings in the admin section
  • cloudimage/trunk/admin/css/cloudimage-admin.css

    r2230817 r2300710  
    88}
    99
    10 .big_p {
     10.cloudimg-box .big_p {
    1111    font-size: 110%;
    1212}
    1313
    14 .top_part {
    15     text-align: center;
    16 }
    17 
    18 .sub_title {
     14.cloudimg-box .top_part {
     15    text-align: center;
     16}
     17
     18.cloudimg-box .sub_title {
    1919    font-weight: initial;
    2020    font-size: 12px;
    2121}
    2222
    23 input {
     23.cloudimg-box input {
    2424    height: 30px;
    2525}
    2626
    27 p.submit {
     27.cloudimg-box p.submit {
    2828    text-align: center;
    2929}
     
    8484}
    8585
    86 .some_margin {
     86.cloudimg-box .some_margin {
    8787    margin-bottom: 0.25rem;
    8888}
     
    170170
    171171/* Tooltip container */
    172 .tooltip {
     172.cloudimg-box .tooltip {
    173173    position: relative;
    174174    display: inline-block;
     
    184184
    185185/* Tooltip text */
    186 .tooltip .tooltiptext {
     186.cloudimg-box .tooltip .tooltiptext {
    187187    visibility: hidden;
    188188    width: 400px;
     
    207207
    208208/* Tooltip arrow */
    209 .tooltip .tooltiptext::after {
     209.cloudimg-box .tooltip .tooltiptext::after {
    210210    content: "";
    211211    position: absolute;
     
    219219
    220220/* Show the tooltip text when you mouse over the tooltip container */
    221 .tooltip:hover .tooltiptext {
     221.cloudimg-box .tooltip:hover .tooltiptext {
    222222    visibility: visible;
    223223    opacity: 1;
    224224}
    225225
    226 img.attachment-60x60 {
     226.cloudimg-box img.attachment-60x60 {
    227227    width: 60px;
    228228    height: 60px;
    229229}
    230230
    231 .content-container {
     231.cloudimg-box .content-container {
    232232    position: relative;
    233233    padding: 2rem 4.5rem;
    234234}
    235235
    236 .content-container fieldset {
     236.cloudimg-box .content-container fieldset {
    237237    margin-bottom: .5rem;
    238238}
    239239
    240240@media screen and (max-width: 768px) {
    241     .content-container {
     241    .cloudimg-box .content-container {
    242242        padding: 1rem 2rem;
    243243    }
    244244}
    245245
    246 .warning-wrapper {
     246.cloudimg-box .warning-wrapper {
    247247    background: #6589f7;
    248248    margin: 1rem 1.5rem;
     
    250250}
    251251
    252 form input.button.button-primary.button-large {
     252form input.button.button-primary.button-large.cloudimage-save {
    253253    padding: 1rem 1.5rem;
    254254    height: auto;
     
    271271}
    272272
    273 .small-cloud-image {
     273.cloudimg-box .small-cloud-image {
    274274    display: block;
    275275    width: 100px;
     
    280280
    281281@media screen and (max-width: 768px) {
    282     .robot-image {
     282    .cloudimg-box .robot-image {
    283283        display: none;
    284284    }
    285285}
    286286
    287 .robot-image img {
     287.cloudimg-box .robot-image img {
    288288    max-width: 100%;
    289289}
     
    293293}
    294294
    295 .cloudimage-demo {
    296 
    297 }
    298 
    299295.cloudimage-demo a, .cloudimage-demo a:hover {
    300296    color: #ffffff;
     
    306302
    307303/* The switch - the box around the slider */
    308 .switch {
     304.cloudimg-box .switch {
    309305    position: relative;
    310306    display: inline-block;
     
    314310
    315311/* Hide default HTML checkbox */
    316 .switch input {
     312.cloudimg-box .switch input {
    317313    opacity: 0;
    318314    width: 0;
     
    321317
    322318/* The slider */
    323 .slider {
     319.cloudimg-box .slider {
    324320    position: absolute;
    325321    cursor: pointer;
     
    333329}
    334330
    335 .slider:before {
     331.cloudimg-box .slider:before {
    336332    position: absolute;
    337333    content: "";
     
    345341}
    346342
    347 input:checked + .slider {
     343.cloudimg-box input:checked + .slider {
    348344    background-color: #2fb352;
    349345}
    350346
    351 input:focus + .slider {
     347.cloudimg-box input:focus + .slider {
    352348    box-shadow: 0 0 1px #2fb352;
    353349}
    354350
    355 input:checked + .slider:before {
     351.cloudimg-box input:checked + .slider:before {
    356352    -webkit-transform: translateX(26px);
    357353    -ms-transform: translateX(26px);
     
    360356
    361357/* Rounded sliders */
    362 .slider.round {
     358.cloudimg-box .slider.round {
    363359    border-radius: 34px;
    364360}
    365361
    366 .slider.round:before {
     362.cloudimg-box .slider.round:before {
    367363    border-radius: 50%;
    368364}
     
    385381
    386382@media screen and (max-width: 1100px) {
    387     .content-container {
     383    .cloudimg-box .content-container {
    388384        padding: 1rem 2rem;
    389385    }
    390386
    391     .small-cloud-image {
     387    .cloudimg-box .small-cloud-image {
    392388        display: none;
    393389    }
    394390
    395     .cloudimage-demo {
     391    .cloudimg-box .cloudimage-demo {
    396392        display: none;
    397393    }
    398394
    399     .cloudimg-box th {
     395    .cloudimg-box .cloudimg-box th {
    400396        width: 170px;
    401397    }
  • cloudimage/trunk/admin/partials/cloudimage-admin-display.php

    r2290689 r2300710  
    144144                    </div>
    145145
    146                     <?php submit_button(__('Save all changes', 'cloudimage'), ['primary', 'large'], 'submit', true); ?>
     146                    <?php submit_button(__('Save all changes', 'cloudimage'), ['primary', 'large', 'cloudimage-save'], 'submit', true); ?>
    147147                </div>
    148148            </div>
  • cloudimage/trunk/cloudimage.php

    r2300121 r2300710  
    1212 * Plugin Name:       Cloudimage - Responsive Images as a Service
    1313 * Description:       The easiest way to <strong>deliver lightning fast images</strong> to your users.
    14  * Version:           2.8.7
     14 * Version:           2.8.8
    1515 * Author:            Cloudimage
    1616 * Author URI:        https://cloudimage.io
     
    3030 * Start at version 1.0.0
    3131 */
    32 define('CLOUDIMAGE_VERSION', '2.8.7');
     32define('CLOUDIMAGE_VERSION', '2.8.8');
    3333
    3434/**
  • cloudimage/trunk/includes/class-cloudimage.php

    r2300121 r2300710  
    8383            $this->version = CLOUDIMAGE_VERSION;
    8484        } else {
    85             $this->version = '2.8.7';
     85            $this->version = '2.8.8';
    8686        }
    8787        $this->plugin_name = 'cloudimage';
Note: See TracChangeset for help on using the changeset viewer.