WP Manifestindependent plugin directory
manifest / builders / edd-vc-integration

Easy Digital Downloads Visual Composer Integration

Wordpress plugin to integrate Easy Digital Downloads shortcodes as Visual Composer elements

by Nils Woetzel · github.com/nwoetzel/edd-vc-integration · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nwoetzel/edd-vc-integration/archive/refs/heads/master.zip

Readme

=== Easy Digital Downloads Visual Composer Integration === Contributors: nwoetzel Tags: edd, easy digital downloads, vc, visual composer Requires at least: 4.6 Tested up to: 4.7.2 Stable tag: 1.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

This pluging integrates shortcodes defined by the easy-digital-downloads plugin as elements into visual composer.

== Description ==

This plugin requires that you have installed:

The easy digital downloads shortcodes are mapped as Visual Composer elements.

== Installation ==

Download the latest release from github as zip and install it through wordpress. Or use wp-cli with the latest release:

wp-cli.phar plugin install https://github.com/nwoetzel/edd-vc-integration/archive/1.2.0.zip --activate

Or add them as a composer package in your wordpress' composer.json file:

{
        "repositories": [
                {
                        "type":  "vcs",
                        "url":   "https://github.com/nwoetzel/edd-vc-integration.git"
                }
    ],
    "require"     : {
            "nwoetzel/edd-vc-integration":"~1.2"
    }

}

Read more about that at http://composer.rarst.net/

== Frequently Asked Questions ==

= The elements icons do not look nice =

There might be some improvement in the future. No high priority.

== Screenshots ==

== Changelog ==

= 1.2.0 =

= 1.1.0 =

  • added load_textdomain
  • added translation for de_DE

= 1.0.3 =

  • fixed issue #2 so that unchecked checkboxes are really saved as empty and are treated as false

= 1.0.2 =

  • Improved readme.txt
  • corrected EDD_VC_Intergation class name

= 1.0.1 =

  • Improved readme.txt

= 1.0.0 =

  • Initial release

Read the full README on GitHub →