Changeset 2230165
- Timestamp:
- 01/20/2020 09:48:56 AM (6 years ago)
- Location:
- wp-jam-session/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
admin/img/wonkasoft-ad.jpg (modified) (previous)
-
wp-jam-session.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jam-session/trunk/README.txt
r1863288 r2230165 6 6 Donate link: https://paypal.me/Wonkasoft 7 7 Tags: forms, sessions, autoload, parameters, custom url 8 Requires at least: 3. 0.19 Tested up to: 4.9.58 Requires at least: 3.8.1 9 Tested up to: 5.3.2 10 10 Requires PHP: 7.0+ 11 Stable tag: 1.1. 011 Stable tag: 1.1.1 12 12 License: GPLv2 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 WP 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. 20 20 21 https://www.youtube.com/watch? time_continue=387&v=8JdndgJgj_U21 https://www.youtube.com/watch?v=W3L-9d-Y4ZM 22 22 23 23 == Installation == … … 54 54 == Changelog == 55 55 56 = 1.1.1 = 57 *Tested with WordPress 5.3.2 refactored code updated logos / icons 58 56 59 = 1.1.0 = 57 60 *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 17 17 * Plugin URI: https://wonkasoft.com/wp-jam-session 18 18 * 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. 019 * Version: 1.1.1 20 20 * Author: Wonkasoft 21 21 * Author URI: https://wonkasoft.com … … 37 37 define( 'JAM_SESSION_NAME', plugin_basename(dirname( __FILE__ ) ) ); 38 38 define( 'JAM_SESSION_BASENAME', plugin_basename( __FILE__ ) ); 39 define( 'JAM_SESSION_VERSION', '1.1. 0' );39 define( 'JAM_SESSION_VERSION', '1.1.1' ); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.