Skip to content

Commit

Permalink
chore: prepare release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwhoffman committed Oct 26, 2020
1 parent a3dd063 commit 51a9913
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 40 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ public
# Composer
vendor

# Assert directory
# Assets directory
assets/dist

# POT File
languages/give.pot
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 1.0.0-beta.1 - 2020-10-26

### Added

- GiveWP now integrates with Double the Donation for matching gifts
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Give - Double the Donation Integration

Double the Donation is a popular employer matching service. This add-on provides an integration between GiveWP and their system.
Double the Donation is a popular employer matching service. This add-on provides an integration between GiveWP and their system.

## Installation
1. `php build.php`
2. `composer install`
3. `npm install`

1. `composer install`
2. `npm install`
3. `npm run dev`
4 changes: 2 additions & 2 deletions give-double-the-donation.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: Give - Double the Donation
* Plugin URI: https://givewp.com/addons/give-double-the-donation/
* Description: Easily integrate with the Double the Donation employer matching platform.
* Version: 1.0.0
* Version: 1.0.0-beta.1
* Author: GiveWP
* Author URI: https://givewp.com/
* Text Domain: give-double-the-donation
Expand All @@ -21,7 +21,7 @@

// Versions
define( 'GIVE_DTD_VERSION', '1.0.0' );
define( 'GIVE_DTD_MIN_GIVE_VERSION', '2.8.0' );
define( 'GIVE_DTD_MIN_GIVE_VERSION', '2.9.0' );

// Add-on paths
define( 'GIVE_DTD_FILE', __FILE__ );
Expand Down
17 changes: 0 additions & 17 deletions languages/ADDON_TEXTDOMAIN.pot

This file was deleted.

57 changes: 43 additions & 14 deletions languages/give-double-the-donation.pot
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,11 @@ msgstr ""
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: src/DoubleTheDonation/AddonServiceProvider.php:74
msgstr ""

#: src/DoubleTheDonation/AddonServiceProvider.php:80
msgid "Public API Key"
msgstr ""

#: src/DoubleTheDonation/AddonServiceProvider.php:81
msgid "Please enter the PUBLIC API key from Double the Donation."
msgstr ""

#: src/DoubleTheDonation/DonationForm.php:32, src/DoubleTheDonation/SettingsDonationForm.php:39
msgid "See if your company will match your donation!"
msgstr ""

#: src/DoubleTheDonation/Payment.php:102
#: src/DoubleTheDonation/Payment.php:104
msgid "Donation information added to Double the Donation 360MatchPro"
msgstr ""

Expand Down Expand Up @@ -66,8 +55,48 @@ msgstr ""
msgid "Double the Donation Docs Link"
msgstr ""

#: src/DoubleTheDonation/SettingsPage.php:17
msgid "Double the Donation "
#: src/DoubleTheDonation/SettingsTab.php:30
msgid "Public API Key"
msgstr ""

#: src/DoubleTheDonation/SettingsTab.php:31
msgid "Please enter the PUBLIC API key from Double the Donation."
msgstr ""

#: src/DoubleTheDonation/SettingsTab.php:36
msgid "Private API Key"
msgstr ""

#: src/DoubleTheDonation/SettingsTab.php:37
msgid "Please enter the PRIVATE API key from Double the Donation."
msgstr ""

#: src/DoubleTheDonation/SettingsTab.php:80
msgid "Settings"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:62
msgid "Employer"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:63
msgid "Unknown"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:74
msgid "Employer Matching"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:138
msgid "Finish the Match"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:145
msgid "Match Guidelines"
msgstr ""

#: src/DoubleTheDonation/UpdateDonationReceipt.php:147
msgid "Complete the Match"
msgstr ""

#: src/DoubleTheDonation/resources/views/admin/notices/give-inactive.php:5, src/DoubleTheDonation/resources/views/admin/notices/give-version-error.php:4
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 1.0.0
Requires Give: 2.8.0
Requires Give: 2.9.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -40,5 +40,5 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 1.0.0: DATE =
= 1.0.0: October 26th, 2020 =
* Initial plugin release. Yippee!

0 comments on commit 51a9913

Please sign in to comment.