Backporting Production to Master (#38)

diff --git a/content/pages/solr/guide.md b/content/pages/solr/guide.md
index 744cc83..c7fd587 100644
--- a/content/pages/solr/guide.md
+++ b/content/pages/solr/guide.md
@@ -11,10 +11,11 @@
 
 **Latest release**:
 
-  - [Solr 8.7](8_7/)
+  - [Solr 8.8](8_8/)
 
 **Earlier versions**:
 
+  - [Solr 8.7](8_7/)
   - [Solr 8.6](8_6/)
   - [Solr 8.5](8_5/)
   - [Solr 8.4](8_4/)
diff --git a/content/pages/whoweare.md b/content/pages/whoweare.md
index 3c718f2..c053c5d 100644
--- a/content/pages/whoweare.md
+++ b/content/pages/whoweare.md
@@ -167,6 +167,9 @@
   - *Simon Willnauer* (simonw@...)
   - *Alan Woodward* (romseygeek@...)
   - *Karl Wright* (kwright@...)
+  - *Noble Paul* (noble@...)
+  - *Ishan Chattopadhyaya* (ishan@...)
+  - *[Cao Manh Dat](https://www.linkedin.com/in/cao-manh-dat-44244435/)* (datcm@...)
   - *[Areek Zillur](http://www.linkedin.com/in/areekzillur)* (areek@...)
   - *Nhat Nguyen* (dnhatn@...)
 
diff --git a/content/solr/solr_news/2020-04-28-7-7-3-available.md b/content/solr/solr_news/2020-04-28-7-7-3-available.md
new file mode 100644
index 0000000..77e1517
--- /dev/null
+++ b/content/solr/solr_news/2020-04-28-7-7-3-available.md
@@ -0,0 +1,39 @@
+Title: Apache Solr™ 7.7.3 available
+category: solr/news
+URL: 
+save_as: 
+
+The Lucene PMC is pleased to announce the release of Apache Solr 7.7.3.
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.
+
+Solr 7.7.3 is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+
+### Solr 7.7.3 Release Highlights:
+
+* SOLR-13779: Use the safe fork of simple-xml for clustering contrib
+* SOLR-13718: SPLITSHARD (async) with failures in underlying sub-operations can result in data loss
+* SOLR-12291: prematurely reporting not yet finished async Collections API call as completed when collection's replicas are collocated at least at one node
+* SOLR-13828: Improve ExecutePlanAction error handling
+* SOLR-13472: Forwarded requests should skip authorization on receiving nodes
+* SOLR-13793: HttpSolrCall now maintains internal request count (_forwardedCount) for remote queries and limits them to
+  the number of replicas. This avoids making too many cascading calls to remote servers, which, if not restricted, can
+  bring down nodes containing the said collection
+* SOLR-13971: Velocity response writer's resource loading now possible only through startup parameters. Also, removed velocity 
+  response writer from _default configset
+* SOLR-14025: VelocityResponseWriter has been hardened - only trusted configsets can render configset provided
+  templates and rendering templates from request parameters has been removed.
+* SOLR-13158: DataImportHandler: Added enable.dih.dataConfigParam system property to toggle whether the dataConfig param
+  is permitted
+* SOLR-14259: Fix javabin performance regression fixes 
+
+Please read CHANGES.txt for a full list of and changes:
+
+  <https://lucene.apache.org/solr/7_7_3/changes/Changes.html>
+
+Solr 7.7.3 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/7_7_3/changes/Changes.html>
+