Skip to content

Commit

Permalink
update version and readme (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 authored Mar 15, 2024
1 parent 34b73cf commit d74de38
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boldgrid-editor",
"version": "1.26.2",
"version": "1.26.3",
"description": "Post and Page Builder is a standalone plugin which adds functionality to the existing TinyMCE Editor.",
"main": "assets/js/editor.js",
"scripts": {
Expand Down
36 changes: 36 additions & 0 deletions phpcs.ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<ruleset name="WordPress Theme Coding Standards">
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->

<!-- Set a description for this ruleset. -->
<description>A custom set of code standard rules to check for WordPress themes.</description>

<!-- Include the WordPress ruleset, with space for exclusions if necessary. -->
<rule ref="WordPress-Core">
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found" />
<exclude name="WordPress.Files.FileName.UnderscoresNotAllowed" />
<exclude name="WordPress.NamingConventions.ValidHookName.NotLowercase" />
<exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores" />
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
<exclude name="Generic.Commenting.DocComment.InvalidEndChar" />
<exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" />
<exclude name="Generic.Commenting.DocComment.InvalidEndChar" />

<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />

<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag" />
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
<exclude name="Squiz.Commenting.InlineComment.NotCapital" />
<include name="WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned" />
</rule>
<rule ref="WordPress-Docs">

</rule>

<rule ref="WordPress-Extra">
</rule>
</ruleset>
2 changes: 1 addition & 1 deletion post-and-page-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Post and Page Builder
* Plugin URI: https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb
* Description: Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.
* Version: 1.26.2
* Version: 1.26.3
* Author: BoldGrid <[email protected]>
* Author URI: https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb
* Text Domain: boldgrid-editor
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: boldgrid, rramo012, imh_brad, joemoto, timph, bgnicolepaschen, jamesros161
Tags: boldgrid, page builder, drag and drop, tinymce, editor, landing page
Requires at least: 4.7
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 5.4
Stable tag: 1.26.2
Stable tag: 1.26.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -134,6 +134,10 @@ WordPress Editor.

== Changelog ==

= 1.26.3 =
* Bug Fix: Vulnerability reported in Post and Page Builder [#580](https://github.com/BoldGrid/post-and-page-builder/issues/580)
* Bug Fix: WP 6.5 - Patterns - disable PPB controls [#579](https://github.com/BoldGrid/post-and-page-builder/issues/579)

= 1.26.2 =
* Bug Fix: BG Connect Search - Purchased images do not replace as expected in WP 6.1 [#476](https://github.com/BoldGrid/post-and-page-builder/issues/476)
* Bug Fix: Fixed typo on tabs upsell [#532](https://github.com/BoldGrid/post-and-page-builder/issues/532)
Expand Down

0 comments on commit d74de38

Please sign in to comment.