Plugin Directory

Changeset 3286013


Ignore:
Timestamp:
05/02/2025 06:35:10 AM (11 months ago)
Author:
devsabbirahmed
Message:

Removed extra copied file and fixed the filename issue.

Location:
notifier-to-slack
Files:
478 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • notifier-to-slack/trunk/notifier-to-slack.php

    r3277598 r3286013  
    11<?php
    22/**
    3  * Plugin Name: Notifier to slack
     3 * Plugin Name: Activity Guard
    44 *
    5  * @author            devsabbirahmed
     5 * @author            Sabbir Sam, devsabbirahmed
    66 * @copyright         2024- devsabbirahmed
    77 * @license           GPL-2.0-or-laters
    8  * @package Notifier to slack – Real-Time System & User Activity Logs, Forum Tracker and Security
     8 * @package Activity Guard – Real-Time System & User Activity Logs, Forum Tracker and Security
    99 *
    1010 * @wordpress-plugin
    11  * Plugin Name: Notifier to slack
     11 * Plugin Name: Activity Guard
    1212 * Plugin URI: https://wordpress.org/plugins/notifier-to-slack/
    13  * Description: Notifier to slack is your comprehensive solution for system and user activity tracking with advanced security enhancements. Monitor user actions, WooCommerce events, and support forums while securing your website with instant real-time notifications via Slack and email.
    14  * Version:           3.4.4
     13 * Description: Activity Guard: A Real-Time Notifier to Slack for System & User Activity Logs is your ultimate solution for tracking system and user activities with enhanced security features. Stay informed with real-time notifications via Slack and email, while effortlessly monitoring user actions, WooCommerce events, and support forums to keep your website secure and well-managed.
     14 * Version:           3.4.5
    1515 * Requires at least: 5.9
    1616 * Requires PHP:      5.6
     
    6767// If direct access than exit the file.
    6868defined('ABSPATH') || die('Hey, what are you doing here? You silly human!');
    69 define( 'WP_NOTIFIER_TO_SLACK_VERSION', '3.4.4' );
     69define( 'WP_NOTIFIER_TO_SLACK_VERSION', '3.4.5' );
    7070define( 'WP_NOTIFIER_TO_SLACK__FILE__', __FILE__ );
    7171define( 'WP_NOTIFIER_TO_SLACK_DIR', __DIR__ );
  • notifier-to-slack/trunk/readme.txt

    r3277598 r3286013  
    1 === Notifier To Slack ===
     1=== Activity Guard – Real Time Notifier to Slack for System & User Activity Logs, Forum Tracker and Security ===
    22Contributors: devsabbirahmed
    33Tags: activity log, notifier, user log, WordPress monitoring, security
     
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable Tag: 3.4.4
     7Stable Tag: 3.4.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 **Notifier to slack** is the ultimate logger plugin for tracking user actions, monitoring WooCommerce events, and securing your site in real-time. With instant notifications via Slack and email, it empowers admins to respond quickly to critical events and ensure site security.
     15**Activity Guard** is the ultimate WordPress plugin for tracking user and system activity log, monitoring WooCommerce events, and securing your site in real-time. With instant notifications via Slack and email, it empowers admins to respond quickly to critical events and ensure site security.
    1616
    1717### 🛍️ Perfect for: 
     
    285285
    286286== Changelog ==
     287
     288**Version 3.4.5** 
     289- Enhancement: Removed extra copied file and fixed the filename issue.
    287290
    288291**Version 3.4.4** 
Note: See TracChangeset for help on using the changeset viewer.