Plugin Directory

Changeset 1250538


Ignore:
Timestamp:
09/21/2015 05:43:17 PM (11 years ago)
Author:
wpnotifications
Message:

Fixes all known glitches

Location:
print-money/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • print-money/trunk/index.php

    r1245992 r1250538  
    66 * Description: Add a hover button to any Word Press image to enable your users to buy prints and photo gifts sucha as magnets, frames, mousepads and more. Print Money pays site owners 85% of sales.
    77 * Author: Dotphoto Team
    8  * Version: 4.6
     8 * Version: 4.7
    99 * Text Domain: Print-Money
    1010 * License: GPL2
  • print-money/trunk/js/scripts.js

    r1219992 r1250538  
    2828        var fimgsrc = img.attr('src');
    2929        var fullimg = fimgsrc.replace(/-\d+x\d+(?=\.(jpg|jpeg|png|gif)$)/i, '');
    30         return fullimg;
     30        var splitparam = fullimg.split('?')
     31        return splitparam[0];
    3132    }
    3233   
  • print-money/trunk/readme.txt

    r1245992 r1250538  
    33Tags: Image Prints, print images, monetize wordpress,print button, image customization, image tweak, Monetize your images, prints,image printer, WordPress images, wordpress monetization,earn money, protect images, image lock, disable right click,image copyrights,image optimizer
    44
    5 Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 4.6
     5Requires at least:03.1
     6Tested up to: 4.3.1
     7Stable tag: 4.7
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.