Changeset 3147600
- Timestamp:
- 09/06/2024 02:23:16 PM (19 months ago)
- Location:
- farmtab-products-shortcode/trunk
- Files:
-
- 2 edited
-
productpage-iframe.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
farmtab-products-shortcode/trunk/productpage-iframe.php
r3147595 r3147600 5 5 Plugin Name: FarmTab Products Shortcode 6 6 Description: A plugin to display FarmTab products using a shortcode. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: FarmersTable LLC, FarmTab 9 9 License: GPLv2 or later … … 54 54 resizeIframe(iframe); 55 55 }); 56 57 // Listen for messages from the iframe 58 window.addEventListener("message", function(event) { 59 if (event.origin !== "https://www.farmtab.com") { 60 return; 61 } 62 if (event.data.type === "resize") { 63 iframe.style.height = event.data.height + "px"; 64 } 65 }); 56 66 }); 57 67 '; -
farmtab-products-shortcode/trunk/readme.txt
r3147595 r3147600 4 4 Requires at least: 5.0 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.