Plugin Directory

Changeset 3440138


Ignore:
Timestamp:
01/15/2026 08:42:52 AM (3 months ago)
Author:
greyforestdigital
Message:

Update to version 1.1.0

Location:
blocks-for-bandcamp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blocks-for-bandcamp/trunk/blocks-for-bandcamp.php

    r3393088 r3440138  
    66Author: Greyforest
    77Author URI: https://www.greyforest.digital
    8 Version: 1.0.4
     8Version: 1.1.0
    99Requires at least: 6.0
    10 Requires PHP: 7.0
    11 Tested up to: 6.8
     10Requires PHP: 8.0
     11Tested up to: 6.9
    1212Text Domain: blocks-for-bandcamp
    1313License: GPLv2 or later
     
    2121if (!defined('ABSPATH')) { return; }
    2222
    23 define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_VERSION','1.0.4');
     23define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_VERSION','1.1.0');
    2424define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_URL',plugin_dir_url( __FILE__ ));
    2525define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_PATH',dirname( __FILE__ ));
  • blocks-for-bandcamp/trunk/readme.txt

    r3393088 r3440138  
    77Tags: bandcamp, band, embed, merch, album
    88Requires at least: 6.0
    9 Tested up to: 6.8
    10 Stable tag: 1.0.4
    11 Requires PHP: 7.0
     9Tested up to: 6.9
     10Stable tag: 1.1.0
     11Requires PHP: 8.0
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919A collection of Gutenberg blocks for Bandcamp with functions for embedding merchandise, featured albums, audio players, and customized download code redemption forms.
    2020
     21Blocks for Bandcamp is a 100% free WordPress plugin that bridges your Bandcamp presence with your WordPress site by providing a suite of Gutenberg blocks specifically made for Bandcamp artists, labels, and music promoters to direct fans to your site while still selling music and merch from Bandcamp. This plugin gives you easy drag and drop editor tools with tons of customization options to showcase your music, merchandise, and download code forms with full customization — no API keys, logging in, or technical setup required.
     22
     23This plugin was created with love by a musician, so that any band, solo artist, composer, poet, comedian, collective, sound artist, audiobook, podcast, record label, music blog, or fan can share Bandcamp content in a new and unique way on their own website.
     24
    2125Does not require API connection or any login - works for any public Bandcamp account / album.
    2226
    23 ## ALBUM
     27### ALBUM
    2428* Display information about a single album from Bandcamp account
    2529* Header section with cover art, title, artist, release date, and links
     
    3034* Option to only display certain sections (header / playlist / merch)
    3135
    32 ## EMBED
     36### EMBED
    3337* Custom options for embedding Bandcamp players (via shortcode, iFrame, or URL)
    3438* Legacy [bandcamp] shortcode functionality that matches the one provided by Bandcamp
    3539
    36 ## FORM
     40### FORM
    3741* Generate and customize a custom download code redemption form
    3842* Choose colors, borders, font size, padding, and other styles for input field and button independently
    3943
    40 ## MERCH
     44### MERCH
    4145* Display a full listing of all merch items from Bandcamp account
    4246* Option to display merch items from single album only
     
    4448* Display options for photos, album name, artist name, price, format, description, and more
    4549
    46 ## MINIPLAYER
     50### MINIPLAYER
    4751* Display a mini audio player of a specific track via album URL
    4852* Select track by number or set to album's "featured" track
    4953* Display options for album name, artist name, track title, album link, progress bar, and colors
    5054
    51 ## COMPATIBILITY
    52 * This plugin requires a minimum PHP version of 7.4
     55### COMPATIBILITY
     56* This plugin requires a minimum PHP version of 8.0
    5357* This plugin requires Gutenberg Editor to be activated
    5458
    55 ### NOTE TO ARTISTS & ACCOUNT OWNERS
     59#### NOTE TO ARTISTS & ACCOUNT OWNERS
    5660The HTML5 audio players for the "Miniplayer" and "Album" blocks use a Bandcamp MP3, but any "plays" by visitors ARE NOT TRACKED OR COUNTED TOWARD YOUR BANDCAMP STATS.
    5761
    5862"Plays" are only tracked/counted via the official Bandcamp "embed" option, available in the "Album" and "Embed" blocks.
    5963
    60 ### NOTICE
     64#### NOTICE
    6165*Your use of this plugin as an individual and a site owner is governed by the terms outlined on Bandcamp's ["Terms of Use"](https://bandcamp.com/terms_of_use) and ["Acceptable Use and Modern Policy"](https://get.bandcamp.help/hc/en-us/articles/23005947027991-Bandcamp-s-Acceptable-Use-and-Moderation-policy). This plugin makes use of publicly available data on Bandcamp album pages, but using or displaying data from other artists/accounts is explicitly forbidden.*
     66
     67*This plugin is not affiliated with, endorsed by, or built in collaboration with Bandcamp.*
     68
     69
     70== Usecases ==
     71
     72Create a "Discography" section on your website, with a custom page per album. Add the **ALBUM** block to embed the artwork, audio, and merch for each album in a unified way. It's a perfect way to generate a catalog of your work with visual customization per album.
     73
     74Have a new album coming out and want to share a custom URL for promotion? Embed a **MERCH** block to display links to your pre-order merchandise products tied to that album, and use the **MINIPLAYER** block to show off the album artwork with a playable audio interface for any track.
     75
     76Want to create a unique portal for fans to redeem your download codes? Use the **FORM** block to insert a simple input field & button for fans to enter their code in. Put it on a custom page with a full-screen video background or a blown-up version of the album art, and you just made an experience for that fan.
     77
     78Tired of copying/pasting custom HTML to display your albums? Use the **EMBED** block to display any of the default Bandcamp audio players via pasting the URL of the album, the iFrame code, or the WordPress.com [bandcamp] code.
    6279
    6380== Support ==
     
    6885
    6986== Changelog ==
     87
     88= 1.1.0 -> January 15th, 2025 =
     89* Compatibility check for WordPress 6.9
     90* Updated readme
     91* Updated minimum PHP version to 8.0
    7092
    7193= 1.0.4 -> November 10th, 2025 =
Note: See TracChangeset for help on using the changeset viewer.