summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chuck Scott [Tue, 15 Nov 2016 18:55:00 +0000 (13:55 -0500)]
Added missing single quote in sample shortcode array.
Chuck Scott [Fri, 28 Oct 2016 18:54:22 +0000 (14:54 -0400)]
Merge tag 'v1.0.0' into develop
1.0.0
Chuck Scott [Fri, 28 Oct 2016 18:54:16 +0000 (14:54 -0400)]
Merge branch 'release/1.0.0'
Chuck Scott [Fri, 28 Oct 2016 18:51:36 +0000 (14:51 -0400)]
Additional refinement of setup script.
Now making sure that the sample add-on is not detected as a WordPress plugin till setup is complete.
Chuck Scott [Fri, 28 Oct 2016 18:05:17 +0000 (14:05 -0400)]
Converted plugin to non-functional template for a new Add-On including a setup script.
All important sample names, titles, parameters, and defines are now replaceable parameters
that the setup script will replace with strings requested by script input.
Chuck Scott [Thu, 13 Oct 2016 20:13:07 +0000 (16:13 -0400)]
Updated permissions to use new glmMembersUserCan() function.
Chuck Scott [Thu, 13 Oct 2016 15:42:52 +0000 (11:42 -0400)]
Added code to support updates - Temporatily commented out code added to index.php for now.
Chuck Scott [Mon, 29 Aug 2016 18:30:24 +0000 (14:30 -0400)]
Removed all parens from require and include statements.
Chuck Scott [Mon, 29 Aug 2016 18:24:20 +0000 (14:24 -0400)]
Removed all parens from require and include statements.
Chuck Scott [Tue, 26 Jul 2016 17:33:38 +0000 (13:33 -0400)]
Updated documentation for shortcodes and author name
Chuck Scott [Tue, 21 Jun 2016 16:21:39 +0000 (12:21 -0400)]
Cleaned up some database work
Chuck Scott [Tue, 14 Jun 2016 17:07:32 +0000 (13:07 -0400)]
Updated some itmes to match corrections found when deploying Leads add-on
Chuck Scott [Mon, 16 May 2016 13:05:45 +0000 (09:05 -0400)]
Update reference to main php file to refer to index.php
Chuck Scott [Fri, 22 Apr 2016 17:54:17 +0000 (13:54 -0400)]
Now using member terms
Chuck Scott [Wed, 20 Apr 2016 21:18:02 +0000 (17:18 -0400)]
Menu restructure
Chuck Scott [Thu, 18 Feb 2016 18:27:47 +0000 (13:27 -0500)]
Merge tag 'v0.0.7' into develop
Docs and errors cleanup
Chuck Scott [Thu, 18 Feb 2016 18:27:36 +0000 (13:27 -0500)]
Merge branch 'release/0.0.7'
Chuck Scott [Thu, 18 Feb 2016 18:27:18 +0000 (13:27 -0500)]
V0.0.7
Chuck Scott [Thu, 18 Feb 2016 18:23:56 +0000 (13:23 -0500)]
Cleaned up some documentation, example database setup, and fixed a few bugs.
Chuck Scott [Fri, 12 Feb 2016 19:35:01 +0000 (14:35 -0500)]
Merge tag 'v0.0.6' into develop
Moved to index.php
Chuck Scott [Fri, 12 Feb 2016 19:34:50 +0000 (14:34 -0500)]
Merge branch 'hotfix/0.0.6'
Chuck Scott [Fri, 12 Feb 2016 19:34:21 +0000 (14:34 -0500)]
Moved main php file to index.php for convenience
Chuck Scott [Fri, 12 Feb 2016 19:08:41 +0000 (14:08 -0500)]
Merge tag 'v0.0.5' into develop
Added live menu and tab
Chuck Scott [Fri, 12 Feb 2016 19:08:24 +0000 (14:08 -0500)]
Merge branch 'release/0.0.5'
Chuck Scott [Fri, 12 Feb 2016 19:08:10 +0000 (14:08 -0500)]
v0.0.5
Chuck Scott [Fri, 12 Feb 2016 19:05:24 +0000 (14:05 -0500)]
Added live sample menus and tabs and a few other minor things.
Chuck Scott [Tue, 9 Feb 2016 17:42:56 +0000 (12:42 -0500)]
Merge tag 'v0.0.4' into develop
Updated version
Chuck Scott [Tue, 9 Feb 2016 17:42:49 +0000 (12:42 -0500)]
Merge branch 'release/0.0.4'
Chuck Scott [Tue, 9 Feb 2016 17:42:29 +0000 (12:42 -0500)]
v0.0.4
Chuck Scott [Tue, 9 Feb 2016 17:40:38 +0000 (12:40 -0500)]
Merge tag 'v0.0.3' into develop
commented out management settings for add-on
Chuck Scott [Tue, 9 Feb 2016 17:40:25 +0000 (12:40 -0500)]
Merge branch 'hotfix/0.0.3'
Chuck Scott [Tue, 9 Feb 2016 17:39:59 +0000 (12:39 -0500)]
Commenting out manageent settings for add-ons for now.
Chuck Scott [Tue, 9 Feb 2016 16:13:59 +0000 (11:13 -0500)]
Merge tag 'v0.0.2' into develop
undefined references fixed
Chuck Scott [Tue, 9 Feb 2016 16:13:46 +0000 (11:13 -0500)]
Merge branch 'hotfix/0.0.2'
Chuck Scott [Tue, 9 Feb 2016 16:11:51 +0000 (11:11 -0500)]
Fixed some undefined references encountered during Add-On registration for when certain things aren't setup in the Add-On
Chuck Scott [Mon, 8 Feb 2016 20:03:37 +0000 (15:03 -0500)]
initial commit