Plugin Directory

Changeset 1065087


Ignore:
Timestamp:
01/11/2015 05:04:47 AM (11 years ago)
Author:
adamlytics
Message:

Updating version number

Location:
adobe-dtm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adobe-dtm/trunk/readme.txt

    r1065086 r1065087  
    1212== Description ==
    1313
    14 Adobe DTM is Adobe's tool for deploying it's Marketing Cloud tools to a website.  The Adobe DTM for WordPress plugin is the first WordPress plugin dedicated to setting up and configuring Adobe DTM on WordPress.  This plugin will install the necessary DTM code on your WordPress site, with the option to have a data layer automatically built from your page and post data.
     14Adobe DTM is Adobe's tool for deploying it's Marketing Cloud tools to a website.  The Adobe DTM for WordPress plugin is the first WordPress plugin dedicated to setting up and configuring Adobe DTM on WordPress.  This plugin will install the necessary DTM code on your WordPress site, with the option to have a customizable JSON data layer automatically built from your site's page and post data.
    1515
    1616= Data Layer =
  • adobe-dtm/trunk/sdi-adobe-dtm-wordpress.php

    r1064437 r1065087  
    33/*
    44Plugin Name: Adobe DTM for Wordpress
    5 Version: 0.1
     5Version: 1.0
    66Plugin URI: http://www.searchdiscovery.com/adobe-dtm-for-wordpress/
    77Description: The first Adobe Dynamic Tag Management (DTM) plugin for WordPress.
     
    1010*/
    1111
    12 define('SDIDTM_VERSION', '0.1');
     12define('SDIDTM_VERSION', '1.0');
    1313define('SDIDTM_PATH', plugin_dir_path(__FILE__));
    1414
Note: See TracChangeset for help on using the changeset viewer.