Changeset 2089604
- Timestamp:
- 05/17/2019 05:15:08 AM (7 years ago)
- Location:
- dts-debugger
- Files:
-
- 14 added
- 2 edited
-
tags/0.4.1 (added)
-
tags/0.4.1/css (added)
-
tags/0.4.1/css/styles.css (added)
-
tags/0.4.1/dts-debugger.php (added)
-
tags/0.4.1/dts-settings.php (added)
-
tags/0.4.1/images (added)
-
tags/0.4.1/images/amp.png (added)
-
tags/0.4.1/images/facebook.png (added)
-
tags/0.4.1/images/google.png (added)
-
tags/0.4.1/images/pagespeed.png (added)
-
tags/0.4.1/images/w3c.png (added)
-
tags/0.4.1/js (added)
-
tags/0.4.1/js/dts-scripts.js (added)
-
tags/0.4.1/readme.txt (added)
-
trunk/dts-debugger.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dts-debugger/trunk/dts-debugger.php
r2068155 r2089604 4 4 Plugin URI: https://dtweb.design/debugger/ 5 5 Description: Simplify page debugging via Facebook Developer Tools, Google's Structured Data Testing Tool, PageSpeed Insights, W3C Validation, Google AMP Test. Found in page/post sidebar metabox and edit posts/pages/CPT lists. 6 Version: 0.4 6 Version: 0.4.1 7 7 Author: Michael R. Dinerstein 8 8 Author URI: https://www.linkedin.com/in/michaeldinerstein/ … … 376 376 array( 377 377 'name' => 'facebook', 378 'url' => 'https://developers.facebook.com/tools/debug/ og/object?q=' . $permalink,378 'url' => 'https://developers.facebook.com/tools/debug/sharing/?q=' . $permalink, 379 379 'title' => 'Open Graph Object Debugger', 380 380 'image' => 'facebook.png' -
dts-debugger/trunk/readme.txt
r2068155 r2089604 29 29 30 30 == Changelog == 31 32 =v0.4.1= 33 34 * Updated Facebook scraper URL 35 36 =v0.4= 37 38 * Code Cleanup 31 39 32 40 =v0.3=
Note: See TracChangeset
for help on using the changeset viewer.