=== Sasami News Generator ===
Contributors: kurochibi7321, Halchan
Tags: news, shortcode, posts, list, updates
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 1.0.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight plugin to display the latest news or updates from your posts and pages using shortcodes.

== Description ==

Sasami News Generator allows you to display a list of recent updates from your WordPress site.
With a simple shortcode `[sasami_news]`, you can show the latest information anywhere on your site.
The plugin provides built-in design templates to help you display news in a clean, organized manner that fits your site's layout.

= Features =

* Simple Shortcode: Display news anywhere with `[sasami_news]`.
* Flexible Content: Choose to display posts, pages, or both.
* Order Options: Sort by publish date or last modified date.
* Design Templates: Built-in presets available to match your site.
* "NEW!" Badge: Automatically add a badge to recent updates.
* Admin Preview: Check your settings with a live preview in the admin area.

= Japanese =

Sasami News Generatorは、投稿や固定ページの新着情報をショートコード一つで簡単に表示できるプラグインです。
独自のブランド名を採用し、軽量な動作を重視して設計されています。
ちなみに、Sasamiとは好奇心旺盛な私のウロコインコの名前です。

== Installation ==

1. Upload the `sasami-news-generator` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure your settings in 'Settings' -> 'Sasami News Settings'.
4. Add the shortcode `[sasami_news]` to your posts or pages.

== Frequently Asked Questions ==

= Does it support custom post types? =

Currently, it supports standard posts and pages.

= Can I customize the design? =

Yes, you can choose from the built-in design templates in the settings page.

== Screenshots ==

1. Admin settings page with a live preview.
2. Example of the news list layout.

== Changelog ==

= 1.0.6 =

* Verified compatibility with WordPress 7.0.
* Updated "Tested up to" tag to 7.0.
* Updated resource version to 1.0.6 for correct enqueued styles.

= 1.0.5 =

* Refactored CSS loading to use wp_enqueue_style and wp_add_inline_style for WordPress standards compliance.
* Added versioning to enqueued resources to prevent browser caching issues (Resolved Plugin Check WARNING).
* Removed directory assets (icons) from the plugin bundle for SVN preparation.
* Updated Japanese description in the plugin header.

= 1.0.4 =

* Renamed plugin to "Sasami News Generator" for a more distinctive identity.
* Changed shortcode to `[sasami_news]` and updated the slug.
* Removed arbitrary custom CSS insertion feature to improve security according to WordPress.org guidelines.
* Updated contributor list.

= 1.0.3 =

* Refactored class name with "sasami_" prefix to avoid naming conflicts.
* Internal code optimization.

= 1.0.0 =

* Initial release.