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

WordPress Notice

설명

WP Notice plugin enable every admin to post animated announcement or messages in posts based on tags, categories or date.
You can assign several messages for the several posts. There are several custom designs based on BootStrap styles.
Along with the styles, you can also add to every message one of hundreds icons based on Font Awesome repository and
also choose animation type, duration and number of repetition. You can choose the position of the notices.

Ideal for technical sites that need to post deprecated notice on old posts and any other sites that need to show
messages to users based on categories, tags or date and get attention to the message by using icons and animation if needed.

WP Notice has fully automated testing environment based on WordPress PHPUnit with more that 90% code coverage. Travis CI
full integration allow us to make sure that WP-Notice will not be broken.

The plugin files are 100% compatible to WordPress coding standards (PHP files and JS files).
GitHub: https://github.com/barzik/wp-notice

Automated testing

WP Tutorial maker can be tested by using PHPUnit with the official WordPress testing environment.

  1. Install WordPress develop and PHPUnit. You can follow these instructions
  2. define local variable WP_TESTS_DIR with the location of WordPress develop phpunit folder.
    for example, put export WP_TESTS_DIR="/var/www/html/wordpress-develop/tests/phpunit" in .bashrc (Linux)
  3. Go to the plugin main folder and run phpunit.
  4. Tests coverage report is being printed in HTML page to ./log/CodeCoverage.

Translations

  • English – default, always included
  • Hebrew

스크린샷

  • The wp-notice plugin admin settings page.
  • The wp-notice plugin success message after setting up the first notice.
  • wp-notice example.

설치

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘wp-notice’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-notice.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-notice.zip
  2. Extract the wp-notice directory to your computer
  3. Upload the wp-notice directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

후기

모든 2 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.3.4

  • Adding Position choice: before content, after content or both.
  • Added PHPUnit test case.
  • Removed tests from production to testing.

1.3.2

  • Fix for link posting in messages.
  • Added PHPUnit test case for the link issues.

1.3.1

  • Fix for PHP warnings that happens when no condition notice saved.
  • Linting JS files.
  • Updating Grunt for jshint task.

1.3.0

  • Adding animations.
  • Adding PHPUnit testing for animations.

1.2.1

  • Remove possible XSS issues.
  • Complete Linting.
  • Removing deprecated code.
  • Removing options in uninstall.
  • Fixing all code standards for WP-Notice classes.
  • Adding several PHPUnit tests, 88% coverage!

1.2.0

  • Adding preview for messages
  • Adding icons to messages
  • Fixing security breach in admin interface

1.1.0

  • Fixed issues in date.
  • Allowing custom styling
  • Admin interface UI improvements
  • Better test coverage – more than 50%
  • Adding Travis CI integration

1.0.2

  • Adding WordPress PHPUnit integration.

1.0.1

  • Coding conventions, minor bug fix made by Yakir Sitbon

1.0

  • Initial version