Skip to content

Commit

Permalink
removed github updater support
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Jan 6, 2017
1 parent fdb6454 commit a372efb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ not built into ACF. If it was built in then Elliot would need to deal with relat
flex field and nested repeaters. And then there is the problem of relationships with different post types and fields
with different names. It would be a deep dark rabbit hole from which I don't think he'd return. There are too many
parameters. On the other hand, filters and actions can be created with a finite number of options to do the work that's
needed. This is just my interpretation of using those actions and filters.
needed. This is just

#### Automatic Updates
Install [GitHub Updater](https://github.com/afragen/github-updater) on your site if you want to recieve automatic
updates for this plugin.
Github updater support has been removed. This plugin has been published to WordPress.Org here
https://wordpress.org/plugins/post-2-post-for-acf/. If you are having problems updating please
try installing from there.

#### Remove Nag
You may notice that I've started adding a little nag to my plugins. It's just a box on some pages that lists my
Expand Down
8 changes: 3 additions & 5 deletions acf-post2post.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?php

/*
Plugin Name: Post 2 Post for ACF
Plugin Name: ACF Post-2-Post
Plugin URI: https://github.com/Hube2/acf-post2post
Description: Two way relationship fields
Version: 1.2.3
Version: 1.2.4
Author: John A. Huebner II
Author URI: https://github.com/Hube2
GitHub Plugin URI: https://github.com/Hube2/acf-post2post
License: GPL v2 or later
Automatic creation of 2 way post relationship and post object fields
This plugin will not provide any functionality if ACF is not installed
Automatic Two Way (Bidirectional) Relationships with ACF5
*/

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Post 2 Post for ACF ===
=== ACF Post-2-Post ===
Contributors: Hube2
Tags: acf, advanced custom fields, add on, bidirectional, 2 way, two way, relationship
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -87,6 +87,9 @@ add_filter('remove_hube2_nag', '__return_true');

== Changelog ==

= 1.2.4 =
removed github updater support

= 1.2.3 =
* initial release to WordPress.org

0 comments on commit a372efb

Please sign in to comment.