Skip to content

Commit

Permalink
version 1.2 released
Browse files Browse the repository at this point in the history
a good version
  • Loading branch information
mayeenulislam committed Sep 21, 2014
1 parent 9c91ae6 commit 54c2cdf
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 334 deletions.
50 changes: 31 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,48 @@
<img src="assets/banner-1544x500.png" alt="WP AdZonia - WordPress Ad Management Plugin"/>
##WP AdZonia##
WordPress Ad Management Plugin<br>
Version 1.1<br>
WordPress Advertisement Manager Plugin<br>
Version 1.2<br>
<strong>Developer:</strong> Mayeenul Islam (@mayeenulislam)

A simplest and easiest Ad management Plugin for WordPress sites, and most astonishingly - it's in <strong>WordPress way</strong>. You can call the advertisements into your template using a simple function: <code><?php if ( function_exists( "show_adzonia" ) ) show_adzonia( # ); ?></code>, or you can call the ad in anywhere using the shortcode: <code>[wp-adzonia id="#"]</code>, or you can use the AdZonia widget into any widget-enabled area of your site.
A simplest and easiest Advertisement Manager Plugin for WordPress sites, and most astonishingly - it's in <strong>WordPress way</strong>. You can call the advertisements into your template using a simple function: <code><?php if ( function_exists( "show_adzonia" ) ) show_adzonia( # ); ?></code>, or you can call the ad in anywhere using the shortcode: <code>[wp-adzonia id="#"]</code>, or you can use the AdZonia widget into any widget-enabled area of your site.

###Screenshots###
<img src="assets/screenshot-1.png" alt="WP AdZonia - List of advertisements"/>
<p>List of advertisements</p>
<p><em>List of advertisements</em></p>
<img src="assets/screenshot-2.png" alt="WP AdZonia - Adding new advertisement"/>
<p>Adding new advertisement</p>
<p><em>Adding new advertisement</em></p>

###Credits###
Thanks to my plugin guru Ms. Tahmina Aktar for the appreciation and support from the very begining.
Thanks also to Shimul Islam, Tareq Hasan, Sisir Kanti Adhikari. And thanks also to Franz Josef Kaiser, Stephen Harris, Tom J Nowell, Andrey Savchenko (Rarst), and Thomas Scholz (Toscho) for their remote support and assistance. I won't ever forget their love. Thanks a lot and jazakALLAH
Thanks to my plugin guru Ms. Tahmina Aktar for the appreciation and support from the very beginning.
Thanks also to Shimul Islam, Tareq Hasan, Sisir Kanti Adhikari. And thanks also to Franz Josef Kaiser, Stephen Harris, Tom J Nowell, Andrey Savchenko (Rarst), and Thomas Scholz (Toscho) for their remote support and assistance. I won't ever forget their love and teaching. Thanks a lot and jazakALLAH

###Change Log###
####0.1####
* Custom Table
* Media Uploader
* Different ad types

####1.0###
* Discarded the custom table
* Custom Post Type (CPT)
* Custom Meta Fields
* Two ad types only
* Table Columns are added
####1.2####
* Completely Translation-ready
* Bengali (<em>Bangla</em>) translations
* CSS improvements
* Settings Page
* Basic Instructions Manual
* Fallback jQuery installer
* Detailed instructions in Wiki
* Minor visual fixes
* Reorganization of files
* Optional Front-end CSS

####1.1###
* Incorporated AdZonia Widget
* Minor visual fixes
* Reorganization of files
* Reorganized files

####1.0###
* Discarded the custom table
* Initiated Custom Post Type (CPT)
* Initiated Custom Meta Fields
* Two ad types only
* Table Columns are added and organized
* Reorganized files

####0.1####
* Custom Table
* Media Uploader
* Different ad types
Binary file added assets/adzonia-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 0 additions & 123 deletions assets/languages/bn-BD.po

This file was deleted.

122 changes: 1 addition & 121 deletions css/admin-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 12 additions & 14 deletions css/admin-style.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "dev/lessmixins.less";
@import "../dev/lessmixins.less";

/*---------------------
* Common CSS
Expand All @@ -17,18 +17,6 @@
color: #dd3d36;
}

.ad-active{
color: darkgreen;
}

.hide-me{
display: none;
}

.show-block{
display: block !important;
}

/*---------------------
* Plugin CSS
* ---------------------*/
Expand Down Expand Up @@ -75,7 +63,17 @@
}

textarea#wpadz_ad_code{
font-family: "Courier New", monospace;
font-family: Consolas, Monaco, monospace;
}
}

#adzonia-info{
background: #f3f3f3;
}

body.post-type-adzonia.post-new-php{
#postexcerpt.postbox{
background: #f3f3f3;
}
}

Expand Down
10 changes: 5 additions & 5 deletions dev/Direction-for-developers.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Copy/Cut the following files to the theme's root folder, and start developing yourself:
NO NEED TO COPY the following files:

- style.less
- print-style.less
- lessmixins.less

NO NEED TO COPY the following file:

- lessmixins.less


- adzonia-scripts.js (after changes just minify it and replace the js/adzonia-scripts.min.js)

nanodesigns

Dhaka

nanodesignsbd.com
2 changes: 1 addition & 1 deletion dev/adzonia-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jQuery(function($){

//extend the wp.media object
adzonia_uploader = wp.media.frames.file_frame = wp.media( {
title:"Choose Image",
title:"Choose Ad Image",
button:{
text: "Choose Image"
},
Expand Down
Binary file removed images/adzonia-icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion js/adzonia-scripts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54c2cdf

Please sign in to comment.