이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

RSS Cloud

설명

Adds RSSCloud ( http://rsscloud.org/ ) capabilities to your RSS feed.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“RSS Cloud”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “RSS Cloud”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.5.0

  • Updates to support PHP 8+
  • Check for http scheme in the $notify_url, add it if missing
  • Only output the cloud element when we are in a feed – the rss2_head hook also runs for exports

0.4.2

  • Use wp_safe_remote_*() functions for HTTP requests
  • Use openssl_random_pseudo_bytes() ( when available ) instead of mt_rand() when generating tokens

0.4.1

  • Limit domain characters

0.4.0

  • Add support for the domain parameter in notification requests
  • Notification requests that include a domain parameter use HTTP GET that
    inlcudes a challenge field that must be returned exactly as is in the body
    of the response
  • Separate out the code for scheduling notifications and sending
    notifications, making it easier to replace just one or the other
  • Only update notification URL details if something in the full
    loop has changed
  • Add an optional parameter to rsscloud_send_post_notifications()
    for the rss2_url that was updated
  • Add do_action() calls for certain events
  • Provide a failure response for update requests for any feed URL
    that isn’t the feed URL for the blog
  • Accept any 2xx HTTP status code for notifications
  • Use RSSCLOUD_FEED_URL constant for the blog feed URL if it is defined

0.3.2

  • Escape error text when a notification test has failed

0.3.1

  • Require notification path to start with a slash

0.3

  • Limit path characters
  • Fix typo
  • Small adjustment to plugin description

0.2

  • Minor improvements and bug fixes

0.1

  • Initial release