Skip to content

Commit

Permalink
Merge pull request #6 from DiscipleTools/3.0-Upgrade
Browse files Browse the repository at this point in the history
3.0 upgrade
  • Loading branch information
ChrisChasm authored Oct 6, 2022
2 parents 0e94824 + eae630f commit 5e2b148
Show file tree
Hide file tree
Showing 32 changed files with 3,100 additions and 2,307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build project
run: |
mkdir disciple-tools-streams
cp -r disciple-tools-streams.php admin languages metrics post-type spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-streams/
cp -r disciple-tools-streams.php admin languages metrics magic post-type spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-streams/
zip -r disciple-tools-streams.zip disciple-tools-streams
- name: Create Release
id: create_release
Expand Down
1 change: 0 additions & 1 deletion admin/index.php

This file was deleted.

30 changes: 14 additions & 16 deletions disciple-tools-streams.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/**
*Plugin Name: Disciple.Tools - Streams
* Plugin URI: https://github.com/DiscipleTools/disciple-tools-streams
* Description: Disciple.Tools Streams Extension adds recording of streams and cross reference them with contacts, churches, and locations.
* Description: Streams creates collections of work and a generational census reporting magic link system.
* Text Domain: disciple-tools-streams
* Domain Path: /languages
* Version: 2.6
* Version: 3.0
* Author URI: https://github.com/DiscipleTools
* GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools-streams
* Requires at least: 4.7.0
* (Requires 4.7+ because of the integration of the REST API at 4.7 and the security requirements of this milestone version.)
* Tested up to: 5.8
* Tested up to: 6.2
*
* @package Disciple_Tools
* @link https://github.com/DiscipleTools
Expand Down Expand Up @@ -122,24 +122,22 @@ private function __construct() {
private function includes() {

/* post type */
require_once( 'post-type/loader.php' );

require_once( 'sending/bulk-list-extension.php' );

/* site linking */
require_once( 'post-type/streams-post-type.php' );
require_once( 'post-type/bulk-list-extension.php' );
require_once( 'magic/magic-url-self-register.php' );
require_once( 'admin/customize-site-linking.php' );
require_once( 'post-type/enqueue.php' );


/* metrics */
require_once( 'metrics/mapbox-maps.php' );
require_once( 'metrics/mapbox-personal-maps.php' );
require_once( 'metrics/charts-loader.php' );

/* magic links */
require_once( 'magic-link/magic-map.php' );
require_once( 'magic-link/magic-registration.php' );
require_once( 'magic-link/magic-retrieve-link.php' );
require_once( 'magic-link/access.php' );
require_once( 'magic/magic-map.php' );
require_once( 'magic/magic-reports.php' );

require_once( 'magic/magic-public-register.php' );
require_once( 'magic/magic-retrieve.php' );
require_once( 'magic/magic-join.php' );
require_once( 'magic/magic-create-child.php' );
}

/**
Expand Down
247 changes: 0 additions & 247 deletions magic-link/access.js

This file was deleted.

Loading

0 comments on commit 5e2b148

Please sign in to comment.