Skip to content

Commit

Permalink
Merge pull request #44 from brainstormforce/dev
Browse files Browse the repository at this point in the history
Dev version: 1.1.3
  • Loading branch information
sushmak02 authored Jul 15, 2024
2 parents 8a8cdd8 + 1b89364 commit ceca315
Show file tree
Hide file tree
Showing 10 changed files with 537 additions and 276 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.paypal.me/BrainstormForce
**Requires at least:** 4.4
**Tags:** beaver builder, page builder timeline, bb timeline, timelines, drag and drop timeline, Timeline Module for Beaver Builder
**Stable tag:** 1.1.2
**Tested up to:** 6.5
**Stable tag:** 1.1.3
**Tested up to:** 6.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -106,6 +106,10 @@ Visit our website to know more about the top WordPress products and services we

## Changelog ##

### 1.1.3 ###
* This update addressed a security bug. Props to Patchstack for privately reporting it to our team. Please make sure you are using the latest version on your website.
* Improvement: Improved codebase for improved security.

### 1.1.2 ###
* Improvement: Added compatibility to WordPress 6.1

Expand Down
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "dev-master",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^3.0.0",
"phpcompatibility/phpcompatibility-wp": "*"
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
}
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit ceca315

Please sign in to comment.