Understanding Our Version Numbers #
We generally follow semantic versioning to indicate the scope of changes in each update, using the format: major.minor.patch (e.g., 3.42.8).
- Major Release: Introduces significant changes that may not be backwards compatible. These require a manual upgrade as they won’t be available through automatic updates.
- Minor Release: Adds new features or enhancements, designed to be backwards compatible. Safe to update automatically.
- Patch: Focused on fixing bugs or minor issues with little to no impact on existing features or compatibility.
In some cases, you may see a fourth number, which denotes additional bug fixes or adjustments specific to a previous patch.
WP Client Reports Pro #
- 1.0.16
- Fixed timezone issues
- 1.0.15
- Increased security
- 1.0.14
- Fix issue with Client Report Notes date formatting
- Fixed styling for datepicker in Client Report Notes modal
- 1.0.13
- Fix issue with Client Report Notes saving incorrect dates
- New Service: MailPoet
- New Service: Happyforms
- 1.0.12
- New Service: Wordfence
- Add logo width setting for emailed reports
- Allow logo to be removed from settings
- Format large numbers in Google Analytics report
- 1.0.11
- Fixed syntax issue with a stray comma
- 1.0.10
- Add Site Maintenance Notes feature: Add dated notes with simple icons to keep a record of work done or actions taken and include them in reports
- Add support for Google Analytics V4 Properties
- Fix a formatting error in Stripe
- Change how UpdraftPlus backup sizes are calculated
- 1.0.9
- Fix issues related to Automatic Sending of Site Reports
- Better error messages for when a Google Analytics account doesn’t have any properties
- Replace Uptime Robot stat “Days Without Issue” in favor of “Downtime Minutes” because it makes more sense given customizable time periods
- 1.0.8
- New Service: GiveWP
- New Service: Stripe Payments
- Fix issues with meta box headers in newer versions of WordPress
- 1.0.7
- New Feature: Loading spinners while reports are loading
- New Service: WP Engine Backups
- Fix various issues with automatic report sending while loaded through CRON job
- Fix issues with timezones using UTC offsets
- Fix some untranslatable strings
- Fix various small issues with Caldera Forms and Uptime Robot
- 1.0.6
- New Feature: Weekly or Monthly Automatic Report Sending
- Add Caldera Forms statistics service
- Fix formatting issues with Uptime Robot reports
- 1.0.5
- Add WP Forms statistics service
- Add Formidable Forms statistics service
- Add Contact Form 7 statistics service
- Add BackupBuddy backup statistics service
- Add SearchWP search statistics service
- Add Easy Digital Downloads earnings statistics service
- 1.0.4
- Add UpdraftPlus backup statistics service
- Add BackWPup backup statistics service
- Force timestamps to represent whole days
- 1.0.3
- Fix issue with form view tracking
- 1.0.2
- Fix issues with PHP versions less than 7
- 1.0.1
- Refactor to only include services when they are enabled
- Use transients when saving data in some situations to speed up options pages
- 1.0.0
- Initial Version
WP Client Reports (Free) #
- 1.0.23
- Improve code formatting
- Update included moment.min.js to 2.30.1
- Add nonce verification when sending email report
- Update readme
- 1.0.22
- Tested up to 6.4
- Update readme
- 1.0.21
- Update readme
- 1.0.20
- Fixed CSS issue with datepicker
- 1.0.19
- Fixed timezone issues
- Fixed display issue near bottom of report page
- 1.0.17
- Added Last 90 Days option in date selector
- Increased security
- 1.0.16
- Fix issues with datepicker styling
- Update moment.js
- 1.0.15
- Add optional “Reply To” field for email settings
- Fix issue with report intro removing paragraphs and line breaks
- 1.0.14
- Ensure that jQuery UI calendar next/prev month buttons are visible regardless of conflicts with other plugins
- 1.0.13
- Make report title a required field
- Update moment.js
- 1.0.12
- Fix an issue with formatting of dates in reports where placeholders [YEAR], [MONTH], and [DAY] are used
- Bumped WP version requirement to 5.3.0 related to use of wp_timezone() function
- 1.0.11
- Fix issues with meta box headers in newer versions of WordPress
- 1.0.10
- New Feature: Ability to use [YEAR], [MONTH], and [DATE] shortcodes in email title and description
- New Feature: Loading spinners while reports are loading
- New Feature: New fields for email: Send From Email, Send From Name, and Footer
- Fix issues with timezones using UTC offsets
- Fix issues with HTML in email titles and descriptions
- Fix some untranslatable strings
- Fix some issues with settings screen when Easy Digital Downloads is installed
- 1.0.9
- Change the way reports are sent to allow for sending via schedules in Pro version
- 1.0.8
- Fix some issues with calendar when jQuery-UI styles are enqueued by another plugin
- 1.0.7
- Fix issues with description formatting
- Fix issue when selecting single date in chooser
- 1.0.6
- Fix saving issue with default report title
- 1.0.5
- Check for updates after each plugin/theme update
- 1.0.4
- Allow title of report to be customized
- Fix issue with sending to multiple email addresses
- 1.0.3
- Restructure parts of the plugin for more consistency
- Add content stats section
- 1.0.2
- Rethink data loading for report page and email
- 1.0.1
- Security enhancements
- Readying plugin for pro version
- 1.0.0
- Initial Version