Skip to content

Commit

Permalink
update version and readme (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 authored Feb 12, 2024
1 parent a0fc395 commit 4b650ee
Show file tree
Hide file tree
Showing 4 changed files with 12 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.1",
"version": "1.26.2",
"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
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.1
* Version: 1.26.2
* 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
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: boldgrid, page builder, drag and drop, tinymce, editor, landing page
Requires at least: 4.7
Tested up to: 6.4
Requires PHP: 5.4
Stable tag: 1.26.1
Stable tag: 1.26.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 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)
* Bug Fix: PX option is cut off from some popovers [#533](https://github.com/BoldGrid/post-and-page-builder/issues/533)
* Bug Fix: Yoast SEO Sitemaps failing to generate due to warnings from Post and Page Builder [#536](https://github.com/BoldGrid/post-and-page-builder/issues/536)
* Bug Fix: Stellar.js library loads even when its not used [#517](https://github.com/BoldGrid/post-and-page-builder/issues/517)
* Bug Fix: Border visual bug in editor [#512](https://github.com/BoldGrid/post-and-page-builder/issues/512)

= 1.26.1 =
* Improvement: Added search functionality to the Icon control. [105](https://github.com/BoldGrid/post-and-page-builder/issues/105)
* Bug Fix: Fixed styling of new BG Image control button. [558](https://github.com/BoldGrid/post-and-page-builder/issues/558)
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@

"@boldgrid/controls@https://github.com/BoldGrid/controls#ppb-dev":
version "0.13.1"
resolved "https://github.com/BoldGrid/controls#3fa28216cc39b70212be6a21dff9550a89ac291a"
resolved "https://github.com/BoldGrid/controls#afc93f52d8678910370c148b037c509d881b9a7d"
dependencies:
"@boldgrid/components" "^2.16.25"
Buttons "https://github.com/BoldGrid/Buttons"
Expand Down

0 comments on commit 4b650ee

Please sign in to comment.