Skip to content

Commit

Permalink
Merge pull request #50 from 10up/release/1.0.0
Browse files Browse the repository at this point in the history
Release/1.0.0
  • Loading branch information
jeffpaul authored Dec 9, 2021
2 parents eedd61a + 503f526 commit ec54138
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 12 deletions.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased]

## [0.9.0] - 2021-11-30
- Initial plugin release 🎉
## [1.0.0] - 2021-12-09
- Initial public plugin release 🎉

## [0.9.0] - 2021-12-01
- Initial private plugin release 🎉

[Unreleased]: https://github.com/10up/publisher-media-kit/compare/trunk...develop
[0.9.0]: https://github.com/10up/publisher-media-kit/tree/commit-hash-here
[1.0.0]: https://github.com/10up/publisher-media-kit/compare/0.9.0...1.0.0
[0.9.0]: https://github.com/10up/publisher-media-kit/tree/0.9.0
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.

[Katie Wilkerson Rethman (@kmwilkerson)](https://github.com/kmwilkerson), [Stephanie Campbell](https://10up.com), [Tina Castillo Macko (@tinacastillo1)](https://github.com/tinacastillo1), [Lea Alcantara (@lea10up)](https://github.com/lea10up), [Adrian Duffell (@adrianduffell)](https://github.com/adrianduffell), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Maggie Serino (@mserino)](https://github.com/mserino), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Diana Padron](https://profiles.wordpress.org/dianapadron/), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9).
[Katie Wilkerson Rethman (@kmwilkerson)](https://github.com/kmwilkerson), [Stephanie Campbell](https://10up.com), [Tina Castillo Macko (@tinacastillo1)](https://github.com/tinacastillo1), [Lea Alcantara (@lea10up)](https://github.com/lea10up), [Adrian Duffell (@adrianduffell)](https://github.com/adrianduffell), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Maggie Serino (@mserino)](https://github.com/mserino), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Diana Padron](https://profiles.wordpress.org/dianapadron/), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu).

## Libraries

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@

Publisher Media Kit provides a quick and easy option for small to medium sized publishers to digitize their media kit. If you are a publisher hoping for a page like the [NY Times' Advertising Standard Units](https://nytmediakit.com/standard-units), but do not have a designer or developer on staff? Then this plugin is for you. If you are still using a print or PDF version of your media kit to sell space on your website, but want show advertisers looking to buy digital real estate that you are a digital-forward partner? Then this plugin is for you.

Twenty Twenty One default theme | Newspack base theme
------------- | -----------------
[![Media Kit page on frontend of site running the Twenty Twenty One default theme.](.wordpress-org/screenshot-2.png)](.wordpress-org/screenshot-2.png) | [![Media Kit page on frontend of site running the Newspack base theme.](.wordpress-org/screenshot-4.png)](.wordpress-org/screenshot-4.png)

The plugin adds a new "Media Kit" page, block patterns, and placeholder content that can then be customized to fit your need (e.g., text, links, colors, images, adding page link to site footer).

Twenty Twenty One default theme | Newspack base theme
------------- | -----------------
[![View of block patterns and placeholder content within the block editor running the Twenty Twenty One default theme.](.wordpress-org/screenshot-1.png)](.wordpress-org/screenshot-1.png) | [![View of block patterns and placeholder content within the block editor running the Newspack base theme.](.wordpress-org/screenshot-3.png)](.wordpress-org/screenshot-3.png)

## Requirements

* PHP 7.2+
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publisher-media-kit",
"version": "0.9.0",
"version": "1.0.0",
"scripts": {
"start": "10up-toolkit start",
"watch": "10up-toolkit watch",
Expand Down
4 changes: 2 additions & 2 deletions publisher-media-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Publisher Media Kit
* Plugin URI: https://github.com/10up/publisher-media-kit
* Description: Pre-configured Media Kit Page using Gutenberg Block Patterns.
* Version: 0.9.0
* Version: 1.0.0
* Requires at least: 5.5
* Requires PHP: 7.2
* Author: 10up
Expand All @@ -17,7 +17,7 @@
*/

// Useful global constants.
define( 'PUBLISHER_MEDIA_KIT_VERSION', '0.9.0' );
define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.0.0' );
define( 'PUBLISHER_MEDIA_KIT_URL', plugin_dir_url( __FILE__ ) );
define( 'PUBLISHER_MEDIA_KIT_PATH', plugin_dir_path( __FILE__ ) );
define( 'PUBLISHER_MEDIA_KIT_BLOCKS_PATH', plugin_dir_path( __FILE__ ) . 'includes/blocks/block-editor/' );
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: 10up, jeffpaul, faisal03
Tags: media kit, audience profiles, digital ad specs, ad rates
Requires at least: 5.5
Tested up to: 5.8
Stable tag: 0.9.0
Stable tag: 1.0.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -50,10 +50,15 @@ We require WordPress 5.5 and above as this is when `register_block_pattern_categ

== Screenshots ==

1. View of block patterns and placeholder content within the block editor.
1. View of block patterns and placeholder content within the block editor running the Twenty Twenty One default theme.
2. Media Kit page on frontend of site running the Twenty Twenty One default theme.
3. View of block patterns and placeholder content within the block editor running the Newspack base theme.
4. Media Kit page on frontend of site running the Newspack base theme.

== Changelog ==

= 1.0.0 =
* Initial public plugin release 🎉

= 0.9.0 =
* Initial plugin release 🎉
* Initial private plugin release 🎉

0 comments on commit ec54138

Please sign in to comment.