Plugin Directory

Changeset 2230165


Ignore:
Timestamp:
01/20/2020 09:48:56 AM (6 years ago)
Author:
llister
Message:

Updating new version

Location:
wp-jam-session/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-jam-session/trunk/README.txt

    r1863288 r2230165  
    66Donate link: https://paypal.me/Wonkasoft
    77Tags: forms, sessions, autoload, parameters, custom url
    8 Requires at least: 3.0.1
    9 Tested up to: 4.9.5
     8Requires at least: 3.8.1
     9Tested up to: 5.3.2
    1010Requires PHP: 7.0+
    11 Stable tag: 1.1.0
     11Stable tag: 1.1.1
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919WP Jam Session will fill in the data automatically, even if the prospect leaves the landing page for browsing other pages on your site or leaves the site and comes back. The data will be called when needed. It's a fast, easy, and beautiful way to capture and track data on your landing, squeeze, or checkout pages.
    2020
    21 https://www.youtube.com/watch?time_continue=387&v=8JdndgJgj_U
     21https://www.youtube.com/watch?v=W3L-9d-Y4ZM
    2222
    2323== Installation ==
     
    5454== Changelog ==
    5555
     56= 1.1.1 =
     57*Tested with WordPress 5.3.2 refactored code updated logos / icons
     58
    5659= 1.1.0 =
    5760*We have restructured how Wonkasoft tools are going to pile into one place for Wonkasoft Tools.
  • wp-jam-session/trunk/wp-jam-session.php

    r1863276 r2230165  
    1717 * Plugin URI:        https://wonkasoft.com/wp-jam-session
    1818 * Description:       Wonkasoft's WP Jam Session is a plugin that will increase your analytical leverage. Use WP Jam Session to automatically fill in referrals, sales representative IDs, or any additional personalized tags. You can track what you want, how you want it.
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            Wonkasoft
    2121 * Author URI:        https://wonkasoft.com
     
    3737define( 'JAM_SESSION_NAME', plugin_basename(dirname( __FILE__ ) ) );
    3838define( 'JAM_SESSION_BASENAME', plugin_basename( __FILE__ ) );
    39 define( 'JAM_SESSION_VERSION', '1.1.0' );
     39define( 'JAM_SESSION_VERSION', '1.1.1' );
    4040
    4141/**
Note: See TracChangeset for help on using the changeset viewer.