Changeset 2458887
- Timestamp:
- 01/19/2021 12:05:07 PM (5 years ago)
- Location:
- woocommerce-dymo-print
- Files:
-
- 29 added
- 4 edited
-
tags/3.0.2 (added)
-
tags/3.0.2/assets (added)
-
tags/3.0.2/assets/css (added)
-
tags/3.0.2/assets/css/woocommerce-dymo.css (added)
-
tags/3.0.2/assets/img (added)
-
tags/3.0.2/assets/img/icon-loading.gif (added)
-
tags/3.0.2/assets/img/icon-print-shipping.png (added)
-
tags/3.0.2/assets/img/label.label (added)
-
tags/3.0.2/assets/js (added)
-
tags/3.0.2/assets/js/dymo.connect.framework.js (added)
-
tags/3.0.2/assets/js/woocommerce-dymo-settings.js (added)
-
tags/3.0.2/assets/js/woocommerce-dymo.js (added)
-
tags/3.0.2/languages (added)
-
tags/3.0.2/languages/woocommerce-dymo-fr_FR.mo (added)
-
tags/3.0.2/languages/woocommerce-dymo-fr_FR.po (added)
-
tags/3.0.2/languages/woocommerce-dymo-nl_NL.mo (added)
-
tags/3.0.2/languages/woocommerce-dymo-nl_NL.po (added)
-
tags/3.0.2/languages/woocommerce-dymo.po (added)
-
tags/3.0.2/lib (added)
-
tags/3.0.2/lib/class-wc-dymo.php (added)
-
tags/3.0.2/lib/index.php (added)
-
tags/3.0.2/readme.txt (added)
-
tags/3.0.2/uninstall.php (added)
-
tags/3.0.2/views (added)
-
tags/3.0.2/views/admin (added)
-
tags/3.0.2/views/admin/dymo-settings.php (added)
-
tags/3.0.2/views/labels (added)
-
tags/3.0.2/views/labels/label.label (added)
-
tags/3.0.2/woocommerce-dymo-print.php (added)
-
trunk/assets/css/woocommerce-dymo.css (modified) (1 diff)
-
trunk/assets/js/woocommerce-dymo.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-dymo-print.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-dymo-print/trunk/assets/css/woocommerce-dymo.css
r2250521 r2458887 1 .dymo-progress{display: block;opacity:0;width:100%;max-width:150px;height:10px;border:1px solid #333;background-color:#333;position:relative;font-size:0.7em;font-weight:bold;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;margin:0;top:2px;float:right;}#woocommerce-dymo-box .dymo-progress{margin:0 0 20px;top:10px;float:none;}1 .dymo-progress{display:none;opacity:0;width:100%;max-width:150px;height:10px;border:1px solid #333;background-color:#333;position:relative;font-size:0.7em;font-weight:bold;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;margin:0;top:2px;float:right;}#woocommerce-dymo-box .dymo-progress{margin:0 0 20px;top:10px;float:none;} 2 2 .dymo-progress span{height:100%;color:#000;text-align:right;line-height:10px;width:0;background-color:#B2D235;display:block;overflow:hidden;position:relative;-webkit-border-radius:10px;border-radius:10px;}.dymo-progress-error{background-color:#c00;} 3 3 .dymo-progress span:after{-webkit-animation:move 2s linear infinite;animation:move 2s linear infinite;content:" ";position:absolute;top:0; left:0; bottom:0; right:0; background-image:-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); background-image: -ms-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); z-index:1; -webkit-background-size:50px 50px; -moz-background-size: 50px 50px; background-size: 50px 50px; -webkit-animation:move 2s linear infinite; -webkit-border-top-right-radius:8px; -webkit-border-bottom-right-radius:8px; -moz-border-radius-topright:8px; -moz-border-radius-bottomright:8px; border-top-right-radius:8px; border-bottom-right-radius:8px; -webkit-border-top-left-radius:20px; -webkit-border-bottom-left-radius:20px; -moz-border-radius-topleft:20px; -moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden;}@-webkit-keyframes move{0%{background-position:0 0;} 100%{background-position:50px 50px;}}@keyframes move{0%{background-position:0 0;} 100%{background-position:50px 50px;}} -
woocommerce-dymo-print/trunk/assets/js/woocommerce-dymo.js
r2250521 r2458887 3 3 e.preventDefault(); 4 4 var OrderID=$(this).data('dymo-id'); 5 5 6 $(this).parent().find('.dymo-progress').css("display", "block"); 7 6 8 setTimeout(function() { 7 9 frameworkInitShim(OrderID); -
woocommerce-dymo-print/trunk/readme.txt
r2404515 r2458887 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.5.1 9 Stable tag: 3.0. 19 Stable tag: 3.0.2 10 10 WC requires at least: 3.8.0 11 WC tested up to: 4. 6.111 WC tested up to: 4.9.0 12 12 License: GPLv2 13 13 … … 85 85 == Changelog == 86 86 ***WooCommerce DYMO Print*** 87 = 2021.01.18 - version 3.0.2 = 88 * Fix: Visual styling progress bar on overview page 89 87 90 = 2020.10.22 - version 3.0.1 = 88 91 * Change: Updated DYMO Connect Framework library to latest version -
woocommerce-dymo-print/trunk/woocommerce-dymo-print.php
r2404515 r2458887 4 4 Plugin URI: https://wpfortune.com/shop/plugins/woocommerce-dymo-print/ 5 5 Description: This plugin provides shipping labels for your DYMO label printer from the backend. - Free version 6 Version: 3.0. 16 Version: 3.0.2 7 7 Author: PEP 8 8 Author URI: https://wpfortune.com/ 9 9 WC requires at least: 3.7.0 10 WC tested up to: 3.9.210 WC tested up to: 4.9.0 11 11 */ 12 12 /* Copyright 2012 WP Fortune (email : [email protected]) … … 31 31 */ 32 32 $settings_plugin_name = 'WooCommerce DYMO Print'; 33 $settings_plugin_version = '3.0. 1';33 $settings_plugin_version = '3.0.2'; 34 34 $settings_plugin_id = 'woocommerce-dymo'; // Needed to work with the WPFortune updater 35 35 $settings_plugin_slug = 'wc_dymo';
Note: See TracChangeset
for help on using the changeset viewer.