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 …
Malaking puwang ng bass splash review Bakit pinapayagan ng pamahalaan ang operasyon ng mga monopolyo How to play Super Ace jili Nice88 club withdrawal Esball online casino com registration Nuebe Gaming legit HB888 Casino real money Casino bonus no deposit free spins 2021 12 Titans Greek mythology online slot machines for real money free play Mines jili login download Allin88 ph login Casino Guru gratis Vegas World login Apanalo online game no deposit bonus 77ph Himala himala wikipedia 啶掂啷嵿ぐ啶ぞ啶?啶曕啶ぞ 啶灌? 啶す 啶囙い啶ㄠぞ 啶栢い啶班え啶距 啶曕啶啶?啶灌啶むぞ 啶灌? Mnl168 online casino register philippines login Bally slot machine value Jili live casino no deposit bonus Gcash gambling reddit philippines tamabetcasino Jili magic lamp app Mwplay888 net download for android Vegas Live Slots hack APK Clive and jill sidequest ffxvi Jiliasia online casino Online bingo jili withdrawal Chili for a crowd Silver Palate Jili168 register philippines Jili mk casino Jili cc download for android Habanero online casino games philippines Philucky withdrawal format 377 jili login register philippines Jili slots download Bsa387 login password Ginto Casino link 49jili login to my account login philippines app Royal777 casino no deposit bonus 8 juli feiertag wikipedia Ano ang mga flash game sa hollywoodbets app download Game of Thrones Slots referral code Igt address manila Zynga slots free coins cheat android Jilicash real money withdrawal Paano gumagana ang mga online slot machine login Ezwin online casino philippines Peso88 login register Jili kaganapan login register Winning plus 8 login philippines masuwerteng iikot ang mga nakakalokang slot 123jili app Login casino games online unblocked Transaction password USDT Baccarat games online real money Appointment slots vs appointment schedule quick hit slots commercial actor Multiclass spell slots table Slot schedule template 啶灌啶曕啶?啶曕ぞ 啶い啷嵿い啶?啶曕た啶むえ啶?啶灌啶むぞ 啶灌 Jili jackpot 777 download for android latest version Million 888 casino login register Tongits go apk unlimited money latest version Pinakamahusay na jili slot game download YE7 Download App BET99 Quebec Free 100 online casino registration facebook page 2021 slots no deposit bonus Online gambling philippines real money Jilibet casino login philippines Super Royal 777 Slots go casino login Register Youtube ng slots today Peso 888 apk Mini777 register download PG gaming casino login Wizard of Oz free coins gamehunters Philippine News today live 247Spin free 100 spin the wizard of oz slots free coins E2 jili casino login Konjac jelly Japan Big bet review korean Online casino Philippines News 7 Juli 2024 memperingati Hari Apa Jili 747 casino login Winph 777 login philippines app benefits of online casino games Wild aces online casino real money Mwcash88 Bonus hunter cc email Maduna clan names FF16 change party members Online casino games real money free spins no deposit Dbx casino real money philippines Okada online casino apk latest version Skype Download for PC Jilibet donnalyn login Register online casino 777 Pub download old version Spaghetti Jollibee price Jili no 1 login register Jiliasia app apk Super slots apk old version 646 casino login Register Philippines Listahan ng laro ng skillz login Totoong online pokies philippines release the kraken clash of the titans (1981) Casinos online real money philippines Phil168 APK Download Chumba Casino login Www 49 jili casino login password Fb jili casino login download apk Jlbet slot login Jili 777 lucky slot login register philippines apk Pagcor logo meaning Hard Rock online casino login 77ph com login password download Ano ang gamot sa mataas ang sugar Online casino download APK Geely Emgrand price Philippines BLBET Tapwin 2024 download apk Lodi 646 casino login ph Royal558 download Abc jili register philippines download LVJILI login Royal fishing jili download for android Free60 casino philippines Kk jili libre 58 real money download PHFUN login Nice88 download free ios Best penny slot machines to play at the casino for beginners portal.pagcor.ph sitemap online casino games no deposit bonus Unlapi AAA Jili login Bongobongo ug Casino Jili x yb download apk do 888 casino register Cash Rush slots 777 apk latest version Free online casino games win real money no deposit Philippines Fortune 888 login password Slots casino login no deposit bonus 49 jili time philippines download Nuebe register login Jili fishing game download free Win99 casino philippines Bingo Super Star download 55bmw win withdrawal Jili kilig login download Superball Keno online Hacksaw slots real money Pagcor address philippines 188 jili demo account hack Vegas online casino games free play Jili 49 net casino login philippines 777 jili jackpot apk latest version Fc slot demo free download Jili under maintenance today download android 3 patti slots patti online play Jili bingo download for android Smbet register philippines Osm jili register mobile number philippines MWGAMING 188 register Nuebe agent login philippines Online casino color games philippines Is Winford Casino open today Jili update today WK777 slot Jili casino review philippines slotomania online Lucky jili slots login register mobile 188 jili casino login download philippines Baccarat game strategy reddit Jili22 promotion How to withdraw in jili slot online 1xslots login Mnl168 online casino register philippines login Paano maglaro ng slot gambling login casino for real money online Best online casino Philippines reddit Jili deposit 50 withdrawal limit Nextbet philippines registration 168jili login registration Www royal888casino net register Double Win Withdrawal App Fisheries department officials 777 Lucky JILI Slots Casino APK download Nz online casino games real money 888php withdrawal Jili mines predictor apk Online casino jackpot slots free play yy777cam Jili one login download mainstream records lee young-ji 77ph com download free 49 jili years login register Jili slot club jackpot 777 download free money philippines Www betvisa games app 1888 jili casino withdrawal online July 10 religious holiday Labet88 login registration 2021 Osm jili casino online games philippines download Money 888 login download Empire slot machine download Ireland online casino games free play Kk jili casino login registration download apk 1000 free games to play with friends Poseidon god son Jili lucky slot app download Big baller club casino login registration philippines Fish Hunter - Shooting Fish Pnp 888 jili slot game login app Limbo game download for PC Highly Compressed Jili jackpot 777 download apk ios slot machine free games free spins deposit bonus Jackpot meter app for android Instant withdrawal betting app Dama N.V. casinos no deposit Bonus Joy 7 casino login free chips Eliakim Sadoki Hadaa Ya Walimwengu Gemdisco login 08 jili register app Jollibee slot casino login philippines register online Award winning chili recipe Allrecipes Helens Slot APK old version Mga kahinaan ng mga pragmatic slot machine login Jili pulang sobre register online Jili777 free 150 no deposit bonus Philippines Jili no 1 com withdrawal philippines Slot online game free real money Jackpot joker jili demo free download Best pg slot game free no download Wagi77 login Philippines Rich9 pinakamainit na laro login Fortune gaming88 login philippines Royal Slot Login Fun facts about July 19th Geely gx3 fiche technique philippines IND slots APK yono Ox jili slot withdrawal What happened on October 7 Al Jazeera 777 pub com login download Nice88 app 99 Fortune Casino login Register Tmtplay888 Jiliplay login download Love jili vip login password 888bet registration online Dragon vs Tiger hack apk Lucky JILI slots login register Kpl casino Online casino game for real money free play 777pub open now promo Video poker jacks or better strategy chart Jili 365 casino login register philippines no deposit bonus download Free slots com party bonus Animal Husbandry Minister Bihar list 188 JILI casino login registration Philippines Anuani ya katibu tawala mkoa wa dar es salaam NetBet registration Fg777 register philippines 90 jili live login download One slot game download Agent GEMDISCO Jili 999 com withdrawal Jilimk casino log in no deposit bonus tg777 login register philippines Pagcor login philippines List of licensed POGO in Philippines 2023 How many cannabinoid receptors are there in the human body Q25 jili download ios Ff777 vip login Jili 49 dot com registration philippines Ano ang speed roulette review Ph joy vip login registration philippines 4 ram slots which ones to use Mga puwang ng video youtube Jackpot Party Instagram free coins www.free facebook.com log in Betvisa download for android 49jili pogcor Betso888 login download Jollibee slot login Fruit Theme Birthday Party Wjslot claim form Nextbet Live Casino Lotto go Jili volatility calculator philippines Teenage Kraken Salish Matter Lucky 777 online casino login philippines Slotomania 777 casino real money Mega ace jili demo apk latest version Falcon Play customer service www.666.com games Bingo Jili PH Slots earning app real money no deposit Canara Bank Internet banking PIN generation 8K8 vip login Philippines No 1 jili app for android free download Gonzo's Quest max win 9 Pots of Gold land and win What does Mr Mike Slots do for a living Jili fc slot real money no deposit bonus Ph macao jili register download limbo apk + obb download Swcup6 net live login Register philippines Free slots 8888 no deposit philippines Jili tadhana slots download free Free casino slots 3 lines no download Jili okbet real money philippines Jili88 ph com register login password Slots earning app real money download Jili apps download free for android ios Kurdish traditional dress Labet88 online casino Ez jili telegram ios 94067 water heater door installation Real Boxing 3 download Best casino online Wishbone Games Nextbet login mobile registration Jili no 2 login no deposit bonus Poder Judicial Superace88 club login registration link Triple match 3d master mod apk Sino ang cowboy slots wife Jili 5678 casino login poker star Apanalo casino app login KK JILI casino login app apk Www gibson casino www gibsoncasino com login APEX slot download Best free slot machines play for free no deposit Mining Telegram group link Jili t7 real money Jili369 app download Progressive jackpot meter link Lampara ng genie philippines Best free slots with bonus Asia JILI casino register 888 ladies slots login UNO Spin Millionaire Dimm slots reddit King game app download apk Yy777 index login No deposit slots real money Yeriko by injili bora choir session 49 jili road register philippines Jili slot 777 login register online no deposit bonus philippines 啶啶?啶曕 啶啶班が啶?啶曕ぐ啶ㄠ 啶曕 啶夃お啶距く GGBet welcome bonus Is the 49ers coach a Christian Sino ang may akda ng medusa Ace Super ph casino Login games.747 games.ph/launchgame open now Tiktok video Zili 7 Gold Fruits slot Peraplay APK download Labet88 register philippines app Love jili vip login philippines Slots download free Jili slot jackpot login register Junglee Rummy APK Paddy power virtue Welke dag is het vandaag in belgie Nn777 login philippines app Pb777 login id and password free Sweet Bonanza free spins no deposit Online slots casino 888 real money no deposit online casino games real money Osm jili casino Megaways slots login Konami free slots no download Big Bass Hold and Spinner Megaways demo Jili 888 register Jili mines download free Best free video poker no download fishing slot casino - free 100 000 coins Jili22 NEW com register Big Bass Bonanza Geely subsidiaries in philippines State fish of bihar in english Game of Thrones Slots Casino free coins hack Lucky jili casino login registration philippines apk Mga laro ng slot na nagbabayad ng totoong pera apk Niceph casino real money Fortune Dragon PG slot demo Reference generator Jili88ph net register download FG7777 Jili super win apk best online casino games to win money Bagong jili register app 777sm vip login Jl bet slot register Jili casino sign up bonus no deposit philippines Phlove Casino Login Register Jili slot online real money Ez jili code free download Cannabinoids structure How does Dragon Link slot work 188 jili casino download free Which casino has the most winners in Vegas Goldfish slots apk Fisheries, Bihar gov in Medusa megaways real money Mwcash88 casino login Best time to play crazy time reddit Voslot jili register philippines Ang tao ba ay nagmula sa unggoy PHL63 login register Demo Jili Golden Empire Download app and get bonus Pogibet free 100 philippines 22FUN APK Lucky JILI Casino login registration Win win Game zambia online app download Win100 com casino group win100 originals win100 originals register Mlbb Win Rate Calculator APK Mi777 casino login philippines register Do888 casino login no deposit bonus Jill Scott net worth 8 jili slot download for android 55X Casino Login Register Philippines Ug777 app download apk for android 94067 water heater door replacement Loveph casino Tianjin University of Science and Technology How to play Fortune Gems online Earn money online Philippines legit Xo jili com register philippines Cruise casino in Goa Play slot machines for free online no deposit Is golden Cowboy good tds online casino games volatility Tmtplay casino login register mobile 啶戉え啶侧ぞ啶囙え 啶曕啶膏啶ㄠ 啶椸啶?啶曕啶膏 啶栢啶侧啶? EZJILI Login Register Game room online casino games real money Casino dealer Reddit ph Slots jackpot meter philippines app Pldt 777 real money withdrawal Jackpot World redeem code free 2024 Jilibay free 68 no deposit bonus Bet88 ph app download for android OKBet rewards app Julie emergency contraception reviews 啶ぞ啶椸啶?啶う啶侧え啷?啶曕ぞ 啶膏す啶?啶夃お啶距く Mega win login Best online casino games real money app Jiliasia ace download Jili 178 real money app Pag-IBIG membership Double DaVinci Diamonds free slot game jili 711 Slot virtual real money free Jili tongits withdrawal limit Okbet casino login philippines download Sabong derby 2023 Full Video MONOPOLY Slots download White part of eye swollen like jelly home remedies Ez jili codes 2021 Wjslot com rewards login How many evolutions can you have in a deck Clash Royale Online casino jili login register House of Fun VIP PLUS download SM Megamall 3 day sale 2024 dates Phil163 login Simple chili recipe Jili slot machine apk latest version Jili188 login download Boss88 Slot Login Jili go login philippines Online casino games with free signup bonus philippines Jili mines download apk Fc slot online philippines Y777 jili real money withdrawal Win99 online casino login register Lucky jili slots login register mobile philippines BetVictor UK Jilino1 new site Jili no minimum deposit philippines 2020 Royal777 login register philippines Forgot transaction password in phdream Casino plus jili slot real money Win99 slot games free apk Nn777 slot jili real money 38jili login GO Keyboard APK betBonanza mobile login registration Dragon cash vs Dragon Link 8k8 online casino games downloadable content philippines Best slots to play on FanDuel reddit balato8aa Crown89ph casino login Online casino builder Wjevo22 app irich slots&games casino 777 Boxing king casino real money Jili22 vip202 download online casino games with no minimum deposit Mega Wheel game download Jili apps download for android free Diablo 4 enchantment slot not working Online lucky sweepstakes no deposit bonus 747 online casino games philippines Super ace demo game online free Spin and win cash in Uganda withdrawal PG Soft Wild Bounty Showdown 777sky slot Jiliapp download latest version Www royal888casino net register Royal slots real money login ????? ?? ???? ??? ???? ????? ????? Phkuya com casino login PHIL168 new link Royal888casino net withdrawal July 8, 2024 Casino machine Jili lucky slot app apk Pragmatikong laro ng big bass bonanza videos 200jili download latest version Dometic 94067 Online slot machines philippines 12 Titans Greek mythology Online slots strategy Casinos online slots real money Jili official website app for android Play tongits online real money philippines Bmy88 net login password Jili 646 ph register app ios Kumuha ng jili app login download Ezjili com download ios Mega Ace mechanics Jili ace 777 no deposit bonus Jili live club login Jili 747 login app 291 jili 01 register download Tongits Go new version Boss JILI casino login Rich711 casino login download 9jlbet Real money casino app apk Jili event login app Jackpot fishing jili download free Pagsasalin ng teksto Sixers game today Please complete the required turnover for withdrawal tagalog Majhail X song download Mp3 April 8 2024 holiday Philippines Pg777 login register online Crazy Time prediction telegram Tadhana slots apk download old version Transaction password in scatter example Mine (Taylor Swift release date) Jili zeus slot login register International casino app Monopolyo ng big baller login Win888pub app Diablo 4 enchantments Phmacau club 啶す啶苦啶︵啶班ぞ 啶溹啶む 啶曕 啶啶∴ Apat na uri ng tunggalian at halimbawa Sw888 casino register BYU portal 49 jili vip login philippines Ubet95 Casino login Jili 178 ph register Is online gambling legal in Philippines Jili t7 login registration form Fg777 official withdrawal How to get unlimited coins on Vegas Live Slots Go88 slot login register download Slot sites philippines Pnxbet77 legit Online lucky 9 gcash download bwinners - online sports betting virtual & casino games Fachai free 150 Casino table games inside (2008) Ocean King Jackpot download Boom casino login KK JILI Casino Login app apk Nexusgaming88 agent login philippines Bonus 365 casino login Free unlimited bingo card generator PDF Microsoft login Jill meaning slang origin Grand slot Palace online casino W888 login Jili369 real money login Nexus88 Gaming login register Jackpot fishing demo free download Jajji veer punjabi gane mp3 download online casino games not real money Wagi 777 download for android free spins bonus no deposit Best casino online slots europe Bombing Fishing demo Limbo bar game Lodigame 291 login registration philippines Mammoth Gold Megaways Peraplay login Fb jili casino login download free no deposit bonus Bingo filipino machine price Login slot machine app Nextbet app download apk Slots game machine free Is DraftKings Casino legal in Massachusetts Webcam app Free unlimited bingo card generator What do CB1 receptors do 177bet cc download Jiliasia casino login philippines Online lucky 9 gcash withdrawal KK JILI register Slots rivals ladbrokes login Jilivip download ios online casino games in florida slot o pol online Jl777 Login Register Charge Buffalo free play Lucky Tongits gcash download Ph646 register mobile philippines Promotion 100 free 58jili login registration online x570 ram slots Mines predictor free Jili17 register mobile Kkjili com app download latest version Best free bonus slots real money Gba 777 casino no deposit bonus Best slots to buy bonus GGBET GCash Wild hammer megaways apk Real money gambling games philippines Jiliko photos free Libreng mga laro ng slot online register MVG SunBet login Bet777 Login Casino keno games free online no deposit Casino ng rainbow riches real money Jili referencing indian law ppt Free casino online real money Philboss link login Jili slot 777 login register online philippines Premiumbets TG777 app login 10 07 day Pocket GK Book PDF in Hindi Online casino 50 cash in no deposit Free slots paypal deposit Phlwin online casino hash encryption games traceable fair casino apk casino game casino Jili188 tv login password 5e sorcerer spell slots guide Alamat ng wizarding wars reddit Jili slot jackpot 777 withdrawal Www jilino1 club app Betso89 register Free website browser download pagcor online casino games Poker machines games casinos online free bonus Play video poker free no download for android Is Seybold journal Scopus Indexed How to withdraw in jili online gcash mwplay888.net login Phpslot app apk Top 1 game in the world 2024 Bingo plus pagcor login password 178jili HP777 Casino Jili day app apk Casino guru Brazil nuebegamingslot Jili casino app login download Jili 09 register download taylor swift july 9th 1:38 Geely Coolray 2024 Release date Philippines Jollibee picture outside Xo jili casino login register mobile Spielautomaten kaufen Royal Club apk Mod Helens gogo jili login register philippines Lucky 777 apk latest version Katangian ni apollo sa cupid at psyche Doble Engineering Casino jili real money app Slot machine png Falcon casino login register 5e multiclass spell slots Arcane Trickster Jili slot jackpot app download Paano maglaro ng slot para kumita withdrawal casino slot games real money Helens gogo jili register philippines Casino articles topics Fachai free 100 Slot 50 minimum deposit Philippines sm 3-day sale schedule 2024 Magic jili slot game login Are casino Apps rigged Tala888 download jackpotfree Big bet review guardian online casino games for free Fg777 casino login register link Betvisa best online casino Microsoft Store download lodivip3web Jili 789 download Best online casino games for real cash Tongits go 4.1 6 apk download latest version Gba333 login Register Phone club Game online azure pre-validated domain Sabong app apk Bandit Slots Youtube Jacks or Better strategy app Magandang slot ba ang Sweet Bonanza? 100 free spins no deposit no wagering requirements philippines Fg777win com login Pci slot types explained Nakakabuti ba ang sugal sa tao Tmtplay casino login register mobile Galaxy 88 casino com login register Free flash video poker download no download Winford Online casino login JIL pastor Winhq9 login register mobile W500 one Jili veo casino login registration Buenas 88 Register How to withdraw 90 jili club philippines online Jili free 100 php no deposit bonus philippines Jili com casino register Minecraft Crazy games Mitran de boot remix mp3 song download 320kbps Anjeer Dry fruit tg777 customer service 24/7 Arat365 com login Apps na pwedeng kumita ng pera legit 9k slot Casino Jili 8888 download for android William Hill live Tesla jili login philippines 啶す啶苦啶︵啶班ぞ 啶溹啶む x7-16 啶啶侧啶? Okada Online Casino download ios Lucky Neko demo play Jili lucky download for pc Original Buffalo wings recipe 777 jili Casino real money Betsson Group Glassdoor 40 jili casino login philippines app 777ku login App Byu jili register download Yesjili com login philippines Jackpot fishing game real money Ubet95 app apk 888 casino app store download Betway zambia online live sports betting download jili 80 iRich kh free download Mga nakakatawang palaro Top online slots online lucky 777 slot game download 50 deposit game online 49 jili games Online casino game with real money Freeplay Casino no deposit bonus Jili 646 777 login register philippines link Kk jili login register online philippines Anti epidemic online casino gcash login Gold 168 Casino login Royal777 register JILI6 promo code Philippines Lodislot 777 casino online real money Ijility maumelle ar Mnl168 download for android Bet 888 login philippines Boeing Secure Login 188 JILI Casino login Jili asya download Mr joker Photo Dinosaur tycoon jili ios download Jili777 login register Philippines 49 jili games download Wow888one philippines Phl63one philippines Mega Medusa Casino login Win888 casino register online Pldt 777 real money withdrawal solaire online casino games MNL63 free 100 No Deposit Jili caishen casino irich slots&games casino 777 Free slots poker online real money Casinos online for real money philippines Royal Club login app download free Online casino free real money DO888 online casino JILI188 app Charge buffalo jili download free Jili free 100 no turnover philippines no deposit bonus Gogosolot online Casino Login Superjilli ph Jili365 bet login sign up philippines Jili x super ace download 5 jili casino login register online Lolliplay login no deposit bonus Pldt jili slot download ios New online casino free chip no deposit Is transaction password and atm pin same sbi mega joker spielautomat Baccarat Strategy book Sweet Bonanza Candyland live Jili 337 withdrawal fee Baccarat Evolution Jili games download for pc slots with real money online 5jl Casino Login Super Ace slot demo SWERTRES sureball hearing today Philippines youtube Jili big win login register Online casino games no deposit free spins philippines Top online slots online lucky 777 slot game download Big baller Club info login Non working holiday Pasig 45 days from july 9, 2024 777 10 jili casino register download jackpot giant slot 90 jili register download JL777 Casino Tp777 com login register mobile Casino tr c tuy n login Gogo jili app download apk mod Legends Slot Bingo JILI 52 Club APK Jilievo888 com login register online Lucky jili real money 888bets mozambique app download Happy jackpot slots Fairground Slots no deposit bonus Wild ace demo download New Vegas slots luck Casino mania bonus Huff and more Puff slot machine for sale baccarat game how to play Jili ph register online Jolibet withdrawal Football teams Premier League sissi slot machine free play Jili vip login register philippines download app ios Transaction password in tagalog example brainly Play free casino games online without downloading for android ELK casino games Libreng computer video poker download Winph6aa philippines Jlbetslot 49 jili casino slots login Jili app casino download apk for android Mnl168 online casino register philippines apk Jili 80 login register Jili free withdrawal app Maaari ba tayong maglaro ng monopoly online play SYNOT Interactive Playzone cashback labet88.com app Jili49 login register Jili asia com casino login download Gold slots casino sa facebook login Jili balita withdrawal fee Gamezy Rummy Jili day register online 90jili game club download PH Macao game 777sky casino philippines Ibetph web casino Best online casino games philippines gcash 247 slots login Elf bingo jili online registration Funny captions for online casino games 777 lucky slot no deposit bonus OKBet App download apk Z25 Gaming P88 jili login app Jili77win philippines DuckyLuck Casino Ttjl casino link app 55jili login Cali 777 com login password LIMBO APK download latest version 200jili login philippines 646 jili 01 login app FB JILI Login Golden Wealth Baccarat live Panaloka login registration Tala0888 download apk GemDisco Login register Lion dance history Ezjili login register mobile Royal777 register Jili 337 login register philippines download Fishing era poppo How to play jackpot fishing app Libreng jili games login Swerte ng buto 77ph1 com login password How do i install tongits go on android Joy jili casino login register philippines free chips Slot machine 777 login Jili online slot apk Jili ko o casino login register APK injector Slot Pragmatic Play Gogo JILI Casino login 50 minimum Z790 ram slots for gaming Tongits Go update download How to compute special non working holiday Philippines 777 Casino 77 free spins login MWGAMING Login Password How to play taya 777 online How does Lee Young ji know English Phdream88 login app 63jili download ios ME777 Casino Login Philippines Baba Slots online casinoplusslot How to play jili super ace online Unibet sign up bonus 60 jili login download no deposit bonus Philippine online casino no deposit bonus pxbetgamingslot Online casino games that pay real money no deposit 49jili flag login password Jili 2024 login register Paano maglaro ng jili super ace login download Vip jili login philippines app Jili bingo download for android 9Y game City Jili jackpot lucky casino real money no deposit bonus Easy money jackpot fishing philippines Casino free games slots machine no deposit Slots7 Casino free spins Winjili ph login registration Jili games free 100 download apk Jiliplay999 com login Hot chilli megaways review Jili games apk latest version ang mga slot ay nagsusugal Nice 888 login philippines Playzone Casino FC jackpot Casino login Spin jackpot YONO apk Juegos de casino gratis sin descargar ni registrarse Gold slots casino sa facebook withdrawal Jili 168 login registration link Mitran De Junction Te Mp3 Song Download pagalworld Lovejili app for android apk download Helens gogo jili casino login Transaction password in scatter example mainit na jili casino Casino online free credit no deposit How do i install tongits go on iphone Boombet casino 100 JILI casino no deposit bonus Peso88aa philippines Jiliko gcash withdrawal Jili veo login philippines Jili slot game download apk latest version Macau casino online login philippines online casino Katangian ni sita sa rama at sita 49jili login to my account philippines app Forgot transaction password Fg777app download Baccarat in casino online 98 jili casino login register philippines download app Marvelbet apps download apk for android Xo jili app login Speed roulette strategy betway zambia live soccer online casino games Casino 777 lucky jili slots real money yakuza: like a dragon slots high payout token Wild Coaster PG slot Turkish Airlines flights Bet jili app download for iphone Why do slot machines have bingo cards Ez jili code philippines DOUBLE Jackpot Slot MACHINE for sale play free online casino games Bet777 Login app Supabets mobile app download Winning plus 40 apk Play top Dollar slot machine online free no download Jackpot meter jili download apk Plot 777 casino login register link Best time to play jili slot on sunday reddit