Plugin Directory

Changeset 2669897


Ignore:
Timestamp:
01/31/2022 02:38:11 PM (4 years ago)
Author:
webbstart
Message:

Fixes

Location:
wp-scrive/trunk
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • wp-scrive/trunk/includes/settings.php

    r2669812 r2669897  
    11<?php
    22/*
    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
     3WP Scrive by Webbstart is free software: you can redistribute it and/or modify
     4it under the terms of the GNU General Public License as published by
     5the Free Software Foundation, either version 2 of the License, or
     6any later version.
    107 
    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/.
     8WP Scrive by Webbstart is distributed in the hope that it will be useful,
     9but WITHOUT ANY WARRANTY; without even the implied warranty of
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     11GNU General Public License for more details.
     12 
     13You should have received a copy of the GNU General Public License
     14along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
    1315
    1416NOTE: All trademarks may mentioned in this software belongs to their respective owners.
     
    9496        register_setting( 'scrive_options', 'scrive_options' );
    9597        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' );
    9799
    98100        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  
    11<?php
    22/*
    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
     3WP Scrive by Webbstart is free software: you can redistribute it and/or modify
     4it under the terms of the GNU General Public License as published by
     5the Free Software Foundation, either version 2 of the License, or
     6any later version.
    107 
    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/.
     8WP Scrive by Webbstart is distributed in the hope that it will be useful,
     9but WITHOUT ANY WARRANTY; without even the implied warranty of
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     11GNU General Public License for more details.
     12 
     13You should have received a copy of the GNU General Public License
     14along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
    1315
    1416NOTE: All trademarks may mentioned in this software belongs to their respective owners.
  • wp-scrive/trunk/readme.txt

    r2669824 r2669897  
    3232= Can I help translate it to my language? =
    3333
    34 Of course, we have full support for the translate.wordpress.org system.
     34Contribute to the translation of this plugin at [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/wp-scrive/).
    3535
    3636= I do miss one feature =
     
    3939
    4040== Changelog ==
     41
     42= 1.2 =
     43* Fixed spelling errors
     44* Improved README
     45* Fixed file headers
    4146
    4247= 1.1 =
     
    4954== Upgrade Notice ==
    5055
     56= 1.2 =
     57Minor fixes
     58
    5159= 1.1 =
    5260Updated README
  • wp-scrive/trunk/template/form.php

    r2669812 r2669897  
    11<?php
    22/*
    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
     3WP Scrive by Webbstart is free software: you can redistribute it and/or modify
     4it under the terms of the GNU General Public License as published by
     5the Free Software Foundation, either version 2 of the License, or
     6any later version.
    107 
    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/.
     8WP Scrive by Webbstart is distributed in the hope that it will be useful,
     9but WITHOUT ANY WARRANTY; without even the implied warranty of
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     11GNU General Public License for more details.
     12 
     13You should have received a copy of the GNU General Public License
     14along with WP Scrive by Webbstart. If not, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
    1315
    1416NOTE: All trademarks may mentioned in this software belongs to their respective owners.
  • wp-scrive/trunk/wp-scrive.php

    r2669812 r2669897  
    284284                    break;
    285285                case "document_action_forbidden":
    286                     throw new Exception(__( 'Supplied credential does not have sufficient privileges to perform perform actions 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);
    287287                    break;
    288288                case "resource_not_found":
Note: See TracChangeset for help on using the changeset viewer.