Skip to content

Commit

Permalink
version git
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraav committed Feb 9, 2024
1 parent f1c5187 commit d5489ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xwp/stream",
"name": "plugins/stream",
"description": "Track WordPress user and system actions for debugging, logging and compliance purposes",
"homepage": "https://wordpress.org/plugins/stream/",
"type": "wordpress-plugin",
Expand Down Expand Up @@ -72,6 +72,8 @@
],
"test-report": [
"php-coveralls --verbose"
]
],
"deploy": "dep deploy -o application=$(composer config name) cxl.com",
"rollback": "dep rollback -o application=$(composer config name) cxl.com"
}
}
2 changes: 1 addition & 1 deletion stream.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Plugin Name: Stream
* Plugin Name: Stream (git)
* Plugin URI: https://xwp.co/work/stream/
* Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action.
* Version: 4.0.0
Expand Down

0 comments on commit d5489ae

Please sign in to comment.