Changeset 2300710
- Timestamp:
- 05/08/2020 10:05:47 AM (6 years ago)
- Location:
- cloudimage/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (2 diffs)
-
admin/css/cloudimage-admin.css (modified) (17 diffs)
-
admin/partials/cloudimage-admin-display.php (modified) (1 diff)
-
cloudimage.php (modified) (2 diffs)
-
includes/class-cloudimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloudimage/trunk/README.txt
r2300121 r2300710 6 6 Tested up to: 5.4.0 7 7 Requires PHP: 5.6 8 Stable tag: 2.8. 78 Stable tag: 2.8.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 259 259 * fix issue with custom Cloudimage name and background image 260 260 261 = 2.8.8 = 262 * fix some styles in admin section 263 261 264 == Upgrade Notice == 262 265 * Upgrading from version 1 to 2 can show you warnings in the admin section -
cloudimage/trunk/admin/css/cloudimage-admin.css
r2230817 r2300710 8 8 } 9 9 10 . big_p {10 .cloudimg-box .big_p { 11 11 font-size: 110%; 12 12 } 13 13 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 { 19 19 font-weight: initial; 20 20 font-size: 12px; 21 21 } 22 22 23 input {23 .cloudimg-box input { 24 24 height: 30px; 25 25 } 26 26 27 p.submit {27 .cloudimg-box p.submit { 28 28 text-align: center; 29 29 } … … 84 84 } 85 85 86 . some_margin {86 .cloudimg-box .some_margin { 87 87 margin-bottom: 0.25rem; 88 88 } … … 170 170 171 171 /* Tooltip container */ 172 . tooltip {172 .cloudimg-box .tooltip { 173 173 position: relative; 174 174 display: inline-block; … … 184 184 185 185 /* Tooltip text */ 186 . tooltip .tooltiptext {186 .cloudimg-box .tooltip .tooltiptext { 187 187 visibility: hidden; 188 188 width: 400px; … … 207 207 208 208 /* Tooltip arrow */ 209 . tooltip .tooltiptext::after {209 .cloudimg-box .tooltip .tooltiptext::after { 210 210 content: ""; 211 211 position: absolute; … … 219 219 220 220 /* Show the tooltip text when you mouse over the tooltip container */ 221 . tooltip:hover .tooltiptext {221 .cloudimg-box .tooltip:hover .tooltiptext { 222 222 visibility: visible; 223 223 opacity: 1; 224 224 } 225 225 226 img.attachment-60x60 {226 .cloudimg-box img.attachment-60x60 { 227 227 width: 60px; 228 228 height: 60px; 229 229 } 230 230 231 .c ontent-container {231 .cloudimg-box .content-container { 232 232 position: relative; 233 233 padding: 2rem 4.5rem; 234 234 } 235 235 236 .c ontent-container fieldset {236 .cloudimg-box .content-container fieldset { 237 237 margin-bottom: .5rem; 238 238 } 239 239 240 240 @media screen and (max-width: 768px) { 241 .c ontent-container {241 .cloudimg-box .content-container { 242 242 padding: 1rem 2rem; 243 243 } 244 244 } 245 245 246 . warning-wrapper {246 .cloudimg-box .warning-wrapper { 247 247 background: #6589f7; 248 248 margin: 1rem 1.5rem; … … 250 250 } 251 251 252 form input.button.button-primary.button-large {252 form input.button.button-primary.button-large.cloudimage-save { 253 253 padding: 1rem 1.5rem; 254 254 height: auto; … … 271 271 } 272 272 273 . small-cloud-image {273 .cloudimg-box .small-cloud-image { 274 274 display: block; 275 275 width: 100px; … … 280 280 281 281 @media screen and (max-width: 768px) { 282 . robot-image {282 .cloudimg-box .robot-image { 283 283 display: none; 284 284 } 285 285 } 286 286 287 . robot-image img {287 .cloudimg-box .robot-image img { 288 288 max-width: 100%; 289 289 } … … 293 293 } 294 294 295 .cloudimage-demo {296 297 }298 299 295 .cloudimage-demo a, .cloudimage-demo a:hover { 300 296 color: #ffffff; … … 306 302 307 303 /* The switch - the box around the slider */ 308 . switch {304 .cloudimg-box .switch { 309 305 position: relative; 310 306 display: inline-block; … … 314 310 315 311 /* Hide default HTML checkbox */ 316 . switch input {312 .cloudimg-box .switch input { 317 313 opacity: 0; 318 314 width: 0; … … 321 317 322 318 /* The slider */ 323 . slider {319 .cloudimg-box .slider { 324 320 position: absolute; 325 321 cursor: pointer; … … 333 329 } 334 330 335 . slider:before {331 .cloudimg-box .slider:before { 336 332 position: absolute; 337 333 content: ""; … … 345 341 } 346 342 347 input:checked + .slider {343 .cloudimg-box input:checked + .slider { 348 344 background-color: #2fb352; 349 345 } 350 346 351 input:focus + .slider {347 .cloudimg-box input:focus + .slider { 352 348 box-shadow: 0 0 1px #2fb352; 353 349 } 354 350 355 input:checked + .slider:before {351 .cloudimg-box input:checked + .slider:before { 356 352 -webkit-transform: translateX(26px); 357 353 -ms-transform: translateX(26px); … … 360 356 361 357 /* Rounded sliders */ 362 . slider.round {358 .cloudimg-box .slider.round { 363 359 border-radius: 34px; 364 360 } 365 361 366 . slider.round:before {362 .cloudimg-box .slider.round:before { 367 363 border-radius: 50%; 368 364 } … … 385 381 386 382 @media screen and (max-width: 1100px) { 387 .c ontent-container {383 .cloudimg-box .content-container { 388 384 padding: 1rem 2rem; 389 385 } 390 386 391 . small-cloud-image {387 .cloudimg-box .small-cloud-image { 392 388 display: none; 393 389 } 394 390 395 .cloudim age-demo {391 .cloudimg-box .cloudimage-demo { 396 392 display: none; 397 393 } 398 394 399 .cloudimg-box th {395 .cloudimg-box .cloudimg-box th { 400 396 width: 170px; 401 397 } -
cloudimage/trunk/admin/partials/cloudimage-admin-display.php
r2290689 r2300710 144 144 </div> 145 145 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); ?> 147 147 </div> 148 148 </div> -
cloudimage/trunk/cloudimage.php
r2300121 r2300710 12 12 * Plugin Name: Cloudimage - Responsive Images as a Service 13 13 * Description: The easiest way to <strong>deliver lightning fast images</strong> to your users. 14 * Version: 2.8. 714 * Version: 2.8.8 15 15 * Author: Cloudimage 16 16 * Author URI: https://cloudimage.io … … 30 30 * Start at version 1.0.0 31 31 */ 32 define('CLOUDIMAGE_VERSION', '2.8. 7');32 define('CLOUDIMAGE_VERSION', '2.8.8'); 33 33 34 34 /** -
cloudimage/trunk/includes/class-cloudimage.php
r2300121 r2300710 83 83 $this->version = CLOUDIMAGE_VERSION; 84 84 } else { 85 $this->version = '2.8. 7';85 $this->version = '2.8.8'; 86 86 } 87 87 $this->plugin_name = 'cloudimage';
Note: See TracChangeset
for help on using the changeset viewer.