Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to match new domain #140

Merged
merged 3 commits into from
Feb 5, 2025
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
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Security Policy

If you discover any security related issues, please email hello@bernskioldmedia.com instead of using the issue tracker.
If you discover any security related issues, please email hello@bernskiold.com instead of using the issue tracker.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ For almost every feature there is a filter, constant or action allowing you to c

### Admin & Admin Bar

- Add slight Bernskiold Media branding
- Add links to Bernskiold Media help and support
- Add slight Bernskiold branding
- Add links to Bernskiold help and support
- Clean up the admin bar with less important nodes (Comments, Yoast SEO, New Draft, Customizer)
- Remove lesser used dashboard widgets.
- Remove import/export pages by default and only show them if `BM_WP_ENABLE_IMPORT_EXPORT` is set to true. Most of the time we don't need this.
Expand Down Expand Up @@ -81,7 +81,7 @@ For almost every feature there is a filter, constant or action allowing you to c

### Plugins

- Include a tab with suggested plugins from Bernskiold Media.
- Include a tab with suggested plugins from Bernskiold.
- Add a warning when disabling this plugin.

### REST API
Expand Down
10 changes: 5 additions & 5 deletions bm-wp-experience.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: BM WP Experience
* Plugin URI: https://www.bernskioldmedia.com
* Description: Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.
* Plugin URI: https://www.bernskiold.com
* Description: Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold have found runs WordPress best.
* Version: 3.11.6
* Author: Bernskiold Media
* Author URI: https://www.bernskioldmedia.com
* Author: Bernskiold
* Author URI: https://www.bernskiold.com
* Text Domain: bm-wp-experience
* Domain Path: /languages/
*
Expand Down Expand Up @@ -63,7 +63,7 @@ function bm_wp_experience() {
* Run update checker if not disabled.
*/
if ( ! defined( 'BM_WP_EXPERIENCE_DISABLE_UPDATER' ) || ( defined( 'BM_WP_EXPERIENCE_DISABLE_UPDATER' ) && false === BM_WP_EXPERIENCE_DISABLE_UPDATER ) ) {
$bm_wp_experience_updater = Puc_v4_Factory::buildUpdateChecker( 'https://github.com/bernskioldmedia/bm-wp-experience', __FILE__, 'bm-wp-experience' );
$bm_wp_experience_updater = Puc_v4_Factory::buildUpdateChecker( 'https://github.com/bernskiold/bm-wp-experience', __FILE__, 'bm-wp-experience' );
$bm_wp_experience_updater->getVcsApi()->enableReleaseAssets();

// Add our own plugin icon.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bernskioldmedia/bm-wp-experience",
"description": "Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.",
"description": "Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold have found runs WordPress best.",
"type": "wordpress-plugin",
"config": {
"sort-packages": true,
Expand Down Expand Up @@ -29,8 +29,8 @@
"license": "GPL-3.0+",
"authors": [
{
"name": "Bernskiold Media",
"email": "info@bernskioldmedia.com"
"name": "Bernskiold",
"email": "info@bernskiold.com"
}
],
"autoload": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified languages/bm-wp-experience-sv_SE.mo
Binary file not shown.
Loading