Skip to content

Commit

Permalink
- update readme.txt
Browse files Browse the repository at this point in the history
- cleanup
  • Loading branch information
r-brown committed Nov 6, 2015
1 parent 003fe21 commit b1afb3d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
5 changes: 2 additions & 3 deletions admin/assets/css/dp-tinymce-quicktags.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

.mce-content-body img[data-digipass="digipass"] {
background: transparent url("../../../assets/digipass.png") repeat-y scroll center center;
background: transparent url("../img/digipass.png") repeat-y scroll center center;
height: 16px;
width: 96%;
}
}
File renamed without changes
2 changes: 1 addition & 1 deletion admin/assets/js/dp-tinymce-quicktags.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
node = ed.selection.getNode();


title = 'DigiPAss...';
title = 'DigiPass...';
html = '<img src="' + tinymce.Env.transparentSrc + '" title="' + title + '" class="' + classname + '" data-digipass="digipass"/>';

parent = dom.getParent(node, function (found) {
Expand Down
2 changes: 1 addition & 1 deletion digipass.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Requires at least: 3.5.1
* Tested up to: 4.0
* Tested up to: 4.3.1
*
* @package DigiPass
* @author Labs64 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion public/digipass-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public function validate_content($content)

//check authorization
if (!is_user_logged_in()) {
$message = __('You are not authorized to access this page.', $this->plugin_slug) . '<a href="' . wp_login_url(get_permalink()) . '" title="' . __('Login', $this->plugin_slug) . '">' . __('Please login in', $this->plugin_slug) . '</a>';
$message = __('You are not authorized to access this page.', $this->plugin_slug) . '<a href="' . wp_login_url(get_permalink()) . '" title="' . __('Login', $this->plugin_slug) . '">' . __('Please login', $this->plugin_slug) . '</a>';
return str_replace($dp_content, $message, $content);
}

Expand Down
30 changes: 19 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
=== Plugin Name ===
Contributors: labs64, shafranov, Rudkovskiy
Tags: paywall, digital, pass, access-control, content, micropayment, monetize, pay-per-view, payment, PayPal, paywall, premium, content, digital goods, social, subscribe, subscription, license, subscription, ABO, NetLicensing
Contributors: labs64, Rudkovskiy
Tags: paywall, digital, pass, access-control, content, micropayment, monetize, pay-per-view, payment, PayPal, premium, content, digital goods, social, subscribe, subscription, license, subscription, ABO, NetLicensing
Requires at least: 3.5.1
Tested up to: 4.0
Tested up to: 4.3.1
Stable tag: 0.1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

DigiPass is the best way for publishers and bloggers to monetize their content.
DigiPass is the best way for publishers and bloggers to monetize their digital content.

== Description ==

*TODO* ...
DigiPass makes it easy to sell your digital content (articles or posts) through subscriptions or micropayments.

= Features =

* *TODO* ...
* Integration based on a simple shortcode <!-- digipass -->.
* Real-time sales statistics: no cronjob or batch needed.
* Paid articles: set a price on articles of your choosing. Users will only see an excerpt and have the option to purchase the full article.
* No programming/scripting experience needed.
* BitMonet takes less than 10 minutes to set up.

= Pricing (It's FREE - forever FREE) =

Using NetLicensing **"FREE Forever Plan"** you can monetize your digital content with no cost.

= Showcase =

*TODO* ...
Coming soon...

= Get Involved =

Expand Down Expand Up @@ -65,7 +73,7 @@ Once you have activated the plugin you can tinker with the settings to your hear

= How do I include a DigiPass on my page? =

*TODO* ...
Create a FREE NetLicensing account and configure username / password in the plugin's setting page.

= Will DigiPass work with my theme? =

Expand All @@ -85,15 +93,15 @@ We always welcome your feedback and would love to know what you would like to se

= Where can I report bugs? =

If you have discovered a bug, we want to know so that we can get it fixed as soon as possible! We always work to make sure that the plugin is working fully prior to releasing an update but sometimes problems do arise. All bugs and issues can be reported on the DigiPass's [Issue Tracker](https://github.com/Labs64/DigiPass/issues).
If you have discovered a bug, we want to know so that we can get it fixed as soon as possible! We always work to make sure that the plugin is working fully prior to releasing an update, but sometimes problems do arise. All bugs and issues can be reported on the DigiPass's [Issue Tracker](https://github.com/Labs64/DigiPass/issues).

= I love DigiPass, it’s awesome! Can I contribute? =

Yes you can! Join in on our [GitHub repository](https://github.com/Labs64/DigiPass) :) You can also leave us a nice review on the WordPress site to let others know what you think of the plugin!
Yes, you can! Join in on our [GitHub repository](https://github.com/Labs64/DigiPass) :) You can also leave us a nice review on the WordPress site to let others know what you think of the plugin!

== Screenshots ==

1. *TODO* ...
1. Protect post using DigiPass

== Changelog ==

Expand Down
Binary file added screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1afb3d

Please sign in to comment.