Skip to content

iMoneza/wordpress-imoneza

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

iMoneza

iMoneza WordPress Plugin

Integrate your site with your iMoneza account and begin monetizing your content.

Description

iMoneza is a digital micro-transaction paywall service. This WordPress plugin allows you to quickly and easily integrate iMoneza with your site. It will add iMoneza's paywall to your site and allow you to manage your iMoneza resources from within WordPress. Please note - an iMoneza account is required.

Visit www.imoneza.com for more information about iMoneza.

Installation

  1. Set up an iMoneza account, create an iMoneza property, and generate a set of API keys.
  2. Visit the latest release link and download imoneza.zip
  3. Upload imoneza.zip through the plugins installer in WordPress
  4. Activate the plugin through the 'Plugins' menu in WordPress.
  5. Follow setup wizard.

Frequently Asked Questions

What version of PHP is required?

5.4+

Developer Notes

If you see a need, please put in a ticket. Or better yet, fork this and submit your own pull request.

Development

If you need to work against test or qa, please visit the slug of imoneza-config, a hidden menu item.

Release Methodology

  1. Merge all changes back into master.
  2. Pick the new release number
  3. Change the plugin header to the new release number
  4. Create a new tag with that new release number locally and push to remote.
  5. Create a imoneza.zip file using git archive of the project
  6. Go to GitHub and create a Release from the tag, attach the imoneza.zip file and put changelog items in the release notes.