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

Events Manager Visual Composer Integration

Wordpress plugin to integrate Events Manager shortcodes as Visual Composer elements

by Nils Woetzel · github.com/nwoetzel/em-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/em-vc-integration/archive/refs/heads/master.zip

Readme

=== Easy Digital Downloads Visual Composer Integration === Contributors: nwoetzel Tags: em, events manager, vc, visual composer, js_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 events-manager plugin as elements into visual composer.

== Description ==

This plugin requires that you have installed:

The Events Manager 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/em-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/em-vc-integration.git"
                }
    ],
    "require"     : {
            "nwoetzel/em-vc-integration":"~1.3"
    }

}

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

== Frequently Asked Questions ==

== Screenshots ==

== Changelog ==

= 1.2.0 =

= 1.1.0 =

  • added translations

= 1.0.0

  • Initial release

Read the full README on GitHub →