Skip to content

Commit

Permalink
Merge pull request #38 from mynaparrot/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.2.13
  • Loading branch information
jibon57 authored Nov 26, 2024
2 parents 32ae30f + 9d965a2 commit f6ceeb9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.12"
".": "1.2.13"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.13](https://github.com/mynaparrot/plugNmeet-WordPress/compare/v1.2.12...v1.2.13) (2024-11-23)


### Bug Fixes

* **ci:** small fix ([eca922c](https://github.com/mynaparrot/plugNmeet-WordPress/commit/eca922ccde3f55bf2ae72ae9288284a6e774943a))
* **ci:** small fix ([2583b8a](https://github.com/mynaparrot/plugNmeet-WordPress/commit/2583b8a08679cb1485b61d3ac82bdae93b431c2b))
* **doc:** update link ([32ae30f](https://github.com/mynaparrot/plugNmeet-WordPress/commit/32ae30f92e6958ac66b1e532b27545ce70b5d5cc))

## [1.2.12](https://github.com/mynaparrot/plugNmeet-WordPress/compare/v1.2.11...v1.2.12) (2024-11-09)


Expand Down
2 changes: 1 addition & 1 deletion plugnmeet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: mynaparrot, web conference, plugnmeet
Requires at least: 5.9
Tested up to: 6.6.2
# x-release-please-start-version
Stable tag: 1.2.12
Stable tag: 1.2.13
# x-release-please-end
Requires PHP: 7.4
License: GPLv2 or later
Expand Down
4 changes: 2 additions & 2 deletions plugnmeet/plugnmeet.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress
* Description: Plug-N-Meet web conference integration with WordPress
* x-release-please-start-version
* Version: 1.2.12
* Version: 1.2.13
* x-release-please-end
* Author: Jibon L. Costa <jibon@mynaparrot.com>
* Requires at least: 5.9
Expand All @@ -40,7 +40,7 @@
* Rename this for your plugin and update it as you release new versions.
*/
// x-release-please-start-version
define( 'PLUGNMEET_VERSION', '1.2.12' );
define( 'PLUGNMEET_VERSION', '1.2.13' );
// x-release-please-end
/**
* Define the Plugin basename
Expand Down

0 comments on commit f6ceeb9

Please sign in to comment.