Changeset 2809493
- Timestamp:
- 11/02/2022 07:24:17 AM (3 years ago)
- Location:
- easy-zillow-reviews
- Files:
-
- 2 edited
-
tags/1.4.4/README.txt (modified) (9 diffs)
-
trunk/README.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-zillow-reviews/tags/1.4.4/README.txt
r2809475 r2809493 40 40 **Important**: Follow the [Zillow's Review API FAQ](https://www.zillow.com/howto/api/faq.htm) guidelines including: 41 41 42 * Show the approved Zillow logo on your website where reviews appear. You can disable the logo in Settings > Easy Zillow Reviews and add it elsewhere adjacent to the Reviews per the [Branding Guidelines](https://www.zillow.com/howto/api/BrandingRequirements.htm).42 * Show the approved Zillow logo on your website where reviews appear. You can disable the logo in Settings > Easy Zillow Reviews and add it elsewhere adjacent to the reviews per the [Branding Guidelines](https://www.zillow.com/howto/api/BrandingRequirements.htm). 43 43 * Show the Mandatory Disclaimer where reviews appear. You can disable the disclaimer in Settings > Easy Zillow Reviews and add it elsewhere (such as in the footer). 44 44 * No local storage of reviews. This plugin pulls reviews from Zillow using your ZWSID or ZPID. 45 * No more than 1,000 calls to the ReviewsAPI in a day. *Easy Zillow Reviews* shows an error message to help identify the problem if Zillow blocks your ZWSID or ZPID for any reason. Zillow may permit more calls upon request to <reviewsapi@zillow.com> or <api@bridgeinteractive.com>.45 * No more than 1,000 calls to the API in a day. *Easy Zillow Reviews* shows an error message to help identify the problem if Zillow blocks your ZWSID or ZPID for any reason. Zillow may permit more calls upon request to <reviewsapi@zillow.com> or <api@bridgeinteractive.com>. 46 46 47 47 = Supporting Easy Zillow Reviews = … … 84 84 85 85 = 1.4.4 = 86 * Date Updated: 2022-11-02 -202286 * Date Updated: 2022-11-02 87 87 * Bug Fix: Fixed bug preventing default numeric values from loading in some Settings Sidebar fields. 88 88 * Bug Fix: Fixed CSS layout bug causing elements to wrap to a new line in the Block editor content area. … … 119 119 120 120 = 1.2.3 = 121 * Date Updated: 2020- 29-05121 * Date Updated: 2020-05-29 122 122 * Bug Fix: Fixed bug that caused Reviews Summary badge to appear in-line with reviews instead of below them in certain grid layouts. 123 123 * Hardcoded blockquote line-height in public CSS file. … … 125 125 126 126 = 1.2.2 = 127 * Date Updated: 2020- 28-05127 * Date Updated: 2020-05-28 128 128 * Minor style changes to plugin CSS file. 129 129 130 130 = 1.2.1 = 131 * Date Updated: 2020- 28-05131 * Date Updated: 2020-05-28 132 132 * New Feature: Display a Zillow profile card with average star rating. 133 133 * Bug Fix: Added fallback to cURL for PHP configurations that have allow_url_fopen disabled. … … 138 138 139 139 = 1.2.0 = 140 * Date Updated: 2020- 28-04140 * Date Updated: 2020-04-28 141 141 * New Feature: Gutenberg Block 142 142 * Moved the Settings page menu item to the top-level of the Dashboard Menu 143 143 144 144 = 1.1.7 = 145 * Date Updated: 2020- 21-04145 * Date Updated: 2020-04-21 146 146 * Bug Fix: Fixed error that prevented review count and profile link from displaying in Mortgages Partner Edition. 147 147 * Bug Fix: Fixed error that caused "Settings" plugin action link to appear under other plugin names in the Plugin menu. … … 149 149 150 150 = 1.1.6 = 151 * Date Updated: 2020- 19-04151 * Date Updated: 2020-04-19 152 152 * Bug Fix: Fixed error that prevented Mortgages Partner Edition from activating while Free Edition was active. 153 153 * Bug Fix: Fixed error that prevented reviews for Lending Companies from displaying. 154 154 155 155 = 1.1.5 = 156 * Date Updated: 2020- 18-04156 * Date Updated: 2020-04-18 157 157 * Bug Fix: Resolved PHP notices when certain elements are set to hidden and WP_DEBUG is true. 158 158 * Bug Fix: Restored feature to hide Reviewer Summary. 159 159 160 160 = 1.1.4 = 161 * Date Updated: 2020- 18-04161 * Date Updated: 2020-04-18 162 162 * *NOTE* Due to changes in v1.1.x, please check your widgets to confirm that Easy Zillow Reviews is still active. 163 163 * Bug Fix: Changed plugin widget name back to 'ezrwp_widget' (free version) … … 166 166 167 167 = 1.1.3 = 168 * Date Updated: 2020- 13-04168 * Date Updated: 2020-04-13 169 169 * Added more fields to Upgrader class, which assists with backwards compatibility from v1.0 to v1.1. 170 170 171 171 = 1.1.2 = 172 * Date Updated: 2020- 13-04172 * Date Updated: 2020-04-13 173 173 * Bug Fix: Migrated backwards compatibility patch to main plugin file to better support updates, in addition to activations. 174 174 175 175 = 1.1.1 = 176 * Date Updated: 2020- 13-04176 * Date Updated: 2020-04-13 177 177 * Bug Fix: Added backwards compatibility for new database option names. 178 178 179 179 = 1.1.0 = 180 * Date Updated: 2020- 13-04180 * Date Updated: 2020-04-13 181 181 * New Feature: Option to upgrade for access to Lender Reviews. 182 182 * New Feature: Tabbed Settings interface improves organization of plugin options. … … 189 189 190 190 = 1.0.3 = 191 * Date Updated: 2019-0 3-01191 * Date Updated: 2019-01-03 192 192 * Bug Fix: Replaced dashicons with image sprite. 193 193 194 194 = 1.0.2 = 195 * Date Updated: 2018- 31-12195 * Date Updated: 2018-12-31 196 196 * Bug Fix: Fixed typo in admin Settings page. 197 197 198 198 = 1.0.1 = 199 * Date Updated: 2018- 31-12199 * Date Updated: 2018-12-31 200 200 * New Feature: New Settings Options: Hide Zillow Logo and "View All" link. 201 201 * New Feature: Added "Settings" plugin action link. … … 204 204 205 205 = 1.0.0 = 206 * Date Released: 2018- 30-12206 * Date Released: 2018-12-30 207 207 * Initial Release -
easy-zillow-reviews/trunk/README.txt
r2809472 r2809493 40 40 **Important**: Follow the [Zillow's Review API FAQ](https://www.zillow.com/howto/api/faq.htm) guidelines including: 41 41 42 * Show the approved Zillow logo on your website where reviews appear. You can disable the logo in Settings > Easy Zillow Reviews and add it elsewhere adjacent to the Reviews per the [Branding Guidelines](https://www.zillow.com/howto/api/BrandingRequirements.htm).42 * Show the approved Zillow logo on your website where reviews appear. You can disable the logo in Settings > Easy Zillow Reviews and add it elsewhere adjacent to the reviews per the [Branding Guidelines](https://www.zillow.com/howto/api/BrandingRequirements.htm). 43 43 * Show the Mandatory Disclaimer where reviews appear. You can disable the disclaimer in Settings > Easy Zillow Reviews and add it elsewhere (such as in the footer). 44 44 * No local storage of reviews. This plugin pulls reviews from Zillow using your ZWSID or ZPID. 45 * No more than 1,000 calls to the ReviewsAPI in a day. *Easy Zillow Reviews* shows an error message to help identify the problem if Zillow blocks your ZWSID or ZPID for any reason. Zillow may permit more calls upon request to <reviewsapi@zillow.com> or <api@bridgeinteractive.com>.45 * No more than 1,000 calls to the API in a day. *Easy Zillow Reviews* shows an error message to help identify the problem if Zillow blocks your ZWSID or ZPID for any reason. Zillow may permit more calls upon request to <reviewsapi@zillow.com> or <api@bridgeinteractive.com>. 46 46 47 47 = Supporting Easy Zillow Reviews = … … 84 84 85 85 = 1.4.4 = 86 * Date Updated: 2022-11-02 -202286 * Date Updated: 2022-11-02 87 87 * Bug Fix: Fixed bug preventing default numeric values from loading in some Settings Sidebar fields. 88 88 * Bug Fix: Fixed CSS layout bug causing elements to wrap to a new line in the Block editor content area. … … 119 119 120 120 = 1.2.3 = 121 * Date Updated: 2020- 29-05121 * Date Updated: 2020-05-29 122 122 * Bug Fix: Fixed bug that caused Reviews Summary badge to appear in-line with reviews instead of below them in certain grid layouts. 123 123 * Hardcoded blockquote line-height in public CSS file. … … 125 125 126 126 = 1.2.2 = 127 * Date Updated: 2020- 28-05127 * Date Updated: 2020-05-28 128 128 * Minor style changes to plugin CSS file. 129 129 130 130 = 1.2.1 = 131 * Date Updated: 2020- 28-05131 * Date Updated: 2020-05-28 132 132 * New Feature: Display a Zillow profile card with average star rating. 133 133 * Bug Fix: Added fallback to cURL for PHP configurations that have allow_url_fopen disabled. … … 138 138 139 139 = 1.2.0 = 140 * Date Updated: 2020- 28-04140 * Date Updated: 2020-04-28 141 141 * New Feature: Gutenberg Block 142 142 * Moved the Settings page menu item to the top-level of the Dashboard Menu 143 143 144 144 = 1.1.7 = 145 * Date Updated: 2020- 21-04145 * Date Updated: 2020-04-21 146 146 * Bug Fix: Fixed error that prevented review count and profile link from displaying in Mortgages Partner Edition. 147 147 * Bug Fix: Fixed error that caused "Settings" plugin action link to appear under other plugin names in the Plugin menu. … … 149 149 150 150 = 1.1.6 = 151 * Date Updated: 2020- 19-04151 * Date Updated: 2020-04-19 152 152 * Bug Fix: Fixed error that prevented Mortgages Partner Edition from activating while Free Edition was active. 153 153 * Bug Fix: Fixed error that prevented reviews for Lending Companies from displaying. 154 154 155 155 = 1.1.5 = 156 * Date Updated: 2020- 18-04156 * Date Updated: 2020-04-18 157 157 * Bug Fix: Resolved PHP notices when certain elements are set to hidden and WP_DEBUG is true. 158 158 * Bug Fix: Restored feature to hide Reviewer Summary. 159 159 160 160 = 1.1.4 = 161 * Date Updated: 2020- 18-04161 * Date Updated: 2020-04-18 162 162 * *NOTE* Due to changes in v1.1.x, please check your widgets to confirm that Easy Zillow Reviews is still active. 163 163 * Bug Fix: Changed plugin widget name back to 'ezrwp_widget' (free version) … … 166 166 167 167 = 1.1.3 = 168 * Date Updated: 2020- 13-04168 * Date Updated: 2020-04-13 169 169 * Added more fields to Upgrader class, which assists with backwards compatibility from v1.0 to v1.1. 170 170 171 171 = 1.1.2 = 172 * Date Updated: 2020- 13-04172 * Date Updated: 2020-04-13 173 173 * Bug Fix: Migrated backwards compatibility patch to main plugin file to better support updates, in addition to activations. 174 174 175 175 = 1.1.1 = 176 * Date Updated: 2020- 13-04176 * Date Updated: 2020-04-13 177 177 * Bug Fix: Added backwards compatibility for new database option names. 178 178 179 179 = 1.1.0 = 180 * Date Updated: 2020- 13-04180 * Date Updated: 2020-04-13 181 181 * New Feature: Option to upgrade for access to Lender Reviews. 182 182 * New Feature: Tabbed Settings interface improves organization of plugin options. … … 189 189 190 190 = 1.0.3 = 191 * Date Updated: 2019-0 3-01191 * Date Updated: 2019-01-03 192 192 * Bug Fix: Replaced dashicons with image sprite. 193 193 194 194 = 1.0.2 = 195 * Date Updated: 2018- 31-12195 * Date Updated: 2018-12-31 196 196 * Bug Fix: Fixed typo in admin Settings page. 197 197 198 198 = 1.0.1 = 199 * Date Updated: 2018- 31-12199 * Date Updated: 2018-12-31 200 200 * New Feature: New Settings Options: Hide Zillow Logo and "View All" link. 201 201 * New Feature: Added "Settings" plugin action link. … … 204 204 205 205 = 1.0.0 = 206 * Date Released: 2018- 30-12206 * Date Released: 2018-12-30 207 207 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.