Sell Media

Description

Sell Media is finely tailored e-commerce solution for selling photos, prints, and videos through your self-hosted WordPress site. Photographers love it for it’s flexibly gallery layouts and powerful extensions.

Using Sell Media, you can:

  • Sell photos, galleries, videos, pdf’s and other digital files.
  • Create you own stock photo or video site.
  • Charge licensing fees for commercial, editorial, or personal usages.
  • Protect file uploads.
  • Accept payments via PayPal. Additional payment gateways are also available.

New in version 2.5: Gutenberg Blocks
Insert galleries in many different formats using Sell Media blocks for Gutenberg!

Resources

Theme Integration

These WordPress themes were designed to enhance the functionality of Sell Media. Sell Media also works with any properly coded WordPress theme, however, some minor styling tweaks might be required.

Take Sell Media to the next level with these powerful extensions:

Developers

Actions

Example for adding a message above the cart:
function sell_media_above_cart_function() {

    print '<p>This message will show up above the cart on the cart popup. You could include a copyright message or links to your terms of service.</p>';

}
add_action( 'sell_media_above_cart', 'sell_media_above_cart_function' );

Example for adding a message below the cart:
function sell_media_below_cart_function() {

    print '<p>This message will show up below the cart on the cart popup. You could include a copyright message or links to your terms of service.</p>';

}
add_action( 'sell_media_below_cart', 'sell_media_below_cart_function' );

Action hooks available:

  • sell_media_above_archive_content – Above archive content
  • sell_media_below_archive_content – Below archive content
  • sell_media_above_archive_header_content – Above archive header content
  • sell_media_below_archive_header_content – Below archive header content
  • sell_media_above_archive_header_content
  • sell_media_above_cart – Above the cart
  • sell_media_below_cart – Below the cart
  • sell_media_cart_below_licenses – Between license and price on cart
  • sell_media_menu_hook – settings.php – Use for adding new submenu pages
  • sell_media_register_settings_hook – settings.php – Use for registering new settings/options
  • sell_media_settings_above_general_section_hook – settings.php – Above tables on settings page
  • sell_media_settings_below_general_section_hook – settings.php – Below tables on settings page

Screenshots

Blocks

This plugin provides 5 blocks.

  • Sell Media Items
  • Sell Media Filters
  • Sell Media Items Slider
  • Sell Media Collection Items
  • Sell Media Search Form

Installation

Server Requirements

  1. PHP 8.1 or higher
  2. CURL PHP extension
  3. GD / ImageMagick PHP extension
  4. Original file uploads are protected automatically on Apache servers using .htaccess. If you are using an NGINX server, you’ll need to add this to your sites configuration file:
    location ~ /wp-content/uploads/sell_media {
    rewrite / permanent;
    }

  5. Activate the plugin.

  6. Visit Sell Media -> Settings and configure the options.
  7. Insert the required Sell Media shortcodes onto your preferred Pages (see FAQ section).
  8. Visit Sell Media -> Add New and upload an image, video, audio file or pdf for sale.

Configuration

Visit the official plugin Documentation to learn how to setup and customize Sell Media.

FAQ

Can I sell photo prints in addition to downloads?

Yes, the Reprints extension allows you to sell prints, but you are responsible for fulfilling the order. Both you and the customer will receive an email when an order is placed.

I have 5k+ photos I would like to sell, can Sell Media handle this?

