phcmemberspro 20.0.0 → 20.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82165116fc0c3f27f8a6fc451691d1a057858fbf
4
- data.tar.gz: fcc7f2c34a973bd096c08323ba9d9fd2bd45299d
3
+ metadata.gz: b4fc5459cbc63655d4417ce85d14d5c7d0615ba7
4
+ data.tar.gz: 4917876f1bd65bf9e5e46470b3da71c8eae29588
5
5
  SHA512:
6
- metadata.gz: 403f4164bd979cbe3ac34222ad6b36d4c4f3a251423309670ab10a1cc7e98ba62480ec0e82ec9aa146bbbbd6612818fa91b6edcac5faff14998d8b49f799d5b7
7
- data.tar.gz: e8438a942e13cc41b4d8ab200bb2b661bf6d48c73b2394767597fb20c5c3c3b03f5df03f65d9fbcbc8efdff7770bdf20448e100fbcc4540bb55d97d82437fffe
6
+ metadata.gz: 553bcc8b72b9ec8a8a39a7fd7fd9b580f925575c665f92cdea85f42a8125147ad0382332abbed52b1fb2df2b55f5acc4b289ead1e84bcb7991013e05b32de8f7
7
+ data.tar.gz: 3842417ddf11aa6dad5dcc98ee09c9886829e8d58b494eb220bb45b114143de7ad788dc3d6b8650d7f45cc17ed1906b06796e125ba37bd87bc043742d20c6f69
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <% phc_seo_title "PHCMEMBERS(PRO) - MEMBERS MANAGEMENT SOFTWARE" %>
5
+ <% phc_seo_title "PHCMEMBERS(PRO) vw20" %>
6
6
  <% phc_seo_description "Membership software to manage your membership information, listings, and online member's directory for your organizations website." %>
7
7
 
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -4,6 +4,8 @@ class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration[5.1]
4
4
 
5
5
  t.string :catname
6
6
 
7
+ t.string :slug
8
+
7
9
  t.string :user_id
8
10
  t.string :user_name
9
11
  t.string :membership_id
@@ -5,6 +5,8 @@ class CreatePhcmembersproDirectoryCategorylistings < ActiveRecord::Migration[5.1
5
5
  t.references :category
6
6
  t.references :listing
7
7
 
8
+ t.string :slug
9
+
8
10
  t.string :user_id
9
11
  t.string :user_name
10
12
  t.string :membership_id
@@ -12,6 +12,8 @@ class CreatePhcmembersproMemberAddresses < ActiveRecord::Migration[5.1]
12
12
 
13
13
  t.references :profile
14
14
 
15
+ t.string :slug
16
+
15
17
  t.string :user_id
16
18
  t.string :user_name
17
19
  t.string :membership_id
@@ -16,6 +16,8 @@ class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.1]
16
16
 
17
17
  t.references :profile
18
18
 
19
+ t.string :slug
20
+
19
21
  t.string :user_id
20
22
  t.string :user_name
21
23
  t.string :membership_id
@@ -9,6 +9,8 @@ class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.1]
9
9
  t.string :mphone
10
10
  t.string :mnotes
11
11
 
12
+ t.string :slug
13
+
12
14
  t.string :user_id
13
15
  t.string :user_name
14
16
  t.string :membership_id
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "20.0.0"
2
+ VERSION = "20.0.1"
3
3
  end
data/lib/phcmemberspro.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require "phcmemberspro/engine"
2
2
 
3
3
  module Phcmemberspro
4
- end
4
+ end
@@ -1,4 +1,4 @@
1
1
  # desc "Explaining what the task does"
2
2
  # task :phcmemberspro do
3
3
  # # Task goes here
4
- # end
4
+ # end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.0.0
4
+ version: 20.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-10 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails