Version Description
- added license file
Download this release
Release Info
Developer | ionos |
Plugin | 1&1 IONOS Address Book |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- cosy-address-book.php +2 -19
- languages/cosy-address-book.pot +0 -137
- readme.txt +9 -2
cosy-address-book.php
CHANGED
@@ -3,30 +3,13 @@
|
|
3 |
* Plugin Name: 1&1 IONOS Address Book
|
4 |
* Plugin URI: https://wordpress.org/plugins/cosy-address-book
|
5 |
* Description: Sends visitor contact data generated by contact forms embedded in WordPress websites to 1&1 IONOS Address Book
|
6 |
-
* Version: 1.0.
|
7 |
* License: MIT
|
8 |
* Author: 1&1 IONOS
|
9 |
* Author URI: https://www.ionos.com
|
10 |
* Text Domain: cosy-address-book
|
11 |
* Domain Path: /languages
|
12 |
*/
|
13 |
-
/*
|
14 |
-
* This program is free software; you can redistribute it and/or
|
15 |
-
* modify it under the terms of the GNU General Public License
|
16 |
-
* as published by the Free Software Foundation; either version 2
|
17 |
-
* of the License, or (at your option) any later version.
|
18 |
-
*
|
19 |
-
* This program is distributed in the hope that it will be useful,
|
20 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22 |
-
* GNU General Public License for more details.
|
23 |
-
*
|
24 |
-
* You should have received a copy of the GNU General Public License
|
25 |
-
* along with this program; if not, write to the Free Software
|
26 |
-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
27 |
-
*
|
28 |
-
* Online: http://www.gnu.org/licenses/gpl.txt
|
29 |
-
*/
|
30 |
if ( ! defined( 'ABSPATH' ) ) {
|
31 |
die( 'Forbidden' );
|
32 |
}
|
@@ -34,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
34 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
35 |
|
36 |
class CoSy_Address_Book {
|
37 |
-
const VERSION = '1.0.
|
38 |
const ADDRESS_BOOK_PAGE_ID = 'cosy-address-book';
|
39 |
const LANGUAGE_DOMAIN = 'cosy-address-book';
|
40 |
const PLUGIN_TYPE_MUST_USE = 'must-use-plugin';
|
3 |
* Plugin Name: 1&1 IONOS Address Book
|
4 |
* Plugin URI: https://wordpress.org/plugins/cosy-address-book
|
5 |
* Description: Sends visitor contact data generated by contact forms embedded in WordPress websites to 1&1 IONOS Address Book
|
6 |
+
* Version: 1.0.1
|
7 |
* License: MIT
|
8 |
* Author: 1&1 IONOS
|
9 |
* Author URI: https://www.ionos.com
|
10 |
* Text Domain: cosy-address-book
|
11 |
* Domain Path: /languages
|
12 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
14 |
die( 'Forbidden' );
|
15 |
}
|
17 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
18 |
|
19 |
class CoSy_Address_Book {
|
20 |
+
const VERSION = '1.0.1';
|
21 |
const ADDRESS_BOOK_PAGE_ID = 'cosy-address-book';
|
22 |
const LANGUAGE_DOMAIN = 'cosy-address-book';
|
23 |
const PLUGIN_TYPE_MUST_USE = 'must-use-plugin';
|
languages/cosy-address-book.pot
DELETED
@@ -1,137 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 1&1 IONOS
|
2 |
-
# This file is distributed under the GPLv2 or later.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: CoSy Address Book 1.0.0\n"
|
6 |
-
"Report-Msgid-Bugs-To: "
|
7 |
-
"https://wordpress.org/support/plugin/cosy-address-book\n"
|
8 |
-
"POT-Creation-Date: 2019-03-11 17:02:56+00:00\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
|
13 |
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
16 |
-
|
17 |
-
#: cosy-address-book/cosy-address-book.php:87
|
18 |
-
msgid "cosy_address_book_admin_page_title"
|
19 |
-
msgstr ""
|
20 |
-
|
21 |
-
#: cosy-address-book/cosy-address-book.php:88
|
22 |
-
msgid "cosy_address_book_menu_title"
|
23 |
-
msgstr ""
|
24 |
-
|
25 |
-
#: cosy-address-book/inc/views/description.php:2
|
26 |
-
msgid "cosy_address_book_invitation"
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: cosy-address-book/inc/views/description.php:4
|
30 |
-
#: cosy-address-book/inc/views/description.php:22
|
31 |
-
msgid "cosy_address_book_url_text"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: cosy-address-book/inc/views/description.php:7
|
35 |
-
#: cosy-address-book/inc/views/settings.php:2
|
36 |
-
msgid "cosy_address_book_connection_header"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: cosy-address-book/inc/views/description.php:8
|
40 |
-
#: cosy-address-book/inc/views/plugins/settings.php:18
|
41 |
-
msgid "cosy_address_book_generic_error"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: cosy-address-book/inc/views/description.php:11
|
45 |
-
msgid "cosy_address_book_guidance_summary"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: cosy-address-book/inc/views/description.php:15
|
49 |
-
msgid "cosy_address_book_guidance_step_one_label"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: cosy-address-book/inc/views/description.php:19
|
53 |
-
msgid "cosy_address_book_guidance_step_one_content"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: cosy-address-book/inc/views/description.php:29
|
57 |
-
msgid "cosy_address_book_guidance_step_two_label"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: cosy-address-book/inc/views/description.php:33
|
61 |
-
msgid "cosy_address_book_guidance_step_two_content"
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: cosy-address-book/inc/views/description.php:37
|
65 |
-
msgid "cosy_address_book_activation_form_label"
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: cosy-address-book/inc/views/description.php:45
|
69 |
-
#: cosy-address-book/inc/views/plugins/settings.php:55
|
70 |
-
msgid "cosy_address_book_form_button_text"
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: cosy-address-book/inc/views/main.php:3
|
74 |
-
msgid "cosy_address_book_menu_page_headline"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: cosy-address-book/inc/views/plugins/description.php:2
|
78 |
-
msgid "cosy_address_book_plugin_description_header"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: cosy-address-book/inc/views/plugins/description.php:3
|
82 |
-
msgid "cosy_address_book_plugin_activation_hint"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: cosy-address-book/inc/views/plugins/description.php:11
|
86 |
-
msgid "cosy_address_book_web_form_insertion_hint"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: cosy-address-book/inc/views/plugins/settings.php:15
|
90 |
-
msgid "cosy_address_book_mapping_description"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: cosy-address-book/inc/views/plugins/settings.php:22
|
94 |
-
msgid "cosy_address_book_mapping_header_api_fields"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: cosy-address-book/inc/views/plugins/settings.php:25
|
98 |
-
msgid "cosy_address_book_mapping_header_form_fields"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: cosy-address-book/inc/views/plugins/settings.php:50
|
102 |
-
msgid "cosy_address_book_consent_field_constraint_hint"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: cosy-address-book/inc/views/plugins/settings.php:60
|
106 |
-
msgid "cosy_address_book_synchronisation_ready_hint"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: cosy-address-book/inc/views/plugins/settings.php:65
|
110 |
-
msgid "cosy_address_book_gdpr_hint_content"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: cosy-address-book/inc/views/settings.php:3
|
114 |
-
msgid "cosy_address_book_connection_confirmation"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: cosy-address-book/inc/views/settings.php:6
|
118 |
-
msgid "cosy_address_book_deconnection_url_text"
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#. Plugin Name of the plugin/theme
|
122 |
-
msgid "CoSy Address Book"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#. Author URI of the plugin/theme
|
126 |
-
msgid "https://www.ionos.com"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#. Description of the plugin/theme
|
130 |
-
msgid ""
|
131 |
-
"Sends visitor contact data generated by contact forms embedded in WordPress "
|
132 |
-
"websites to CoSy Address Book"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#. Author of the plugin/theme
|
136 |
-
msgid "1&1 IONOS"
|
137 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: ionos, kimalumalu, gdespoulain, pfefferle
|
|
3 |
Tags: contact, contact data, address book, synchronisation
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 1.0.
|
7 |
Requires PHP: 5.6
|
8 |
License: MIT
|
9 |
License URI: https://opensource.org/licenses/MIT
|
@@ -20,4 +20,11 @@ Current supported contact form types are: `Contact Form 7` and `WPforms Lite`
|
|
20 |
1. Upload the `1&1 IONOS Address Book` to the `/wp-content/plugins/` directory.
|
21 |
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
22 |
3. Activate connection to 1&1 IONOS Address Book API as described in plugin welcome page on admin dashboard
|
23 |
-
4. Save your changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Tags: contact, contact data, address book, synchronisation
|
4 |
Requires at least: 3.8
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 1.0.1
|
7 |
Requires PHP: 5.6
|
8 |
License: MIT
|
9 |
License URI: https://opensource.org/licenses/MIT
|
20 |
1. Upload the `1&1 IONOS Address Book` to the `/wp-content/plugins/` directory.
|
21 |
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
22 |
3. Activate connection to 1&1 IONOS Address Book API as described in plugin welcome page on admin dashboard
|
23 |
+
4. Save your changes.
|
24 |
+
|
25 |
+
== Changelog ==
|
26 |
+
|
27 |
+
Project and support maintained on github at [1and1/wp-cosy-address-book](https://github.com/1and1/wp-cosy-address-book).
|
28 |
+
|
29 |
+
= 1.0.1 =
|
30 |
+
* added license file
|