Skip to content

Commit

Permalink
preparation before publishing to WordPress plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Aug 22, 2019
1 parent 82762ce commit 6459e2e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.txt
Expand Up @@ -22,19 +22,19 @@ 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

== 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 =
Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions freshcookiebar.php → fresh-cookie-bar.php
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Fresh Cookie Bar
* Plugin URI: https://github.com/freshforces-borndigital/freshcookiebar
* Plugin URI: https://github.com/freshforces-borndigital/fresh-cookie-bar
* Description: Cookie consent bar for GDPR compliant website.
* Version: 0.1.0
* Version: 0.1.1
* Author: Fresh Forces - Born Digital
* Author URI: https://fresh-forces.com/
* License: GPL-3.0 License
Expand All @@ -18,7 +18,7 @@
load_plugin_textdomain( 'freshcookiebar', false, basename( dirname( __FILE__ ) ) . '/languages' );

// identities constants.
define( 'FRESHCOOKIEBAR_PLUGIN_VERSION', '0.1.0' );
define( 'FRESHCOOKIEBAR_PLUGIN_VERSION', '0.1.1' );
define( 'FRESHCOOKIEBAR_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
define( 'FRESHCOOKIEBAR_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );

Expand Down

0 comments on commit 6459e2e

Please sign in to comment.