Skip to content

Commit

Permalink
Maintenance release (#40)
Browse files Browse the repository at this point in the history
* Deployed from wpsocio/wp-plugins@b3355a3

* Deployed from wpsocio/wp-plugins@2f14e2a

* Upgrade wp-coding-standards/wpcs

* Fix lints

* Update README.md

* Update README.md

* Update gulpfile.esm.js

* Deployed from wpsocio/wp-plugins@feb85bd

* Update changelog.md

* Update README.md

* Prepare for v2.1.11

---------

Co-authored-by: irshadahmad21 <[email protected]>
  • Loading branch information
irshadahmad21 and irshadahmad21 authored Dec 7, 2023
1 parent 10ce0f1 commit 273cc47
Show file tree
Hide file tree
Showing 29 changed files with 325 additions and 110 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

**Contributors:** [wpsocio](https://github.com/wpsocio), [irshadahmad21](https://github.com/irshadahmad21)
**Tags:** telegram, feed, widget, channel, group
**Requires at least:** 5.9
**Requires PHP:** 7.0
**Tested up to:** 6.2.2
**Stable tag:** 2.1.10
**Requires at least:** 6.1
**Requires PHP:** 7.4
**Tested up to:** 6.4.2
**Stable tag:** 2.1.11
**License:** GPLv2 or later
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate link:** [wpsocio.com/donate](https://wpsocio.com/donate)
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project are documented in this file.

## Unreleased

## [2.1.11 - 2023-12-7](https://github.com/wpsocio/wptelegram-widget/releases/tag/v2.1.11)

- Maintenance release

## [2.1.10 - 2023-05-20](https://github.com/wpsocio/wptelegram-widget/releases/tag/v2.1.10)

### Bug fixes
Expand Down
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"name": "wptelegram/widget",
"version": "2.1.10",
"version": "2.1.11",
"description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.",
"require-dev": {
"wp-coding-standards/wpcs": "*"
"wp-coding-standards/wpcs": "^3.0"
},
"scripts": {
"post-install-cmd": [
"composer run set-config"
],
"set-config": [
"\"vendor/bin/phpcs\" --config-set installed_paths ../../../vendor/wp-coding-standards/wpcs",
"\"vendor/bin/phpcs\" --config-set default_standard WordPress"
],
"lint": "\"vendor/bin/phpcs\" --standard=phpcs.xml --extensions=php src/",
"lint:skip-warnings": "\"vendor/bin/phpcs\" --standard=phpcs.xml --extensions=php -n src/",
"lint:fix": "\"vendor/bin/phpcbf\" --standard=phpcs.xml --extensions=php src/"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false
}
}
}
264 changes: 247 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 273cc47

Please sign in to comment.