diff --git a/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html b/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html index 8792041a2..795dbce8d 100755 --- a/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html +++ b/_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html @@ -28,6 +28,10 @@

plotly.js CDN

<script src="https://cdn.plot.ly/plotly-{{site.data.jsversion.version}}.min.js" charset="utf-8"></script> </head> +
+ plotly-latest.js and plotly-latest.min.js are no longer the latest releases of Plotly.js and shouldn't be used for new projects. They are legacy bundles frozen at v1.58.5 (July 2021) and will not be updated. Use an explicit version number as shown above to get the most recent release. +
+