Changeset 2778751
- Timestamp:
- 09/01/2022 11:20:44 AM (4 years ago)
- Location:
- embedalbum-pro/trunk
- Files:
-
- 2 edited
-
embedalbum_pro.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedalbum-pro/trunk/embedalbum_pro.php
r2580383 r2778751 6 6 Author: EmbedSocial 7 7 Author URI: http://www.embedsocial.com 8 Version: 1.1.2 68 Version: 1.1.27 9 9 */ 10 10 defined( 'ABSPATH' ) or die; … … 417 417 $out .= '"geo": { "@type": "GeoCoordinates", "latitude": "' . $params['latitude'] . '", "longitude": "' . $params['longitude'] . '" },'; 418 418 } 419 $out .= '"aggregateRating": { "@type": "AggregateRating", "ratingValue": "' . $jsonSchema->aggregateRating->ratingValue . '", "r atingCount": "'. $jsonSchema->aggregateRating->reviewCount .'" }';419 $out .= '"aggregateRating": { "@type": "AggregateRating", "ratingValue": "' . $jsonSchema->aggregateRating->ratingValue . '", "reviewCount": "'. $jsonSchema->aggregateRating->reviewCount .'" }'; 420 420 $out .= '} </script>'; 421 421 -
embedalbum-pro/trunk/readme.txt
r2580383 r2778751 4 4 Tags: social media feed, social media tools, Facebook reviews, Facebook feed, Instagram feed, embed Facebook album, embed Instagram album, embed Facebook gallery, Instagram stories, Google reviews, Instagram widget 5 5 Requires at least: 4.0 6 Tested up to: 5.87 Stable tag: 1.1.2 66 Tested up to: 6.0 7 Stable tag: 1.1.27 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.