Git Product home page Git Product logo

wp-permission-manager's People

Contributors

thomasfw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wp-permission-manager's Issues

Some PHP 8+ Issues

Hi guys.
PHP 8+ seems to have Problems with the class-registry:
Warning: The magic method Members\Registry::__wakeup() must have public visibility in
/homepages/31/d578283096/htdocs/wp-content/plugins/wp-permission-manager/inc/class-registry.php on line 68

i temporarily changed
private function __wakeup() {}
to
public function __wakeup() {}
in my local php files.

I dont get why this is mandatory now, but i found this:
https://stackoverflow.com/questions/8231090/why-do-php-magical-methods-have-to-be-public

Cheers from Germany
Christian

Add gitignore file

Provide a .gitignore file to exclude unwanted files like .DS_Store, desktop.ini, Icon? etc...

Some considerations

This is a nice way to continue what Justin successfully created. I'll try to collaborate in my free time.

Without wasting time:

  • First of all: Let's keep it simple as is need to be and follow the Wordpress UI, without colorful and polluted interfaces.
  • Composer is great. I use it in my WP projects but what about release to the community in Wordpress Plugin Repository
  • Get all the translations Members had, like portuguese and others. Maybe we can use Transifex? I have the pt-BR file here. How we can get the others?
  • I see that you removed the REST API option. Is there any motive? I think we can explore some REST API functionalities
  • I don't known if Gutenberg has some user roles no manage blocks. Actually I never explored how Gutenberg works in this area of permissions. Maybe we can add roles for specific type of blocks?
  • Let's try to modern the javascript in the backend bump the jQuery. I know is in the core of the WP but I'm thinking in the future.
  • I think we can name Permission Manager (PM) is great name. Without the "WP" and follow a more professional naming convention like "Admin Columns", "Advanced Custom Fields", "Yoast" etc..

We can start with the simple things like the translations or release the plugin to get users feedbacks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.