From d7d775e684622d6a950871875b8bae54aa4fd2b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 14 Apr 2021 15:02:28 -0500 Subject: [PATCH 1/3] version bump to 1.0.0 --- package.json | 2 +- readme.txt | 2 +- sophi-for-wordpress.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 43789758..1604afd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globeandmail/sophi-wp", - "version": "0.1.0", + "version": "1.0.0", "description": "WordPress VIP-compatible plugin for the Sophi.io Site Automation service.", "homepage": "https://github.com/globeandmail/sophi-for-wordpress", "bugs": { diff --git a/readme.txt b/readme.txt index 70d98212..782ee7ec 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Sophi, Site Automation, Collector, AI, Artifical Intelligence Requires at least: 5.6 Tested up to: 5.6 Requires PHP: 7.4 -Stable tag: 0.1.0 +Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/sophi-for-wordpress.php b/sophi-for-wordpress.php index 04c9144a..1d09ace0 100644 --- a/sophi-for-wordpress.php +++ b/sophi-for-wordpress.php @@ -3,7 +3,7 @@ * Plugin Name: Sophi for WordPress * Plugin URI: https://github.com/globeandmail/sophi-for-wordpress * Description: WordPress VIP-compatible plugin for the Sophi.io Site Automation service. - * Version: 0.1.0 + * Version: 1.0.0 * Requires at least: 5.6 * Requires PHP: 7.4 * Author: 10up @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'SOPHI_WP_VERSION', '0.1.0' ); +define( 'SOPHI_WP_VERSION', '1.0.0' ); define( 'SOPHI_WP_URL', plugin_dir_url( __FILE__ ) ); define( 'SOPHI_WP_PATH', plugin_dir_path( __FILE__ ) ); define( 'SOPHI_WP_INC', SOPHI_WP_PATH . 'includes/' ); From 87a56d820aff09cf40261dfe7783ed88671d7586 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 14 Apr 2021 15:03:54 -0500 Subject: [PATCH 2/3] set release date in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79abf168..c4c955df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD -## [1.0.0] - TBD +## [1.0.0] - 2021-04-14 - Initial public release! 🎉 [Unreleased]: https://github.com/globeandmail/sophi-for-wordpress/compare/trunk...develop From 60ac4c39c376a2abc398607d6925afd352a71f5a Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 14 Apr 2021 15:05:38 -0500 Subject: [PATCH 3/3] Update CREDITS.md --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 84bc4f39..33489d9d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Helen Hou-Sandí (@helen)](https://github.com/helen), [Diana Padron (@dianapadron)](https://profiles.wordpress.org/dianapadron). +[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Helen Hou-Sandí (@helen)](https://github.com/helen), [Diana Padron (@dianapadron)](https://profiles.wordpress.org/dianapadron), [Jozsef Kozo (@kojraai)](https://github.com/kojraai). ## Libraries