Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.1.0-beta.1

- Feat: Refactor for WPCS and best practices

## 1.0.0-beta

- Initial public release
6 changes: 3 additions & 3 deletions oneaccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: oneaccess
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.1.0-beta.1
Comment thread
up1512001 marked this conversation as resolved.
* Requires PHP: 8.0
* Requires at least: 6.8
* Tested up to: 6.8.2
* Tested up to: 6.9
*
* @package OneAccess
*/
Expand All @@ -30,7 +30,7 @@ function constants(): void {
/**
* Version of the plugin.
*/
define( 'ONEACCESS_VERSION', '1.0.0' );
define( 'ONEACCESS_VERSION', '1.1.0-beta.1' );

/**
* Root path to the plugin directory.
Expand Down
14 changes: 6 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: Utsav Patel, rtCamp
Donate link: https://rtcamp.com/
Tags: OneAccess, OnePress, User Manager, Multi-site, Enterprise User Management
Requires at least: 6.5
Tested up to: 6.8
Stable tag: 1.0.0
Requires PHP: 7.4
Requires at least: 6.8
Tested up to: 6.9
Stable tag: 1.1.0-beta.1
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -124,7 +124,7 @@ OneAccess creates two custom roles: Network Admin (for governing site administra

== Changelog ==

= 1.0.0 =
= 1.0.0-beta =
* Initial release
* Centralized user management dashboard
* Multi-site user creation and role assignment
Expand All @@ -138,13 +138,11 @@ OneAccess creates two custom roles: Network Admin (for governing site administra

== Upgrade Notice ==

= 1.0.0 =
= 1.0.0-beta =
Initial release of OneAccess. Perfect for enterprises managing users across multiple WordPress sites with centralized control and approval workflows.

== Requirements ==

Comment thread
up1512001 marked this conversation as resolved.
* WordPress 6.5 or higher
* PHP 7.4 or higher
* Multiple WordPress installations for full functionality
* Network connectivity between governing and brand sites
* WordPress REST API enabled on all sites
Expand Down
Loading