This commit is contained in:
Javier Casares 2026-08-12 13:56:35 +00:00
commit b6bbc8ec8f
4 changed files with 24 additions and 6 deletions

View file

@ -3,7 +3,7 @@
* Plugin Name: Manager (by ROBOTSTXT)
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-manager
* Description: Client-side dashboard for the ROBOTSTXT plugin ecosystem. Lists the catalog from a remote Plugins Core install, resolves local install/update state, and surfaces subscription health. Phase 1: read-only catalog view.
* Version: 0.1.0
* Version: 0.1.1
* Requires at least: 7.0
* Requires PHP: 8.4
* Author: ROBOTSTXT
@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
/** Plugin version. */
define( 'ROBOTSTXT_MANAGER_VERSION', '0.1.0' );
define( 'ROBOTSTXT_MANAGER_VERSION', '0.1.1' );
/** Absolute path to the plugin directory, with trailing slash. */
define( 'ROBOTSTXT_MANAGER_DIR', plugin_dir_path( __FILE__ ) );