Skip to content

update org reference from globeandmail to mather-sophi #394

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/hookdoc-tmpl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ If you're looking to contribute to or extend the Sophi for WordPress plugin, the

For more information about using Sophi for WordPress, please see the [Sophi website](https://sophi.io/).

To report an issue with Sophi for WordPress or contribute back to the project, please visit the [GitHub repository](https://github.com/globeandmail/sophi-for-wordpress/).
To report an issue with Sophi for WordPress or contribute back to the project, please visit the [GitHub repository](https://github.com/mather-sophi/sophi-for-wordpress/).

<a href="https://www.sophi.io/contact/" class="banner"><img src="https://raw.githubusercontent.com/globeandmail/sophi-for-wordpress/develop/.wordpress-org/banner-1544x500.png?token=AAVQAVOFCCNY7MWUHRZLYNTAOR6JI" width="850"></a>
<a href="https://www.sophi.io/contact/" class="banner"><img src="https://raw.githubusercontent.com/mather-sophi/sophi-for-wordpress/develop/.wordpress-org/banner-1544x500.png?token=AAVQAVOFCCNY7MWUHRZLYNTAOR6JI" width="850"></a>
2 changes: 1 addition & 1 deletion .github/hookdoc-tmpl/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<footer>
<a href="https://sophi.io/">Sophi.io</a> &bull;
<a href="https://github.com/globeandmail/sophi-for-wordpress/">Sophi for WordPress on GitHub</a> &bull;
<a href="https://github.com/mather-sophi/sophi-for-wordpress/">Sophi for WordPress on GitHub</a> &bull;
<a href="https://wordpress.org/plugins/sophi/">Sophi on WordPress.org</a> &bull;
<a href="https://www.sophi.io/careers/">Careers at Sophi</a>
</footer>
Expand Down
338 changes: 169 additions & 169 deletions CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Contributing isn't just writing code - it's anything that improves the project.

### Reporting bugs

If you're running into an issue with the plugin, please take a look through [existing issues](https://github.com/globeandmail/sophi-for-wordpress/issues) and [open a new one](https://github.com/globeandmail/sophi-for-wordpress/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant.
If you're running into an issue with the plugin, please take a look through [existing issues](https://github.com/mather-sophi/sophi-for-wordpress/issues) and [open a new one](https://github.com/mather-sophi/sophi-for-wordpress/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant.

### Suggesting enhancements

New features and enhancements are also managed via [issues](https://github.com/globeandmail/sophi-for-wordpress/issues).
New features and enhancements are also managed via [issues](https://github.com/mather-sophi/sophi-for-wordpress/issues).

### Pull requests

Expand All @@ -37,16 +37,16 @@ The `develop` branch is the development branch which means it contains the next
1. Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` contains the stable development version.
1. Test: While still on the `trunk` branch, test for functionality locally.
1. Push: Push your `trunk` branch to GitHub (e.g. `git push origin trunk`).
1. Release: Create a [new release](https://github.com/globeandmail/sophi-for-wordpress/releases/new), naming the tag and the release with the new version number, and **targeting the `trunk` branch**. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the [closed issues on the milestone](https://github.com/globeandmail/sophi-for-wordpress/milestone/#?closed=1).
1. SVN: Wait for the [GitHub Action](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/dotorg-push-deploy.yml) to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
1. Release: Create a [new release](https://github.com/mather-sophi/sophi-for-wordpress/releases/new), naming the tag and the release with the new version number, and **targeting the `trunk` branch**. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the [closed issues on the milestone](https://github.com/mather-sophi/sophi-for-wordpress/milestone/#?closed=1).
1. SVN: Wait for the [GitHub Action](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/dotorg-push-deploy.yml) to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
1. Check WordPress.org: Ensure that the changes are live on https://wordpress.org/plugins/sophi/. This may take a few minutes.
1. Close the milestone: Edit the [milestone](https://github.com/globeandmail/sophi-for-wordpress/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
1. Close the milestone: Edit the [milestone](https://github.com/mather-sophi/sophi-for-wordpress/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
1. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X+1.0.0`, `X.Y+1.0`, `X.Y.Z+1`, or `Future Release`.
1. Version bump (again): In the `develop` branch (`cd ../ && git checkout develop`) bump the version number in `sophi.php` to `X.Y.(Z+1)-dev`. It's okay if the next release might be a different version number; that change can be handled right before release in the first step, as might also be the case with ``@since` annotations.
1. Test sites: Check the Sophi test sites to ensure the new version has been deployed there.

### What to do if things go wrong

If you run into issues during the release process and things have NOT fully deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to delete any Tag (e.g., https://github.com/globeandmail/sophi-for-wordpress/releases/tag/TAGNAME) or Release that's been created, research what's wrong, and once things are resolved work on re-tagging and re-releasing on GitHub and publishing externally where needed.
If you run into issues during the release process and things have NOT fully deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to delete any Tag (e.g., https://github.com/mather-sophi/sophi-for-wordpress/releases/tag/TAGNAME) or Release that's been created, research what's wrong, and once things are resolved work on re-tagging and re-releasing on GitHub and publishing externally where needed.

If you run into issues during the release process and things HAVE deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to research what's wrong and once things are resolved work on a patch release and tag on GitHub and publishing externally where needed. At the top of the changelog / release notes it's best to note that its a hotfix to resolve whatever issues were found after the previous release.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img alt="Sophi.io icon" src="https://github.com/globeandmail/sophi-for-wordpress/blob/trunk/.wordpress-org/icon.svg" height="45" width="45" align="left">
<img alt="Sophi.io icon" src="https://github.com/mather-sophi/sophi-for-wordpress/blob/trunk/.wordpress-org/icon.svg" height="45" width="45" align="left">

# Sophi for WordPress

> WordPress VIP-compatible plugin for the Sophi.io Site Automation service.

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/globeandmail/sophi-for-wordpress.svg)](https://github.com/globeandmail/sophi-for-wordpress/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/sophi?color=blue&label=WordPress&logo=WordPress) [![GPL-2.0-or-later License](https://img.shields.io/github/license/globeandmail/sophi-for-wordpress.svg)](https://github.com/globeandmail/sophi-for-wordpress/blob/trunk/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/mather-sophi/sophi-for-wordpress.svg)](https://github.com/mather-sophi/sophi-for-wordpress/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/sophi?color=blue&label=WordPress&logo=WordPress) [![GPL-2.0-or-later License](https://img.shields.io/github/license/mather-sophi/sophi-for-wordpress.svg)](https://github.com/mather-sophi/sophi-for-wordpress/blob/trunk/LICENSE.md)

[![Developer Docs](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/build-docs.yml/badge.svg?branch=trunk)](https://globeandmail.github.io/sophi-for-wordpress/) [![PHPUnit Testing](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/test.yml/badge.svg)](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/test.yml) [![PHPCS Linting](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/lint.yml/badge.svg)](https://github.com/globeandmail/sophi-for-wordpress/actions/workflows/lint.yml)
[![Developer Docs](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/build-docs.yml/badge.svg?branch=trunk)](https://mather-sophi.github.io/sophi-for-wordpress/) [![PHPUnit Testing](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/test.yml/badge.svg)](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/test.yml) [![PHPCS Linting](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/lint.yml/badge.svg)](https://github.com/mather-sophi/sophi-for-wordpress/actions/workflows/lint.yml)

## Table of Contents
* [Overview](#overview)
Expand All @@ -23,7 +23,7 @@

## Overview

[Sophi.io](https://www.sophi.io) is a suite of artificial intelligence (AI) tools developed by [The Globe and Mail](https://www.theglobeandmail.com/) to help content publishers make important strategic and tactical decisions. The tools range from automated content curation engines to predictive analytics and paywall solutions.
[Sophi.io](https://www.sophi.io) is a suite of artificial intelligence (AI) tools developed by [The Globe and Mail](https://www.themather-sophi.com/) to help content publishers make important strategic and tactical decisions. The tools range from automated content curation engines to predictive analytics and paywall solutions.

Sophi-driven pages outperform human curated pages by a significant margin and free up publisher resources so that they can focus on finding the next story that matters. Invisible, automated curation of your home and section pages to streamline your team’s workflow. Continuously optimize the performance characteristics of the site based on demand and your brand, so the content is always the right fit.

Expand Down Expand Up @@ -52,7 +52,7 @@ Sophi-driven pages outperform human curated pages by a significant margin and fr
You can upload and install the [plugin ZIP file](https://downloads.wordpress.org/plugin/sophi.zip) via the WordPress dashboard (`Plugins` > `Add New` -> `Upload Plugin`) or manually inside of the `wp-content/plugins` directory, and activate on the Plugins dashboard.

### 1b. Download or Clone this repo, install dependencies, and build.
- `git clone https://github.com/globeandmail/sophi-for-wordpress.git && cd sophi-for-wordpress`
- `git clone https://github.com/mather-sophi/sophi-for-wordpress.git && cd sophi-for-wordpress`
- `composer install && npm install && npm run build`

### 2. Activate Plugin
Expand Down Expand Up @@ -134,7 +134,7 @@ While the above query integration works just fine, it has been observed on [Word

## Developer Documentation

Sophi for WordPress has an in-depth documentation site that details the available actions and filters found within the plugin, as well as some helpful tutorials on how to use those hooks. [Visit the developer docs ☞](https://globeandmail.github.io/sophi-for-wordpress/)
Sophi for WordPress has an in-depth documentation site that details the available actions and filters found within the plugin, as well as some helpful tutorials on how to use those hooks. [Visit the developer docs ☞](https://mather-sophi.github.io/sophi-for-wordpress/)

## Debugging

Expand All @@ -157,19 +157,19 @@ You can read more details in [The Globe and Mail case study](https://www.sophi.i

### What Privacy and Terms govern Sophi.io?

The same [Privacy & Terms that govern The Globe and Mail](https://www.theglobeandmail.com/privacy-terms/) cover the Sophi.io service.
The same [Privacy & Terms that govern The Globe and Mail](https://www.themather-sophi.com/privacy-terms/) cover the Sophi.io service.

## Support Level

**Active:** The Globe and Mail is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

## Changelog

A complete listing of all notable changes to Sophi for WordPress are documented in [CHANGELOG.md](https://github.com/globeandmail/sophi-for-wordpress/blob/develop/CHANGELOG.md).
A complete listing of all notable changes to Sophi for WordPress are documented in [CHANGELOG.md](https://github.com/mather-sophi/sophi-for-wordpress/blob/develop/CHANGELOG.md).

## Contributing

Please read [CODE_OF_CONDUCT.md](https://github.com/globeandmail/sophi-for-wordpress/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct, [CONTRIBUTING.md](https://github.com/globeandmail/sophi-for-wordpress/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us, and [CREDITS.md](https://github.com/globeandmail/sophi-for-wordpress/blob/develop/CREDITS.md) for a listing of maintainers, contributors, and libraries for Sophi for WordPress.
Please read [CODE_OF_CONDUCT.md](https://github.com/mather-sophi/sophi-for-wordpress/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct, [CONTRIBUTING.md](https://github.com/mather-sophi/sophi-for-wordpress/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us, and [CREDITS.md](https://github.com/mather-sophi/sophi-for-wordpress/blob/develop/CREDITS.md) for a listing of maintainers, contributors, and libraries for Sophi for WordPress.

## Like what you see?

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "globeandmail/sophi-for-wordpress",
"description": "WordPress VIP-compatible plugin for the Sophi.io Site Automation service.",
"type": "wordpress-plugin",
"homepage": "https://github.com/globeandmail/sophi-for-wordpress",
"readme": "https://github.com/globeandmail/sophi-for-wordpress/blob/develop/README.md",
"homepage": "https://github.com/mather-sophi/sophi-for-wordpress",
"readme": "https://github.com/mather-sophi/sophi-for-wordpress/blob/develop/README.md",
"license": "GPL-2.0-or-later",
"authors": [
{
Expand All @@ -20,7 +20,7 @@
}
],
"support": {
"issues": "https://github.com/globeandmail/sophi-for-wordpress/issues"
"issues": "https://github.com/mather-sophi/sophi-for-wordpress/issues"
},
"require": {
"php": ">=7.4",
Expand Down
4 changes: 2 additions & 2 deletions includes/functions/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ function render_settings_page() {
</strong>
</p>
<nav>
<a href="https://github.com/globeandmail/sophi-for-wordpress#frequently-asked-questions" target="_blank" title="<?php esc_attr_e( 'FAQs', 'sophi-wp' ); ?>">
<a href="https://github.com/mather-sophi/sophi-for-wordpress#frequently-asked-questions" target="_blank" title="<?php esc_attr_e( 'FAQs', 'sophi-wp' ); ?>">
<?php esc_html_e( 'FAQs', 'sophi-wp' ); ?><span class="dashicons dashicons-external"></span>
</a>
<a href="https://github.com/globeandmail/sophi-for-wordpress/issues" target="_blank" title="<?php esc_attr_e( 'Support', 'sophi-wp' ); ?>">
<a href="https://github.com/mather-sophi/sophi-for-wordpress/issues" target="_blank" title="<?php esc_attr_e( 'Support', 'sophi-wp' ); ?>">
<?php esc_html_e( 'Support', 'sophi-wp' ); ?><span class="dashicons dashicons-external"></span>
</a>
</nav>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@globeandmail/sophi-for-wordpress",
"version": "1.3.2",
"description": "WordPress VIP-compatible plugin for the Sophi.io Site Automation service.",
"homepage": "https://github.com/globeandmail/sophi-for-wordpress",
"homepage": "https://github.com/mather-sophi/sophi-for-wordpress",
"bugs": {
"url": "https://github.com/globeandmail/sophi-for-wordpress/issues"
"url": "https://github.com/mather-sophi/sophi-for-wordpress/issues"
},
"license": "GPL-2.0-or-later",
"author": {
Expand All @@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/globeandmail/sophi-for-wordpress"
"url": "https://github.com/mather-sophi/sophi-for-wordpress"
},
"scripts": {
"start": "10up-toolkit start",
Expand Down
Loading