Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

readme.md

File metadata and controls

25 lines (17 loc) · 1.17 KB

Master Whats Chat

Master Whats Chat was previously a premium plugin available on CodeCanyon. As the plugin wasn't selling anymore I have decided to make it available for everyone.

Description

Here's the plugin available on CodeCanyon: Master WhatsApp Chat For WordPress

Installation

Download the plugin zip file from the releases page and upload it to your website.

Contribution

Clone this repository to your development setup, then run the following commands:

  • Download development packages: composer install.
  • Download nodejs packages: npm install.
  • Generate assets files: npm run start.
  • Create a new branch from develop branch.
  • During the development, use npm run start to compile SCSS files & src JS files to browser ready files.
  • Use composer run phpcs to check your development against WordPress coding standards.
  • Use composer run phpcs:fix to prettify the code.
  • Push all changes, and create fully detailed pull request to be merged on develop branch.
  • Fix all warnings that the testing bot might have reported.