Sell Media is a plugin for WordPress and WordPress can easily handle hundreds or thousands of files. That said, the number of images that can be bulk uploaded at once is largely related to server performance. If you are using a cheap, shared web host, then you will need to contact them and ask them to change [PHP settings] (https://php.net/manual/en/function.set-time-limit.php).

What are shortcodes and how do I use them?

Shortcodes are small snippets of code that when added to a Post, Page or Widget add functionality to your site. You must add the following shortcodes to your preferred Pages to use Sell Media:

  • Checkout Shortcode – (REQUIRED) Create a page called “Checkout” and add this shortcode to it: [sell_media_checkout]
  • Thanks Shortcode – (REQUIRED) Create a page called “Thanks” and add this shortcode to it: [sell_media_thanks]
  • Buy Button Shortcode – (OPTIONAL) Used for displaying specific items for sale: [sell_media_item id="1893" text="Purchase" style="button" size="medium"] Options include: text=”purchase | buy” style=”button | text” size=”thumbnail | medium | large” align=”left | center | right”
  • Search Form Shortcode – (OPTIONAL) Used to display a search form exclusively for searching items for sale within Sell Media: [sell_media_searchform]
  • All items shortcode – (OPTIONAL) Displays all (or a certain collection) items in a grid view: [sell_media_all_items collection="type-your-collection-slug-here" show="type-number-of-items-per-page"]
  • Download list shortcode – (OPTIONAL) List logged in users downloads: [sell_media_download_list]
  • Lightbox shortcode – (OPTIONAL) Displays a page containing all items that visitors have added to their lightbox: [sell_media_lightbox]
  • Login shortcode – (OPTIONAL) Used to show a custom login form for your customers: [sell_media_login_form]
  • Filters shortcode – (OPTIONAL) Used to show a page with Latest, Most Popular, Collections, and Keywords as filters: [sell_media_filters filters="all"] You can also pass 1, 2, 3, 4 into the filters shortcode parameter to only show specific tabs Latest (1), Most Popular (2), Collections (3), or Keywords (4). For example, if you only wanted to show the Latest and Keywords tabs, you would use this shortcode: [sell_media_filters filters="1,4"]

How do I show my checkout cart?

  1. Create a page called “Checkout” and add this shortcode to the page: [sell_media_checkout]
  2. Visit Sell Media -> Settings and select the Checkout page you created above to the “Checkout Page” option.

How do I show an item available for sale?

Visit the Sell Media -> Add Product page and configure the page options. Click Save. Then click the View Product link.

How do I show a search form for Sell Media items?

Create a Page called “Search Media” and add this shortcode to it: [sell_media_searchform]. A search form also shows up above archive pages for products.

Can I sell image galleries?

Yes and you have two options:

  1. Simply upload more than one image on the Sell Media -> Add New page. The price listed below is for each image in the gallery. In the near future, we will be releasing an extension for selling the entire gallery of images for one price.
  2. Assign each item to a specific Collection and the items will be displayed on that specific collection’s archive page. You can then link to the collection like this: https://example.com/collection/my-collection-name/. A list of collecitons also shows up on the Appearance -> Menus page so you can add them to any menu.

How do I password protect an item?

The Password Protection option is located in the Publish box when editing a Sell Media item. Click the Visibility – Public – Edit link, select Password Protected, type in a password and click Save.

How do I password protect a collection?

Click Sell Media -> Collections -> Click “Edit” next to the Collection you want to hide, fill in the “Password” click update.

How do I hide a collection from being listed on archive pages?

Click Sell Media -> Collections -> Add New and check the “Hide” option.

Payments aren’t showing up in Sell Media. Why?

Please visit the Add Media -> Settings -> Payments page and double check all of your settings.

If you’re still having issues, check these tips in the PayPal section.

My file is 500MB+ in size but users cannot download the file after purchasing?

Check with your hosting provide on your download limits. Sell Media does not provide any type of file splitting service.

How do I increase the maximum upload size in WordPress?

Depending on the web hosting company you choose and the package you select, each of you will see maximum file upload limit on your Media Uploader page in WordPress. For some it is as low as 2MB which is clearly not enough for large images or videos. You can increase this by doing one of the following:

  1. Theme Functions File – There are cases where we have seen that just by adding the following code in the theme function’s file, you can increase the upload size:

    @ini_set( 'upload_max_size', '64M' );
        @ini_set( 'post_max_size', '64M');
        @ini_set( 'max_execution_time', '300' );
    
  2. Create or Edit an existing PHP.INI file – In most cases if you are on a shared host, you will not see a php.ini file in your directory. If you do not see one, then create a file called php.ini and upload it in the root folder. In that file add the following code:

    upload_max_filesize = 64M
        post_max_size = 64M
        max_execution_time = 300
    
  3. htaccess Method – Some people have tried using the htaccess method where by modifying the .htaccess file in the root directory, you can increase the maximum upload size in WordPress. Open or create the .htaccess file in the root folder and add the following code:

    php_value upload_max_filesize 64M
        php_value post_max_size 64M
        php_value max_execution_time 300
        php_value max_input_time 300
    

Again, it is important that we emphasize that if you are on a shared hosting package, these techniques may not work. In that case, you would have to contact your web hosting provider to increase the limit for you.

What are license types?

The Sell Media plugin helps you to create and assign different licenses and prices for each image, video or audio file based on the anticipated usage of the media. For example: If a large company wants to purchase one of your images for a billboard, you should charge one price for commercial usage, charge another for editorial, and so on.

Does the plugin work for a WordPress Network

Yes.

My customer is receiving their confirmation email X many times?

Please disable your plugins and see if you still have the issue. Some plugins (ones that alter access via IP) do not allow the IPN to function properly.

Reviews

October 22, 2022
Downloaded to evaluate the free version as it would work for selling thousands of images. It does not. You have to create one product by any images or it is so bad explained that I could not find a way to bulk edit in seconds and put the images in a collection for sell. If a software is unintuitive from the start, it is a ticket for headaches down the road. Not recommended
May 26, 2021
This plugin is not perfect but then which one is? The truth is, it just solved my major problems and we are loving it, as well as the support we have. Thank you guys and keep on working this good!
January 29, 2020
To many bugs to be able to use it. Uploads, Pricing, etc.
November 26, 2018
I had a free trial on Visual Society and decided not to continue. But after a month I was charged for a professional account I didn’t ask for. It’s impossible to delete your account on the site so I asked to do this and to refund the money I was charged. Although they promise to answer in two hours, I didn’t get any answer at all. Is this the way you people want to promote your new thing?
Read all 45 reviews

Contributors & Developers

“Sell Media” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Sell Media” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.5.8.5

  • Fix: Lightbox issue fix
  • Fix: Comma based search fix

2.5.8.4

  • Fix: Minor styles fixes

2.5.8.3

  • Fix: Search filter not showing results bug fix

2.5.8.2

  • Fix: PHP 8 Warnings fix

2.5.8.1

  • Fix: PHP 7.4 Error fix

2.5.8

  • Fix: PHP 8.2 deprecated notices fix
  • Fix: Checkout Redirect and Download link encoding bug fixes
  • Fix: Added styles for checkout page

2.5.7.1 to 2.5.7.4

  • Fix: sanitizations and security bugs
  • Fix: PHP 8.0 notices
  • Fix: sanitization errors and notices

2.5.7

  • Fix: sanitizations and security bugs
  • Fix: Gutenberg blocks not showing with new gutenberg plugin/WordPress 5.9

2.5.6

  • Fix: nonce not set security bug fix

2.5.3

  • Fix: Alignment class conflict fix

2.5.2

  • Fix: Add block alignment

2.5.1

  • Fix: Style fixes

2.5

  • New: Gutenberg block support for galleries, filters and more.
  • New: Google Images “licensable label” support
  • Fix: Improve UI
  • Fix: New PayPal API

2.4.7

  • Fix: MailChimp subscription flow

2.4.6

  • Fix: WP 5.5 jQuery fix
  • Fix: License selection
  • Fix: Masonry layout

2.4.5

  • Fix: Paypal IPN
  • Fix: Revert single image page redirect

2.4.4

  • Fix: Magnifier extension support
  • Fix: Parse json if cookie present

2.4.3

  • Fix: Checkout page
  • Fix: Downloads
  • Fix: PayPal IPN
  • Fix: Email to buyer
  • Fix: Video previews
  • Fix: Notices

2.4.2

  • New: Horizontal masonry image layouts
  • Fix: PHP 7.2 Notices/WP deprecated functions
  • Fix: Attachment url for keyword archives
  • Fix: 3 decimal places price w/ tax inclusive setting
  • Fix: S3 downloads
  • Fix: Thumbnail icons audio/video

2.4.1

  • Fix: Deleting marketplace items url fix

2.4

  • New: Marketplace feature added.

2.3.6

  • Fixes creating price groups or individual prices with the same name throws a fatal error.

2.3.5

  • Fix: Hide password protected items from archives
  • Fix: Shortcode update
  • Fix: Purchase download links
  • Fix: Breadcrumbs filter
  • Fix: Price group saving
  • Fix: Creator metabox fix
  • Fix: Thumbnail logic for ZIP/PDF

2.3.4

  • Update: Japnese translations.
  • New: Auto login customer after purchase.
  • New: Added filter ‘sell_media_breadcrumbs’ in breadcrumbs.
  • Fix: Removed Update / Publish button in Payment.
  • Fix: Wrong icon in all collections shortcode.
  • Fix: Hide password protected items.
  • Fix: Non-purchased downloads not protected? #807.
  • Fix: Multiple Commission section in advance tab.
  • Fix: Creator never saved #812.

2.3.3

  • Update: French translations
  • Fix: Reinit Macy.js in Filters ajax
  • Fix: Check if e-commerce is enabled to show price metabox

2.3.2

  • New: Macy.js Masonry gallery layout
  • New: Horizontal Masonry gallery layout
  • New: UI range slider
  • New: Filter admin notices
  • New: Currency hooks
  • Fix: S3 Download location fix
  • Fix: Constrain image sizes on thanks page
  • Fix: Orientation
  • Fix: Collection icon fix
  • Fix: Quick View style improvements

2.3.1

  • New: Delete Pricelists
  • Added deprecated classes

2.3.0

  • New: UI for Add New page
  • New: WP Cookie-based sessions. Replaces use of $_SESSION.
  • New: Pricelist UI improvements

2.2.12

  • Fix: Search multiple word keywords
  • Fix: Discount codes
  • Fix: Download url checks

2.2.11

  • Fix: Double featured images in some themes
  • Fix: SEO plugin conflict
  • Fix: Add sell_media_content_loop function in deprecated list
  • New: Add products column filter

2.2.10

  • Fix: JetPack $post->ID conflict fix.
  • Fix: Count post views
  • Fix: Display captions
  • Fix: Display video embeds

2.2.9

  • Fix: Keyword migration cron workaround.
  • Fix: Widget layout fixes.
  • Fix: Don’t show current item in Similar or New Widgets.

2.2.8

  • Fix: PHP 5.4 issue
  • Fix: Password protected entries and media

2.2.7

  • New: Keywords for attachments.
  • New: Search filters.
  • New: Bulk/ Quick edit on backend item listing.
  • New: ‘sell_media_taxonomies’ shortcode to displays recent entry from each custom taxonomy.
  • New: ‘sell_media_thanks’ filter in ‘sell_media_thanks’ shortcode.
  • New: Title and Quick View optional display (new settings).
  • New: Layouts, Query, Search, Upgrades classes.
  • Fix: Keep data on plugin deactivation.
  • Fix: Signup issue on registration.
  • Fix: Fix session errors.
  • Fix: Other minor bug fixings.
  • Fix: Varios coding standards.
  • Fix: Remove legacy code for taxonomy metadata.

2.2.6

  • Fix: Error if not selling prints fixed

2.2.5

  • Fix: Send customer login email

2.2.4

  • Fix: Cookie notice on thanks page

2.2.3

  • Fix: Show license descriptions
  • Fix: Remove deprecated param
  • Fix: Button sizing CSS fix
  • Fix: Clear cookie after purchase

2.2.2

  • Feature: Responsive videos
  • Feature: New hooks for images and downloads
  • Fix: Remove extra character in markup
  • Fix: PayPal args use WP charset
  • Fix: Unserialize serialized payment data

2.2.1

  • Fix: JS conflict fix for non SM pages.

2.2

  • Feature: New Video & Audio class. Improves selling options for both.
  • Feature: Regenerate missing files
  • Tweak: Disable lightbox if no page set
  • Tweak: Show file dimensions of original, protected file
  • Tweak: Delete and move protected files when user deletes sell_media_item
  • Fix: Clear cart after payment
  • Fix: Update all translation files
  • Fix: Masonry layout issue
  • Fix: Filter tax layout issue

2.1.8

  • Feature: Tax display setting (inclusive/exclusive)
  • Tweak: Show exif for original file, not large
  • Tweak: Show message for no keyword search
  • Fix: Keyword import bugfix

2.1.7

  • Tweak: Set time limit
  • Tweak: Added filter to change original file path
  • Tweak: Added scroll on TOS popup
  • Tweak: Check user cap to show license message
  • Tweak: Fixed hover issue on listing
  • Fix: Undefined variable fix
  • Fix: Fixing missing args issue
  • Fix: Fixed password procted post quick view issue

2.1.6

  • Tweak: Integration with Limited Edition Prints.
  • Tweak: Integration with Manual Purchases extension.
  • Tweak: Integration with Download Lightbox extension.
  • Tweak: Regenerate Thumbnails integration.
  • Tweak: German language files update.
  • Bugfix: Rare free purchases and reprints conflict.
  • Bugfix: Collection archives showing attachments.

2.1.5

  • New Feature: Filter Shortcode. Usage: [sell_media_filters filters="all"]. See instructions for additional parameters.
  • New Feature: Add “Search Everywhere” checkbox as optional search parameter.
  • Tweak: Default search to keywords only. This helps site owners optimize search results.
  • Tweak: Retain searched options on page load.
  • Tweak: Add archive page template override back into theme. Usage: Copy sell-media/themes/archive.php into your active theme folder and rename it to archive-sell-media.php
  • Tweak: Always use square images in widgets.
  • Tweak: Collection shortcode overlay design fix.
  • Tweak: Free download button text filter.
  • Tweak: Require WordPress 4.4 on activation.

2.1.4

  • Tweak: Price group UI fix.
  • Fix: Prices over $1,000 on checkout.
  • Fix: If cart only contains downloadables, no shipping.
  • Tweak: Number input case statement.
  • Tweak: Only load css on sell_media_item admin pages.

2.1.3

  • New Feature: Thumbnail Gallery Layouts
  • New Feature: Thumbnail Cropping
  • Tweak: Hover effects on images
  • Tweak: Next/Prev improvement on Quick View
  • Tweak: View Gallery text

2.1.2

  • New Feature: Automatic updates for extensions.
  • Tweak: Multisite custom taxonomy support.
  • Tweak: Don’t search term descriptions.
  • Tweak: Show “View Gallery” text.
  • Tweak: Use core WP term meta.
  • Tweak: Migrate custom taxonomy meta tables into core term meta tables.
  • Fix: Notices on thanks page, updater.

2.1.1

  • Tweak: Multisite support
  • Tweak: Hook added for Free Downloads extension
  • Fix: Checkout blank if missing $attachment_id
  • Fix: Missing price options on dropdown

2.1

  • New Feature: Quick View.
  • New Feature: $0 prices creates a free download.
  • New Feature: PHP Sessions saved to DB.
  • New Feature: Auto page creation w/ shortcodes during activation.
  • New Feature: Set default options during plugin activation.
  • New Feature: Delete options during plugin deactivation.
  • New Feature: Various hooks and filters added on archive.php and for text strings.
  • Tweak: Responsive improvements.
  • Tweak: Theme compatibility css.
  • Tweak: wp_title fix on single entries.
  • Tweak: Improved gallery navigation.
  • Tweak: CSS vendor prefixes.
  • Fix: Attachments now propertly searched. There is a known issue, however, with attachments previously uploaded to Posts or Pages. Users can change the post parent on the attachment page, should it be needed.
  • Fix: delete_transient for caching fix

2.0.7

  • Hide attachments not not for sale from Sell Media Search page.
  • Change CPT priority

2.0.6

  • Hotfix for users with PHP versions older than 5.3.

2.0.5

  • New Feature: Search widget.
  • New Feature: Keywords saved with attachments, improves search results.
  • Tweak: Widget construct for 4.3 compatibility.
  • Tweak: Make settings page access filterable.
  • Tweak: Lower priority on widgets_init so it doesn’t get priority over sidebar.
  • Tweak: Improve gallery caption display.
  • Tweak: Add missing strings for translation.
  • Bugfix: Add missing watermark class to galleries.
  • Bugfix: Missing thumbnails on checkout if not in a gallery or if item doesn’t have featured image.

2.0.4

  • Tweak: New filters for Access Control extension
  • Tweak: Minor UI changes in admin
  • Tweak: Show image caption and title on gallery images
  • Tweak: Added logout url to dashboard, with filter
  • Tweak: New translation files
  • Tweak: Grunt tasks for translations, coding standards
  • Bugfix: sell_media_item shortcode shouldn’t show buy button for galleries
  • Bugfix: Deleting collection thumbnail fix

2.0.3

  • New Feature: Check for newest version of Sell Media extensions.
  • Tweak: Add search by ID in admin.
  • Tweak: Don’t send empty sizes and licenses to gateway.
  • Tweak: Improved html email receipts.
  • Bugfix: Missing sell_media_image class on gallery images.
  • Bugfix: Move non-image files to /uploads/sell_media/.
  • Bugfix: Filepath checks for non-image uploads (zips, etc).

2.0.2

  • Tweak: Do not cache checkout, thanks and lightbox pages. Prevents PayPal IPN misses.
  • Tweak: Increase max_execution_time for bulk uploads
  • Tweak: Properly sanitize add_query_arg with esc_url
  • Tweak: Define select box width in dialog to prevent overflow on long titles
  • Tweak: Notice for is_gallery check on 404 and Search pages.
  • Tweak: Update PayPal IPN class and cert files.

2.0.1

  • New Feature: Galleries. Upload multiple files.
  • New Feature: Gallery navigation.
  • New Feature: Importing options (Lightroom, etc)
  • New Feature: Sales stats for each product.
  • New Feature: View counts for each product.
  • New Feature: Lightbox notification text.
  • New Feature: Automatic classes for Checkout and Lightbox menu items.
  • New Feature: Upgrade notices for extensions.
  • New Feature: Dashicon integration.
  • Tweak: Updated download methods for accepting $attachment_id.
  • Tweak: Lightbox changes to accomodate $attachment_id.
  • Tweak: Lightbox now uses serialized multidimensional array.
  • Tweak: Flush permalinks if slug changed on settings.
  • Tweak
  • Bugfix: Missing sell_media_image class.
  • Bugix: Notice fix on system info and payments pages.

2.0

  • New Feature: Breadcrumb navigation options.
  • New Feature: Layout options. Choose one or two column layouts on single entries.
  • New Feature: Search optimization. Now searches titles, content and keywords and includes exact phrase match for search (“New York”, vs “New” and “York”).
  • New Feature: Lots of new action hooks and filters.
  • Tweak: Theme compatibility fixes, no longer requires template files.
  • Tweak: Improved localization.
  • Tweak: Rewrite of the lightbox feature.
  • Tweak: Improve the logic of checkout button activation.
  • Bug: Adding multiple downloads by accidental multi-clicking fix.
  • Bug: Adding prints to cart without selecting price group fix.

1.9.13

  • Collections count bug fix
  • Translation bug fix

1.9.12

  • Removed default UI of price group from backend
  • Starting price for free download containing collection set to $0.00
  • iOS Chrome and Safari crash fix
  • Extensions menus not displaying bug fix

1.9.11

  • Master language file added
  • List all collections shortcode layout bug fix
  • Extensions direct link & upgrades
  • PayPal POODLE SSL fix
  • Translation updates. See languages/readme.txt for details.

1.9.10

  • Single license mark-up issue fix
  • BUY button in shortcode for free download fix
  • Search pagination fix

1.9.9

  • Larger images sizes available for purchase bug fix
  • All items shortcode paging bug fix
  • Password protected collections visible in search issue fix
  • Downloads not working on some Apache servers. Replace wp_die() with exit()
  • Fixed “reprints-price-group” typo in Sell_Media->products->has_price_group. Corrects default price shown in cart.

1.9.8

  • Bugfix on collection archive template

1.9.7

  • Bugfix fix not ! check on sell media archive template

1.9.6

  • Buy and Save buttons added back to archives
  • Password protection to childs issue fix
  • Custom thumbnail size parameter added
  • Items order added in all items shortcode

1.9.5

  • Feature: Infinite nesting of Collections
  • Feature: Breadcrumbs for Collections archives
  • Bug: Show lowest price, not default price

1.9.4

  • Feature: Lightbox integration
  • Feature: apply_filters to Bulk and Package post_status
  • Tweak: archive styling improvements for lightbox

1.9.3

  • Tweak: Add Forgot Password link to login shortcode
  • Tweak: South African rand currency support added
  • Tweak: Limit access to Payments submenu to admins only
  • Tweak: Charge shipping only if prints in cart
  • Tweak: Remove image link from the PayPal shopping cart
  • Tweak: sell_media_item shortcode styling

1.9.2

  • Tweak: Updates to Discount Codes
  • Tweak: apply_filters on delivery text
  • Tweak: Update translation files

1.9.1

  • Feature: apply_filters to sell_media_item post type registration
  • Tweak: Live quantity checks on checkout to toggle cart visibility
  • Tweak: Uppercase post slug on archive template
  • Tweak: Widget CSS improvements

1.9.0

  • Tweak: Filter checkout texts
  • Bug: Correct prices for items without Price Groups, but with license markup

1.8.9

  • Tweak: Streamline disabled button checks on cart
  • Tweak: Search results help text

1.8.8

  • Feature: EXIF Widget added
  • Tweak: Set default price on all new uploads
  • Tweak: PayPal taxes when qty increases
  • Tweak: Cart button conditional fixes to allow for items without price groups or licenses
  • Bug: Show correct currency on cart

1.8.7

  • Feature: Advanced Search integrated into core
  • Tweak: Remove filtering core WP search, just rely on Advanced Search now
  • Bug: number_format() warning when no default price set in admin

1.8.6

  • Tweak: Use core table for Payments page
  • Tweak: New sell_media_item_icon function
  • Tweak: Submenu ordering
  • Tweak: Remove admin attachment filers
  • Tweak: Simplify bulk add
  • Bug: Fix for password protected collections

1.8.5

  • Feature: Packages feature added
  • Tweak: Make Sell_Media a singleton
  • Tweak: Add support for additional mime types
  • Tweak: Remove redundant calls to self::upload_dir, use one function now
  • Tweak: Hide file dimensions on cart if not image
  • Tweak: New file download method
  • Bug: Bulk uploads fix
  • Bug: PayPal tax
  • Bug: Deprecated functions missing for image caption

1.8.4

  • Tweak: Template redirects for taxonomies
  • Bug: Terms dialog

1.8.3

  • Bug: PayPal live mode or test mode

1.8.2

  • Bug: Fix price verification for PayPal
  • Bug: Only add tax if enabled

1.8.1

  • Tweak: Checkout page styling
  • Tweak: Cart overlay top position
  • Bug: Set default currency to USD
  • Bug: Emails to buyers not always sending
  • Bug: Show cart markup on all pages, except checkout
  • Bug: Fatal error for countries list for reprints extension

1.8

  • Feature: UI changes for responsive/mobile support
  • Feature: Tax suport
  • Feature: Added 3 shipping methods for prints
  • Tweak: sellMediaCart js now powers cart
  • Tweak: Removed $_SESSION cart
  • Tweak: Validate prices before sending to payment gateway
  • Tweak: Standardize data storage for payment meta _sell_media_payment_meta
  • Tweak: Responsive grids
  • Tweak: Checkout page reworked
  • Tweak: Improved emails
  • Tweak: New classes for all major parts of plugin
  • Tweak: Derive buyer data from payment gateway
  • Tweak: Publish paid purchases only
  • Tweak: Translations updates
  • Bug: Ajax setup
  • Bug: Pending payments
  • Bug: Conflict with JetPack infinite scroll

1.7

  • Bug: Fixed issue with price groups not appearing in the drop down

1.6.9

  • Tweak: Next/Previous on the default single item page now cycles through collections in same category
  • Added additional name space for translation
  • Added filter for State and Country list
  • Password protected collections now expire their password after a set time limit
  • Sorting by title, date, author, price in the admin made possible
  • Addressed issue where shipping was added twice on some hooks
  • Bug: Checkout page is now using the derived image size for the description, prior the price group height/width was used
  • Bug: Sanitize slug
  • Bug: Login redirect fix

1.6.8

  • Tweak: Pending items are no longer displayed when the download history shortcode is used
  • Tweak: Improved email reliability by embedding the license description as apposed to attaching it
  • Tweak: Country and State are now required
  • Tweak: Updated sell_media.pot file
  • Bug: Fixing issue when license was toggled after the size was toggled, an incorrect license was applied

1.6.7

  • Tweak: Updating shortcode instructions in readme.txt
  • Bug: Fixing translation issues
  • Bug: Fixing issue where search would still show even if it was disabled

1.6.6

  • Feature: Sell Media items are now support post authors
  • Bug: Fixing issue with settings and price groups on activation

1.6.5

  • Bug: Various bug fixes with Price Groups
  • Feature: Added new settings API
  • Tweak: Add to cart button no longer changes to check out after adding 1 item
  • Tweak: Added tweak from @NETLINK so PayPal IPN URL can be added as a param.
  • Tweak: Added support for WPML

1.6.4

  • Feature: Added various hooks and filters
  • Feature: Using jQuery validation in place of HTML5 validation
  • Tweak: Allowed for translation of “Pending” on the sell_media_download_list shortcode
  • Tweak: Added link to purchased item from payments page
  • Tweak: Added “Lost your password?” link to the check out page
  • Tweak: Fixing issue where currency symbol on admin pages
  • Tweak: Administrators can now buy products while logged in
  • Tweak: Updated admin payments UI
  • Tweak: Deriving a more reliable IPN URL for some users
  • Bug: Fixing issue with 3.7 and save_post
  • Bug: Fixing issue when quantity was updated on the checkout page the subtotal was not correctly updated
  • Bug: Fixing issue where session was not starting for some users

1.6.3

  • Bug: Fixing issue where sizes from price group did not show in select box
  • Bug: Fixing issue where download link would show when users purchased a reprint

1.6.2

  • Feature: License descriptions are now emailed as an attachment when a purchase is made
  • Feature: Added option to enable/disable admin columns
  • Feature: Added clear cart button
  • Feature: Added additional admin column “protected” for collection page
  • Bug: Fixing issue were size was not dependent on license
  • Bug: Fixing notice when there is no min price to be displayed
  • Bug: Fixed conflict with WordPress heartbeat API
  • Tweak: Download list shortcode now list newest to oldest purchases
  • Tweak: Customers now have a “remove all” option on the checkout page
  • Tweak: Keywords can now be used with default permalinks
  • Tweak: Password protected collections are now more secure
  • Tweak: Added admin notices
  • Tweak: Password protected collections now use a custom template

1.6.1

  • Bug: Updated PayPal arguments for buyer download email
  • Bug: Fixing issue were cart was not emptied
  • Bug: New users are sent an automated WordPress email when registering

1.6

  • Feature: Added option to set a given price group as the site default
  • Tweak: Password protected collections are filtered from the widgets page and no longer show on the front end
  • Tweak: Added filter sell_media_purchase_text
  • Bug: Customers are no longer redirected to the WordPress dashboard after login
  • Bug: Addressed issue when some users did not receive the download link
  • Bug: Addressed issue where cart was not emptied, due to session not being started and browser cache

1.5.9

  • Feature: Added option to hide original price
  • Feature: Added option to disable the built in Sell Media search and use native WordPress search
  • Tweak: Readme no longer references hiding a collection, replaced with password instructions
  • Tweak: Original height and width is display, for images only, on the single item page
  • Tweak: Admin notice is only displayed on the child collection if the parent has a password
  • Bug: Various updates to the cart
  • Bug: Checkout page now checks if email already exists
  • Bug: Price group parents now correctly updates the parent name when saved
  • Bug: quotes can now be used in the license description
  • Bug: Similar items widget now displays correct items even when collections slug are changed
  • Bug: Widgets overflowing bug fix.

1.5.8

  • Bug: Updating admin payments and needed screens to support previous versions of pricing

1.5.7

  • Tweak: Various improvements for cart in PHP session
  • Tweak: Minor text update
  • Tweak: Price groups class can now be used for any parent/child taxonomy
  • Tweak: Updating shortcode in readme.txt
  • Tweak: Adding template check for other developers to change the collection password page
  • Bug: Child collections now inherit the password of the parent collection
  • Bug: No longer enqueue nav-menu, it has been removed in WordPress 3.6
  • Bug: Corrected text domain issue

1.5.6

  • Feature: Admin shows collection icon on collection edit column
  • Feature: Added detailed PayPal log per item on the single item payments page
  • Bug: Better PayPal support
  • Tweak: Improved search results

1.5.5

  • Feature: Add shortcode for custom login ‘[sell_media_login_form]’
  • Feature: Add setting for custom login page
  • Bug: Updated admin payment apply markup consistently
  • Bug: Updated paypal payments to no longer by 0 and have markup applied if added

1.5.4

  • Feature: Added shortcode to display all collections ‘sell_media_list_all_collections’ ( available shortcode attributes: thumbs, details )
  • Feature: Added price groups to the native WordPress bulk edit
  • Feature: File downloads have the size and license appended to them, i.e., my-image-1024×768-commercial.jpg
  • Feature: License descriptions now show on hover, next to the license on the dialog
  • Feature: Added tooltips to license descriptions
  • Feature: Download size is now displayed on the admin payments item page
  • Tweak: Added new attributes to ‘sell_media_all_items’ ( attributes: collection, show )
  • Tweak: Added a “Continue shopping” link on the checkout page
  • Tweak: Adjusting currency format in settings
  • Tweak: Payments should not be publicly queryable
  • Tweak: Make checkout shortcode function name semantic
  • Bug: Cart totals were inconsistent
  • Bug: Featured image used on archive pages if present
  • Bug: Non-image items can now have multiple licenses
  • Bug: Quantity totals are immediately calculated
  • Bug: Intermittent bug where items were added to the cart twice
  • Bug: Validate Safari new user registrations on checkout page
  • Bug: Downloads are now based on the constraints of the original image and the price group

1.5.3

  • Bug: “Original File Price” was truncating trailing zero’s from prices.
  • Bug: Fixed issue when removing items from the cart incorrect totals were displayed
  • Bug: Fixed issue in widgets
  • Bug: Price groups was not respecting newly created sizes when downloading images
  • Tweak: Added version number to enqueue script and styles

1.5.2

  • New: Added price groups to admin item columns
  • New: Added collection to admin item columns
  • Tweak: Corrected instructions for sell_media_all_items shortcode
  • Bug: Fixed notice on checkout page when no licese id was present for markups
  • Bug: Price groups that did not have any images assigned were not showing in the price group drop down.

1.5.1

  • New: Price groups, users are no longer limited to “small, medium, large”, they can create infinite price groups and assign them to items.
  • New: Added PayPal log.txt file to admin settings
  • New: Added field for admins to add CC accounts for paypal purchases
  • New: Added Option to change sort order on archive pages
  • New: Added POT file
  • New: Useful info is now stored in global js object “sell_media”
  • Tweak: US State list is no longer required, this was causing issues for users outside of the US
  • Tweak: Changed order of “bulk upload” buttons
  • Tweak: “Default Price” is now changed to “Original Price”
  • Tweak: Updated menu cart class names
  • Bug: Duplicate licenses are no longer installed on re-activation
  • Bug: Typo

1.5

  • Fixing issue where a generic function needed to be prefixed

1.4.9

  • Collections are now password protected
  • Collections now have featured images/icons
  • Fixing issue where shipping value was not properly formatted for PayPal
  • Fixing issue where markup was not showing/displaying properly for items with one license
  • Sub-collections now supported

1.4.8

  • Minor bug fix for password-less collections

1.4.7

  • Collections are now password protected
  • New setting “dashboard page” allows admins to create a custom page for recurring customers
  • Better child theme support
  • Various bug fixes

1.4.6

  • Editors can now use the bulk upload
  • Optimized download history shortcode
  • Various bug fixes

1.4.5

  • Fixing issues in download history shortcode

1.4.4

  • Correcting param in filter

1.4.3

  • Image description is imported as item description during bulk upload process
  • Adding language support
  • Creator taxonomy is now publicly viewable
  • Added various filters in bulk uploader for developers
  • Widget updates
  • Added hook sell_media_bulk_uploader_additional_fields_meta to allow developers to add additional meta fields in bulk upload
  • Number formatting fix, 0.1 would show in some cases, now it includes trailing zero, i.e., 0.10
  • Bug fix in add to cart button
  • Bug fix in [sell_media_item] shortcode
  • Bug fix when prices of 0.1 were being rounded to 0.00 on some pages

1.4.2

  • Users can now change the post type slug
  • Added shortcode sell_media_additional_list_items so users can add additional information on the single item page under the size list.
  • sell_media_bulk_uploader_additional_fields Allows developers to add additional form fields for bulk upload/edit
  • Fixing issue where original file is sometimes downloaded vs. the one purchased
  • Various PHP notices fixes

1.4.1

  • Improved support for importing EXIF/IPTC data such as; city, keywords, etc. during the creation of new items
  • Allowed prices to be lower than 0.99
  • Improved handling when an item has no size or license
  • Improved handling for prices with non-images

1.4

  • Better support for portrait images
  • Fixed issue where download sizes would not always be displayed

1.3

  • Additional error checking added for PayPal
  • Translation issue fixed
  • Email formatting and issues fixed

1.2.9

  • Optimized bulk uploader! Images sizes are no created on download (after purchase) and not created during the upload process.
  • You can now bulk add images to a Collection from the bulk uploader
  • Various bug fixes

1.2.8

  • Fixing bug where users received multiple or no download email

1.2.7

  • Fixing bug where items with 0 price can be added to the cart

1.2.6

  • Numerous hooks and filters addd
  • Numerous bug fixes

1.2.5

  • Performance improvements
  • Added MS Docs support
  • Updated readme.txt
  • Bug: Price can now be saved in decimal
  • Better styling support

1.2.4

  • Settings: Default price moved to its own section
  • Hook: Updated ‘sell_media_after_successful_payment’ now accepts an additional parameter
  • Hook: Updated ‘sell_media_settings_init_hook’ to work on all tabs
  • Hook: Moved ‘sell_media_size_settings_hook’ to the appropriate location
  • Hook: Added new hook ‘sell_media_below_registration_form’
  • Hook: Added ‘sell_media_additional_cusotmer_meta’
  • Hook: Added sell_media_before_session_add
  • Feature: Options in dialog now default to nothing
  • Feature: Added current state select
  • Removed validation scripts inplace of native browser validation
  • Various bug fixes and styling enhancements

1.2.3

  • Fixed issue where currency was not showing for some users
  • Fixed issue where default search would result in 404 for some results
  • Markup percentage is no longer shown on the front-end, only the adjust price is

1.2.2

  • Fixed intermittent issue where download files would be 0kb
  • Fixed issue where downloaded zip files would unzip as zip
  • Fixed issue in settings regarding default price

1.2.1

  • Minor bug fix in size variants

1.2

  • Added full Featured Image support
  • Bug fixes

1.1

  • Instruction changes
  • Fixing settings to work better with extensions

1.0.9

  • Added bulk uploader
  • Added size variants
  • Code enhancements
  • Bug fixes

1.0.8

  • Bug fixes
  • Code improvements

1.0.7

  • Bug fixes
  • Added option for customer notification
  • 3.5 media cart fix

1.0.6

  • License descriptions now show on the checkout page and …
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17