From 6459e2e1bc38207222ba27d728479e3d4e44cda3 Mon Sep 17 00:00:00 2001 From: Bagus <25834188+contactjavas@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:04:04 +0700 Subject: [PATCH] preparation before publishing to WordPress plugin repository --- README.md | 13 +++++++++++-- README.txt | 8 ++++---- .../{admin-screenshot-1.png => screenshot-1.png} | Bin freshcookiebar.php => fresh-cookie-bar.php | 6 +++--- 4 files changed, 18 insertions(+), 9 deletions(-) rename assets/images/{admin-screenshot-1.png => screenshot-1.png} (100%) rename freshcookiebar.php => fresh-cookie-bar.php (91%) diff --git a/README.md b/README.md index 7d9edc6..d921ddd 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,17 @@ Cookie consent bar for GDPR compliant website. ## Installation -- Download the [latest release](https://github.com/freshforces-borndigital/freshcookiebar/releases/latest). -- Extract and rename it as _freshcookiebar_. +#### Through the WordPress administrative area: + +- From WordPress administrative area, go to _Plugins_ -> _Add New_ +- Search for _fresh cookie bar_ +- Install and then activate it +- Your setting will be available under _Settings_ -> _Cookie Bar_ menu + +#### Download manually: + +- Download the [latest release](https://github.com/freshforces-borndigital/freshcookiebar/releases/latest) +- Extract and rename it as _freshcookiebar_ - Upload to your _wp-content_ directory - Activate it from _Dashboard_ -> _Plugins_ - Your setting will be available under _Settings_ -> _Cookie Bar_ menu diff --git a/README.txt b/README.txt index 3b44fb0..3d77334 100644 --- a/README.txt +++ b/README.txt @@ -22,8 +22,8 @@ Cookie consent bar for GDPR compliant website. - Your setting will be available under _Settings_ -> _Cookie Bar_ menu = Download manually: = -- Download the [latest release](https://github.com/freshforces-borndigital/freshcookiebar/releases/latest). -- Extract and rename it as _freshcookiebar_. +- Download the [latest release](https://github.com/freshforces-borndigital/freshcookiebar/releases/latest) +- Extract and rename it as _freshcookiebar_ - Upload to your _wp-content_ directory - Activate it from _Dashboard_ -> _Plugins_ - Your setting will be available under _Settings_ -> _Cookie Bar_ menu @@ -31,10 +31,10 @@ Cookie consent bar for GDPR compliant website. == Frequently Asked Questions == = Do you have a GitHub account for this? -Yes, we have it [here] (https://github.com/freshforces-borndigital/freshcookiebar) +Yes, we have it [here] (https://github.com/freshforces-borndigital/fresh-cookie-bar) == Screenshots == -1. admin-screenshot-1.png +1. Admin Area == Changelog == = 0.1.0 = diff --git a/assets/images/admin-screenshot-1.png b/assets/images/screenshot-1.png similarity index 100% rename from assets/images/admin-screenshot-1.png rename to assets/images/screenshot-1.png diff --git a/freshcookiebar.php b/fresh-cookie-bar.php similarity index 91% rename from freshcookiebar.php rename to fresh-cookie-bar.php index d565ebc..3be7d4e 100644 --- a/freshcookiebar.php +++ b/fresh-cookie-bar.php @@ -1,9 +1,9 @@