This area contains the changelogs for recent versions of the jInbound Pro extension. Click here to access the main jInbound page. You can also click here to see the changelog for jInbound Free.

jInbound Pro v3.0.12

  • Fix installation problem on some servers
  • Maintenance updates

Commit Log

  • db9b1c4 Release v3.0.12 [Bill Tomczak]
  • e8b7ddb Update manifest copyrights [Bill Tomczak]
  • 02ca308 Update file headers [Bill Tomczak]
  • 1fdb402 JIN-67: Refactor plugin field to avoid possible malware false positive [Bill Tomczak]
  • 78e149b Bump dev version [Bill Tomczak]
  • ada50ac Remove Sales Force plugin - we'll never fix it [Bill Tomczak]

jInbound Pro v3.0.11

  • Make all css/js assets overridable
  • Recognize custom.css file in jInbound template

Commit Log

  • 4f48c4c Release v3.0.11 [Bill Tomczak]
  • d912496 Merge pull request #5 from joomlashack/JIN-61 [Bill Tomczak]
  • fe92367 Add support for custom css file [Bill Tomczak]
  • 47b7e5d Modernize media asset loading [Bill Tomczak]
  • 99ecba5 Fix comments and formatting [Bill Tomczak]
  • bded4b7 Bump dev version [Bill Tomczak]
  • a1bdc92 Sync manifest with free version [Bill Tomczak]

jInbound Pro v3.0.10

  • Fix Class 'plgSystemJInboundHelper' not found error

Commit Log

  • 87d8621 Release v3.0.10 [Bill Tomczak]
  • 1e271db Update class usage for Joomla v3.8+ [Bill Tomczak]
  • 4c00ac3 Bump dev version [Bill Tomczak]
  • 945d169 Fix class references [Bill Tomczak]
  • 41ce8ef Require Joomla 3.9+ [Bill Tomczak]

jInbound Pro v3.0.9

  • Fix issues with Salesforce plugin
  • Administrative updates

Commit Log

  • 4e64c6b Release v3.0.9 [Bill Tomczak]
  • d4f6aef Update manifest copyrights [Bill Tomczak]
  • fc62d6b Update file headers [Bill Tomczak]
  • ca5414e Merge pull request #4 from joomlashack/JIN-58 [Bill Tomczak]
  • 9661f25 Standards/Formatting and update <3.8 class usage [Bill Tomczak]
  • 261cf67 Use standard CMSApplication property in plugin [Bill Tomczak]
  • 4eebbf7 Fixes Partner WSDL's "Choose File" button [Nick Savov]

jInbound Pro v3.0.8

  • Don't run database updates on updates
  • Fix language for Leads Manager
  • Fix publish default for custom fields
  • email subject for backend emails
  • Handle arrays/objects in automatic emails

Commit Log

  • 439db39 Update all file headers [Bill Tomczak]
  • 826aacd Update manifest copyrights [Bill Tomczak]
  • 620fdfc Release v3.0.8 [Bill Tomczak]
  • 926ec4c Merge pull request #2 from OSTraining/JIN-19 [Nick Savov]
  • 04f3c66 Consistently call menu "Leads Manager" [Nick Savov]
  • 342214b Create LICENSE [OSTraining]
  • 53a58a7 Info url [Valentín García]
  • 90ccc72 Fix issue with updates not appearing after Joomla 3.8 [Bill Tomczak]
  • dca568e Bump dev version [Bill Tomczak]

jInbound Pro v3.0.7

  • Fix landing page form name not being saved
  • Use module name instead of generic module type
  • Fix ACYMailing fatal error

Commit Log

  • f3cb97c Release v3.0.7 [Bill Tomczak]
  • f7c2b1d Bump dev version [Bill Tomczak]
  • cc0daca Use module title for page name JIN-22 [Bill Tomczak]
  • 8de1308 Minor formatting fixes [Bill Tomczak]
  • 45f23b6 Bump dev version [Bill Tomczak]
  • c49a4c6 Reinstate missing method for ACYMailing helper [Bill Tomczak]

jInbound Pro v3.0.6

  • Fixes/Refactors MailChimp integration for current API

