Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.lock
#	mihdan-yandex-turbo-feed.php
#	readme.txt
  • Loading branch information
mihdan committed Nov 30, 2023
2 parents 9c29658 + 0b4d621 commit 085c431
Show file tree
Hide file tree
Showing 13 changed files with 887 additions and 316 deletions.
14 changes: 8 additions & 6 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# A set of files you probably don't want in your WordPress.org distribution
.distignore
.editorconfig
.git
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
.idea
Thumbs.db
behat.yml
circle.yml
Expand All @@ -27,11 +24,16 @@ CHANGELOG.md
CONTRIBUTING.md
wp-cli.local.yml
yarn.lock
bin
tests
node_modules
*.sql
*.tar.gz
*.zip

/assets
/node_modules
/src
/tests
/.git
/.github
/.idea
/.wordpress-org
/.DS_Store
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[![RIPS CodeRisk](https://coderisk.com/wp/plugin/mihdan-yandex-turbo-feed/badge "RIPS CodeRisk")](https://coderisk.com/wp/plugin/mihdan-yandex-turbo-feed)

# Mihdan: Yandex Turbo Feed
WordPress-плагин, генерирующий фид для [Турбо-страниц](https://yandex.ru/adv/turbo) от компании Яндекс

![Mihdan: Yandex Turbo Feed](./screenshot-1.png)
![Mihdan: Yandex Turbo Feed](.wordpress-org/screenshot-1.png)

## Автора ##
"Писатель" - [Кобзарёв Михаил](https://www.kobzarev.com/)
Expand Down Expand Up @@ -92,6 +90,4 @@ add_filter( 'mihdan_yandex_turbo_feed_taxonomy', function( $taxonomy ) {

## Помочь проекту

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BENCPARA8S224)

[](http://coderisk.com/wp/plugin/mihdan-yandex-turbo-feed/RIPS-xig8tE5A4u)
[Donate](https://www.kobzarev.com/donate/)
4 changes: 4 additions & 0 deletions admin/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ a[data-key$="exclude_tab"]:before {
content: '\f14f';
}

a[data-key$="woocommerce_tab"]:before {
content: '\f174';
}

.mihdan_yandex_turbo_feed_exclude_shortcode {
overflow: auto;
max-height: 500px;
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@
"require": {
"php": ">=7.4",
"composer/installers": "*",
"wptrt/admin-notices": "*",
"wpackagist-plugin/advanced-custom-fields": "^5.8",
"wptrt/admin-notices": "1.0.3",
"wpackagist-plugin/advanced-custom-fields": "6.1.7",
"stoutlogic/acf-builder": "^1.9",
"ext-json": "*"
"ext-json": "*",
"wpackagist-plugin/acf-multiple-taxonomy": "^1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"extra": {
"installer-paths": {
Expand Down
Loading

0 comments on commit 085c431

Please sign in to comment.