=== Thimpress class manager ===
Contributors: thimpress
Tags: class management system, education
Tested up to: 7.0
Requires at least: 6.0
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

== Description ==
ClassPress is system for managing classes, students, and teachers in a school or educational institution. It provides features for scheduling classes, tracking student progress, and managing teacher assignments.

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install it through the WordPress Plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the ClassPress menu in the admin sidebar to manage classes, students, teachers, and schedules.

== Shortcodes ==
Display a list of ClassPress classes in any page or post.

* Shortcode: `[clpr_list_classes]`
* Use in: Page or Post editor (block or classic).

== Source code ==

The plugin's compiled JavaScript and CSS in `assets/dist/` are generated from the unminified source files included in the plugin:

* JavaScript source: `assets/src/js/`
* SCSS source:       `assets/src/scss/`
* Build configuration: `webpack.config.js`, `gulpfile.js`, `package.json`, `composer.json`

To regenerate the compiled assets after editing the sources:

    npm install
    npm run build

For SCSS only:

    npm run watchCss

PHP dependencies (development only) are managed via Composer:

    composer install

== Screenshots ==

1. Plugin frontend

== Changelog ==

= 1.0.0 (2026-06-12) =
~ First release

