Skip to content

Commit

Permalink
Version 1.0.0-beta.1 (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jul 1, 2020
1 parent f1544f0 commit 9ce45c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://github.com/google/web-stories-wp
* Author: Google
* Author URI: https://opensource.google.com/
* Version: 1.0.0-alpha.10
* Version: 1.0.0-beta.1
* Requires at least: 5.3
* Requires PHP: 5.6
* Text Domain: web-stories
Expand Down Expand Up @@ -40,7 +40,7 @@
exit;
}

define( 'WEBSTORIES_VERSION', '1.0.0-alpha.10' );
define( 'WEBSTORIES_VERSION', '1.0.0-beta.1' );
define( 'WEBSTORIES_DB_VERSION', '2.0.3' );
define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );
define( 'WEBSTORIES_PLUGIN_DIR_PATH', plugin_dir_path( WEBSTORIES_PLUGIN_FILE ) );
Expand Down

4 comments on commit 9ce45c4

@agoza
Copy link

@agoza agoza commented on 9ce45c4 Jul 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with how github works so apologies if this is not the right place to give feedback and suggestion.

  1. This alert message from Rank Math pops up after activating the beta, and it's persistent everywhere in the admin dashboard until I click the Close button. For something not concerning my site's safety I'm not sure if I need it to stay up that long. Can probably tone it down a little bit like implementing it inside Rank Math's or Web Stories' interface.
    r

  2. Create a separate user capabilities permission to differentiate with posts and pages. Easier way to imagine this is if I'm using User Role Editor plugin to change role capabilities, I would see Read Post, Read Page, Read Story and Edit Post, Edit Page, Edit Story and so on.

@swissspidy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @agoza,

This is not exactly the right place but no problem :-)

Regarding the alert message you will have to reach out to Rank Math, as it's something the Rank Math plugin does and we have no control over.

The capability suggestion is interesting, and we'll take note of it, thanks!

@agoza
Copy link

@agoza agoza commented on 9ce45c4 Jul 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @swissspidy,

This is not exactly the right place but no problem :-)

Sorry I couldn't create a pull request earlier if that's the correct way. Buttons were greyed out. Feel free to delete my messages or transfer them elsewhere. May I know where I should have gone to write those instead? Because I want to ask about one more thing:

/vendor/phpunit/phpunit/phpunit.xsd

This is from my 404 error logs. I haven't been doing much on my new site today aside from installing the beta and optimizing Rank Math settings. Is this link related to Web Stories?

@swissspidy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I couldn't create a pull request earlier if that's the correct way.

Pull requests are for suggesting code changes. For general feedback, bug reports, and feature suggestions, go to the "Issues" page and click on "New Issue"

Regarding /vendor/phpunit/phpunit/phpunit.xsd in your error logs, it is impossible to know where this is coming from. It could simply have been a user that tried to access this path on your wbesite.

PHPUnit is a development tool used by many software projects (including WordPress plugins), but is not part of the distributed ZIP files when you actually install them.

If you downloaded & installed the Web Stories plugin via our beta landing page then this is definitely not from our plugin.

Please sign in to comment.