Changeset 2669897
- Timestamp:
- 01/31/2022 02:38:11 PM (4 years ago)
- Location:
- wp-scrive/trunk
- Files:
-
- 1 deleted
- 5 edited
-
.gitattributes (deleted)
-
includes/settings.php (modified) (2 diffs)
-
includes/setup.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
template/form.php (modified) (1 diff)
-
wp-scrive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-scrive/trunk/includes/settings.php
r2669812 r2669897 1 1 <?php 2 2 /* 3 WP Scrive by Webbstart is commercial software: You are not permitted to: 4 5 1. Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things 6 2. Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose 7 3. Allow any third party to use the Software on behalf of or for the benefit of any third party 8 4. Use the Software in any way which breaches any applicable local, national or international law 9 5. Use the Software for any purpose that Webbstart Sverige HB considers is a breach of the EULA agreement 3 WP Scrive by Webbstart is free software: you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation, either version 2 of the License, or 6 any later version. 10 7 11 You should have received a copy of the End-User License Agreement (EULA) 12 along with WP Scrive by Webbstart. If not, see https://webbstart.nu/wp-scrive-eula/. 8 WP Scrive by Webbstart is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html. 13 15 14 16 NOTE: All trademarks may mentioned in this software belongs to their respective owners. … … 94 96 register_setting( 'scrive_options', 'scrive_options' ); 95 97 add_settings_section( 'scrive_settings', __('WP Scrive - Settings', 'wp-scrive'), null, 'wp-scrive_plugin' ); 96 add_settings_section( 'scrive_api', __('API -settings', 'wp-scrive'), [ $this, 'scrive_api_text' ], 'wp-scrive_plugin' );98 add_settings_section( 'scrive_api', __('API settings', 'wp-scrive'), [ $this, 'scrive_api_text' ], 'wp-scrive_plugin' ); 97 99 98 100 add_settings_field( 'scrive_setting_doc_id', __('Document-ID', 'wp-scrive'), [ $this, 'scrive_setting_doc_id' ], 'wp-scrive_plugin', 'scrive_settings' ); -
wp-scrive/trunk/includes/setup.php
r2669812 r2669897 1 1 <?php 2 2 /* 3 WP Scrive by Webbstart is commercial software: You are not permitted to: 4 5 1. Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things 6 2. Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose 7 3. Allow any third party to use the Software on behalf of or for the benefit of any third party 8 4. Use the Software in any way which breaches any applicable local, national or international law 9 5. Use the Software for any purpose that Webbstart Sverige HB considers is a breach of the EULA agreement 3 WP Scrive by Webbstart is free software: you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation, either version 2 of the License, or 6 any later version. 10 7 11 You should have received a copy of the End-User License Agreement (EULA) 12 along with WP Scrive by Webbstart. If not, see https://webbstart.nu/wp-scrive-eula/. 8 WP Scrive by Webbstart is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html. 13 15 14 16 NOTE: All trademarks may mentioned in this software belongs to their respective owners. -
wp-scrive/trunk/readme.txt
r2669824 r2669897 32 32 = Can I help translate it to my language? = 33 33 34 Of course, we have full support for the translate.wordpress.org system.34 Contribute to the translation of this plugin at [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/wp-scrive/). 35 35 36 36 = I do miss one feature = … … 39 39 40 40 == Changelog == 41 42 = 1.2 = 43 * Fixed spelling errors 44 * Improved README 45 * Fixed file headers 41 46 42 47 = 1.1 = … … 49 54 == Upgrade Notice == 50 55 56 = 1.2 = 57 Minor fixes 58 51 59 = 1.1 = 52 60 Updated README -
wp-scrive/trunk/template/form.php
r2669812 r2669897 1 1 <?php 2 2 /* 3 WP Scrive by Webbstart is commercial software: You are not permitted to: 4 5 1. Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things 6 2. Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose 7 3. Allow any third party to use the Software on behalf of or for the benefit of any third party 8 4. Use the Software in any way which breaches any applicable local, national or international law 9 5. Use the Software for any purpose that Webbstart Sverige HB considers is a breach of the EULA agreement 3 WP Scrive by Webbstart is free software: you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation, either version 2 of the License, or 6 any later version. 10 7 11 You should have received a copy of the End-User License Agreement (EULA) 12 along with WP Scrive by Webbstart. If not, see https://webbstart.nu/wp-scrive-eula/. 8 WP Scrive by Webbstart is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html. 13 15 14 16 NOTE: All trademarks may mentioned in this software belongs to their respective owners. -
wp-scrive/trunk/wp-scrive.php
r2669812 r2669897 284 284 break; 285 285 case "document_action_forbidden": 286 throw new Exception(__( 'Supplied credential does not have sufficient privileges to perform performactions on this document.', 'wp-scrive' ), $document->http_code);286 throw new Exception(__( 'Supplied credential does not have sufficient privileges to perform actions on this document.', 'wp-scrive' ), $document->http_code); 287 287 break; 288 288 case "resource_not_found":
Note: See TracChangeset
for help on using the changeset viewer.