Skip to content

Commit

Permalink
Released version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeenulislam committed Sep 9, 2017
1 parent 7af868f commit 0fbb5a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![adzonia-icon](https://user-images.githubusercontent.com/4551598/30236758-24e15b64-9543-11e7-9376-1fb044a45c26.png)
# AdZonia <kbd>[**DOWNLOAD**](https://github.com/nanodesigns/adzonia/releases/download/v2.0.0/adzonia-2.0.0.zip)</kbd>
# AdZonia <kbd>[**DOWNLOAD**](https://github.com/nanodesigns/adzonia/releases/download/v2.0.1/adzonia-2.0.1.zip)</kbd>
A simpler and easier, _minimal_ advertisement management plugin for WordPress sites, and most astonishingly - it's in **WordPress way**.

| Requires | Tested up to | Stable Release | License | Downloads |
|---|---|---|---|---|
| WordPress 3.5.0 | 4.8.1 | [![GitHub release](https://img.shields.io/github/release/qubyte/rubidium.svg?style=flat-square)](https://github.com/nanodesigns/adzonia/releases/tag/v2.0.0) | [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.txt) | [![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg?style=flat-square)](https://github.com/nanodesigns/adzonia/releases/) |
| WordPress 3.5.0 | 4.8.1 | [![GitHub release](https://img.shields.io/github/release/qubyte/rubidium.svg?style=flat-square)](https://github.com/nanodesigns/adzonia/releases/) | [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.txt) | [![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg?style=flat-square)](https://github.com/nanodesigns/adzonia/releases/) |

## Resources
* [:notebook_with_decorative_cover: **User Guide**](https://github.com/nanodesigns/adzonia/wiki/User-Guide)
Expand Down
4 changes: 2 additions & 2 deletions adzonia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: AdZonia
* Plugin URI: http://nanodesignsbd.com/freeproducts/adzonia/
* Description: A simpler and easier advertisement manager plugin for WordPress sites, and most astonishingly - it's in WordPress way.
* Version: 2.0.0
* Version: 2.0.1
* Author: nanodesigns
* Author URI: http://nanodesignsbd.com/
* Requires at least: 3.5.0
Expand Down Expand Up @@ -90,7 +90,7 @@ final class AdZonia {
/**
* @var string
*/
public $version = '2.0.0';
public $version = '2.0.1';

/**
* Minimum WordPress version.
Expand Down
4 changes: 2 additions & 2 deletions i18n/languages/adzonia.pot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2014-2017 nanodesigns
msgid ""
msgstr ""
"Project-Id-Version: AdZonia 2.0.0\n"
"Project-Id-Version: AdZonia 2.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/nanodesigns/adzonia/issues\n"
"POT-Creation-Date: 2017-09-09 05:43:49+00:00\n"
"POT-Creation-Date: 2017-09-09 17:04:50+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adzonia",
"title": "AdZonia",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "A simpler and easier advertisement manager plugin fro WordPress sites, and most astonishingly - it is in WordPress way",
"scripts": {
Expand Down

0 comments on commit 0fbb5a9

Please sign in to comment.