Commit Log

  • 6366297 Release v3.0.6 [Bill Tomczak]
  • 05e2b85 Merge pull request #1 from OSTraining/refactor-mailchimp [Bill Tomczak]
  • 6df3468 Add requirement for MySQL v5.6 [Bill Tomczak]
  • 76e3f35 Segment language file structure [Bill Tomczak]
  • 72db512 Generalize system for dealing with compound MC fields and implement improved field mapping [Bill Tomczak]
  • b6355a5 Do a punt to make sure we get all MC merge fields (usually) [Bill Tomczak]
  • 56b98cb Correct on method signature [Bill Tomczak]
  • da45e61 Expand MC Field list [Bill Tomczak]
  • 9e5177f Add language constant [Bill Tomczak]
  • 44268e6 Fix issue with MC merge fields [Bill Tomczak]
  • 4c32bbc Skip processing if invalid campaign or contact provided [Bill Tomczak]
  • ab57a26 Remove debugging code [Bill Tomczak]
  • 5127cb2 Be sure to return only requested group IDs, including none. [Bill Tomczak]
  • 7f4159b Initialize return var [Bill Tomczak]
  • 67d8ceb Fix Typo [Bill Tomczak]
  • b98b105 Don’t pass unused argument [Bill Tomczak]
  • 0d603bb First pas on MC Status updating [Bill Tomczak]
  • e2145f4 Improvements to MCAPI class [Bill Tomczak]
  • 75d20c3 Improvements to MC Plugin instantiation [Bill Tomczak]
  • 5668649 Fix MC getMemberships() method for new structures [Bill Tomczak]
  • 0a3aa4b Fix backward logic [Bill Tomczak]
  • 1338704 Remove currently unrecognized properties [Bill Tomczak]
  • 5dd064f Remove weird class loading [Bill Tomczak]
  • 2d9e38f Remove all the utterly useless MCAPI methods [Bill Tomczak]
  • 66dfe06 Rationalize some method returns [Bill Tomczak]
  • bf5d284 Minor standards fixes [Bill Tomczak]
  • 86c85fa Rationalize method returns for MC data [Bill Tomczak]
  • e5b8f18 Add missing comment [Bill Tomczak]
  • 3ac703f Improve consistency of getLists() MC method [Bill Tomczak]
  • 28fd223 Add flexibility to getList() MC helper method [Bill Tomczak]
  • 77c2838 Improvement to getList() method for MC lists [Bill Tomczak]
  • 215dcea Improve MC getFields method return [Bill Tomczak]
  • 0d6234b More refactoring to support new Mailchimp API [Bill Tomczak]
  • b58b67f Updates for getting Mailchimp membership status [Bill Tomczak]
  • 3aa6483 Improvements to MCAPI [Bill Tomczak]
  • a6b5e1a Minor standards fixes [Bill Tomczak]
  • 4510c3c Add php library requirements to composer [Bill Tomczak]
  • 15c54d3 Refactored for list fields [Bill Tomczak]
  • ddb4e87 Fix various language issues [Bill Tomczak]
  • 6ea6d44 Fix/Consolidate fieldset labels [Bill Tomczak]
  • b8cb01c Refactor MailChimp groups retrieval [Bill Tomczak]
  • 43c5095 Remove someday unneeded attributes [Bill Tomczak]
  • 14c729e Improve messaging for MCAPI errors [Bill Tomczak]
  • 63dc66d Return mailchimp lists as a hash [Bill Tomczak]
  • e914e0d Fix some comments [Bill Tomczak]
  • 3dd91e4 Add missing comment [Bill Tomczak]
  • 4c147a0 Begin refactoring to MailChimp v3.0 API [Bill Tomczak]
  • d308de8 Formatting/Standards fixes [Bill Tomczak]
  • b031e4c Bump dev version [Bill Tomczak]

jInbound Pro v3.0.5

  • Fixes problems with auto-reply emails for campaigns
  • Fixes issue with selecting AcyMailing lists
  • Fixes some issues with tab labels in campaign and contact editing
  • Close some potential security holes
  • Various internal cleanup and fixes.

Commit Log

  • cec5a1b Release v3.0.5 [Bill Tomczak]
  • 0988f4c Remove unneeded attribute [Bill Tomczak]
  • d86a8ee Bump dev version [Bill Tomczak]
  • 2f620c3 Bump dev version [Bill Tomczak]
  • 938a3ee Fix bad instantiation of params Registry [Bill Tomczak]
  • a103e28 Fix issues with mis-named class [Bill Tomczak]
  • c5be9f4 Bump dev version [Bill Tomczak]
  • 014fd59 Bump dev version [Bill Tomczak]
  • 869978e Bump dev version [Bill Tomczak]
  • c142c07 Fix tab titles in AcyMailing plugin [Bill Tomczak]
  • 9674969 Bump dev version [Bill Tomczak]
  • 0a88b57 Track changes from free code [Bill Tomczak]
  • 0dfc15f acymailing: refactor for improved stability [Bill Tomczak]
  • febe2cf Bump dev version [Bill Tomczak]
  • c254220 acymailing plugin: updates for standards/future-proofing [Bill Tomczak]

jInbound Pro v3.0.3

  • Fixes Reader class not found error
  • Move geoIP2 API library to composer and update to most recent version
  • Fix download and update MaxmindDB functions
  • Straighten out all messaging about MaxmindDB data
  • Fixes issues with admin menu on installation
  • Pulls changes from jInbound-Free
  • Fixes problems with collecting tracking data
  • Fixes errors thrown by sef router code
  • Fixes an issue with default page titles for landing pages
  • Fixes some issues on upgrades from <v3.x
  • Several updates for future-proofing

Commit Log

  • 2a64f4e Release v3.0.3 [Bill Tomczak]
  • d78fdec Bump dev version [Bill Tomczak]
  • 1609f0e Language fixes [Bill Tomczak]
  • a291335 Improvements for data sharing with plugin view class [Bill Tomczak]
  • 719a87d Improve variable usage [Bill Tomczak]
  • d14ad7c Remove stray unused method [Bill Tomczak]
  • 56a8784 Instantiate correct Reader class [Bill Tomczak]
  • 4735ad0 Fix messaging for maxmindDB downloads [Bill Tomczak]
  • 1fa997c Improve error handling in installer script [Bill Tomczak]
  • 77a987a Modernize language file quote escaping [Bill Tomczak]
  • f6f5184 Bump dev version [Bill Tomczak]
  • a262075 Switch to composer and update geoip2 library. JIN-5 [Bill Tomczak]
  • 03f5e45 Remove unneeded compatibility layer [Bill Tomczak]
  • e5e62d9 Fixes automatic download and decompress of maxmindDB data file [Bill Tomczak]
  • a94b176 Display only one of the two maxmindDB messages JIN-1 [Bill Tomczak]
  • 10c9687 Improve management of plugin menu [Bill Tomczak]
  • dc78f29 Bump dev version [Bill Tomczak]

jInbound Pro v3.0.2

  • Resume support for template extension
  • Tracks updates from free version
  • Modernize/Standardize database schema
  • Now requires v2.1.7.2 minimum to be installed before upgrade
  • Fix some issues with data migration from v2
  • Improve cleanup of obsolete files from previous versions
  • Fix some issues with the email test system

Commit Log