Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kainuk committed Feb 11, 2022
1 parent 50f41c4 commit cff4f32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Based on the instruction from [Learn with Daniel](https://learnwithdaniel.com/20
1. Tag the release in SVN (in our example 1.0.0): `svn cp "trunk" "tags/1.0.0"`
1. Now submit to the Wordpress SVN with a message: `svn ci -m 'Adding 1.0.0'`

# Changelog

## Release 1.0.4
- Added restriction to ensure that post type names are not longer than 20 characters
- Added an option _Is already registered_. This makes the reuse of existing post types possible.

# License

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: CiviCRM, custom posts, acf, custom fields, api, connector, rest
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 1.0.3
Stable tag: 1.0.4
License: AGPL-3.0

Provides a tool for synchronizing CiviCRM data to custom posts in Wordpress.
Expand All @@ -23,6 +23,7 @@ which gives you the ability to connect to an CiviCRM installation on a different

== Changelog ==

1.0.4: Added restriction to ensure that post type names are not longer than 20 characters and an option Is already registered. This makes the reuse of existing post types possible.
1.0.3: Fixed limit 25 bug issue #2
1.0.2: Updated logo
1.0.1: Added logo, fixed title.
Expand Down
2 changes: 1 addition & 1 deletion synchronizing-civicrm-data-to-custom-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Synchronizing CiviCRM data to Custom Posts
Description: Provides a tool for synchronizing CiviCRM data to custom posts in Wordpress. You can use this plugin with Connector to CiviCRM with CiviMcRestFace (https://wordpress.org/plugins/connector-civicrm-mcrestface/)
Version: 1.0.3
Version: 1.0.4
Author: Jaap Jansma
License: AGPL3
License URI: https://www.gnu.org/licenses/agpl-3.0.html
Expand Down

0 comments on commit cff4f32

Please sign in to comment.