Skip to content

Commit

Permalink
Bump version to v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienho committed Mar 22, 2024
1 parent a749cd6 commit a7841b6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utility for sending log reports in Wordpress themes & plugins",
"type": "wordpress-package",
"license": "GPL-3.0-or-later",
"version": "1.7.0",
"version": "1.8.0",
"minimum-stability": "dev",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/WPReporting/Reporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WP Reporting
*
* @package WPReporting
* @version 1.7.0
* @version 1.8.0
*/

namespace WPReporting;
Expand Down
2 changes: 1 addition & 1 deletion src/WPReporting/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WP Reporting
*
* @package WPReporting
* @version 1.7.0
* @version 1.8.0
*/

namespace WPReporting;
Expand Down
2 changes: 1 addition & 1 deletion src/wp-reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WP Reporting
*
* @package WPReporting
* @version 1.7.0
* @version 1.8.0
*/

var wp_reporting = wp_reporting || {};
Expand Down
2 changes: 1 addition & 1 deletion src/wp-reporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WP Reporting
*
* @package WPReporting
* @version 1.7.0
* @version 1.8.0
*/


Expand Down
2 changes: 1 addition & 1 deletion wp-reporting-encode-email
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Base64 encoder for WP Reporting
*
* @package WPReporting
* @version 1.7.0
* @version 1.8.0
*/

// Get email address in parameter and base64 encode it
Expand Down

0 comments on commit a7841b6

Please sign in to comment.