Changeset 2354316
- Timestamp:
- 08/07/2020 12:15:45 AM (6 years ago)
- Location:
- dts-debugger
- Files:
-
- 22 added
- 3 edited
-
tags/0.5.5 (added)
-
tags/0.5.5/css (added)
-
tags/0.5.5/css/styles.css (added)
-
tags/0.5.5/dts-debugger.php (added)
-
tags/0.5.5/dts-settings.php (added)
-
tags/0.5.5/images (added)
-
tags/0.5.5/images/amp.png (added)
-
tags/0.5.5/images/facebook.png (added)
-
tags/0.5.5/images/google-deprecated.png (added)
-
tags/0.5.5/images/google.png (added)
-
tags/0.5.5/images/linkedin.png (added)
-
tags/0.5.5/images/pagespeed.png (added)
-
tags/0.5.5/images/w3c.png (added)
-
tags/0.5.5/include (added)
-
tags/0.5.5/include/data.php (added)
-
tags/0.5.5/include/enqueue.php (added)
-
tags/0.5.5/include/metabox.php (added)
-
tags/0.5.5/include/settings.php (added)
-
tags/0.5.5/include/setup.php (added)
-
tags/0.5.5/js (added)
-
tags/0.5.5/js/dts-scripts.js (added)
-
tags/0.5.5/readme.txt (added)
-
trunk/css/styles.css (modified) (1 diff)
-
trunk/dts-debugger.php (modified) (1 diff)
-
trunk/include/enqueue.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dts-debugger/trunk/css/styles.css
r2349557 r2354316 115 115 #dts-debugger-settings-wrap { 116 116 display: relative; 117 box-sizing: border-box; 118 margin: 0; 117 119 width: 100%; 118 120 padding: 25px; -
dts-debugger/trunk/dts-debugger.php
r2353556 r2354316 4 4 Plugin URI: https://www.missionmike.dev/scrape-and-debug-wordpress-plugin/ 5 5 Description: Simplify page debugging via Facebook Sharing Debugger, LinkedIn Post Inspector, Google's Structured Data Testing Tool and Rich Results Test, PageSpeed Insights, W3C Validation, and Google AMP Test. 6 Version: 0.5. 46 Version: 0.5.5 7 7 Author: Michael R. Dinerstein (Mission Mike) 8 8 Author URI: https://www.missionmike.dev/ -
dts-debugger/trunk/include/enqueue.php
r2350732 r2354316 13 13 { 14 14 15 $version = '20200 731';15 $version = '20200806'; 16 16 17 17 wp_register_style('dts-style', plugins_url('css/styles.css', dirname(__FILE__)), false, $version);
Note: See TracChangeset
for help on using the changeset viewer.