From 0e1977ac646406770f2e78a91431d7c37660d813 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sat, 14 Dec 2019 12:06:54 +0100 Subject: [PATCH 1/4] Revert Travis URL Mistakenly (?) introduced in #1040 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e5926..3d9a4d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Travis build: [![Build Status](https://api.travis-ci.org/lilumi/understrap.svg?branch=lm-improve)](https://travis-ci.org/lilumi/understrap) +Travis build: [![Build Status](https://api.travis-ci.org/understrap/understrap.svg?branch=master)](https://travis-ci.org/understrap/understrap) #### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/) From c20055d0ad844d1266143814199c9b753ac4e7cd Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sat, 14 Dec 2019 12:10:15 +0100 Subject: [PATCH 2/4] Update child theme url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9a4d1..0bf5c35 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ See [changelog](CHANGELOG.md) - Jetpack ready. - WooCommerce support. - Contact Form 7 support. -- [Child Theme](https://github.com/holger1411/understrap-child) ready. +- [Child Theme](https://github.com/understrap/understrap-child) ready. - Translation ready. ## Starter Theme + HTML Framework = WordPress Theme Framework From 7d012cfca5c884d4567c6988de936a2fc86f28fa Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sat, 14 Dec 2019 12:16:05 +0100 Subject: [PATCH 3/4] GDPR compliance No privacy policy - no Google analytics --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0bf5c35..af4546c 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,3 @@ and of course - jQuery: https://jquery.org | (Code licensed under MIT) - WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL - Bootstrap Gallery Script based on Roots Sage Gallery: https://github.com/roots/sage/blob/5b9786b8ceecfe717db55666efe5bcf0c9e1801c/lib/gallery.php - - -[![Analytics](https://ga-beacon.appspot.com/UA-139292-31/chromeskel_a/readme)](https://github.com/igrigorik/ga-beacon) From c57a00a4965e5c4f6e7c926ae71bbe1a466d2d19 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sat, 14 Dec 2019 12:51:28 +0100 Subject: [PATCH 4/4] Add badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af4546c..c096b2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -Travis build: [![Build Status](https://api.travis-ci.org/understrap/understrap.svg?branch=master)](https://travis-ci.org/understrap/understrap) +[![Build Status](https://api.travis-ci.org/understrap/understrap.svg?branch=master)](https://travis-ci.org/understrap/understrap) +[![Wordpress Theme Version](https://img.shields.io/wordpress/theme/v/understrap.svg)](https://wordpress.org/themes/understrap) +[![Wordpress Theme Active Installs](https://img.shields.io/wordpress/theme/installs/understrap.svg)](https://wordpress.org/themes/understrap/) +[![Github Last Commit](https://img.shields.io/github/last-commit/understrap/understrap)](https://github.com/understrap/understrap/commits/master) +[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0) #### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)