Skip to content

Commit

Permalink
Care update v6.1 (#7)
Browse files Browse the repository at this point in the history
* feat: Update WPdash Child version 6.1

The commit removes outdated and no longer necessary files from the phpseclib vendor directory. This includes a number of composer.json, README.md, and LICENSE.txt files, amongst others, for different libraries. This clean-up may enhance maintainability and reduce potential confusion about which files and dependencies are currently relevant.

* feat: Update 'Tested up to' version in readme

The 'Tested up to' version in the readme file has been updated from 6.4.2 to 6.5.3. This reflects the ongoing compatibility testing with newer versions of the software.

* feat: Add composer.json for MainWP Child plugin

This commit introduces the composer.json file for the MainWP Child plugin, specifying its name, type, version, and authors. This setup facilitates easier dependency management and development workflows.
  • Loading branch information
xandy3br authored Jul 25, 2024
1 parent 27fd3a7 commit 7e6e711
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "wpdash/mainwp-child",
"type": "wordpress-plugin",
"version": "6.1.0",
"authors": [
{
"name": "Apiki",
"email": "[email protected]"
},
{
"name": "Alexandre Almeida",
"email": "[email protected]"
}
],
"require": {},
"require-dev": {}
}

0 comments on commit 7e6e711

Please sign in to comment.