Plugin Directory

Changeset 3248573


Ignore:
Timestamp:
02/28/2025 03:37:38 PM (13 months ago)
Author:
maennchen1.de
Message:

: Release 2.1
: Nonces eingefügt

Location:
wpshopgermany-it-recht-kanzlei
Files:
21 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpshopgermany-it-recht-kanzlei/trunk/classes/wpsg_itrecht.class.php

    r2911773 r3248573  
    2626                   
    2727            }
    28                        
     28
    2929            echo $this->render('fullform.phtml');
    30            
     30
    3131        } // function dispatch()
    3232       
     
    432432        public function saveForm()
    433433        {
    434            
     434
     435            check_admin_referer('wpsg_itrecht');
     436
    435437            global $wpdb;
    436438           
  • wpshopgermany-it-recht-kanzlei/trunk/readme.txt

    r3227233 r3248573  
    44Tags: IT-Recht Kanzlei München, Shops, Rechtstexte, AGB, Impressum
    55Requires at least: 3.0
    6 Tested up to: 6.7.1
    7 Stable tag: 2.0
     6Tested up to: 6.7.2
     7Stable tag: 2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    126126= 2.0 =
    127127* Wordpress 6.7.1 Kompatibilität / PHP 8.4
     128
     129= 2.1 =
     130* Wordpress 6.7.2 Kompatibilität
     131* Sicherheitsanpassungen durch Nonces
  • wpshopgermany-it-recht-kanzlei/trunk/views/fullform.phtml

    r2402317 r3248573  
    3131
    3232    <form method="POST" class="wpsgitrecht_form">
    33        
     33
     34        <?php wp_nonce_field( 'wpsg_itrecht' ); ?>
     35
    3436        <?php echo $this->showForm(); ?>
    3537       
  • wpshopgermany-it-recht-kanzlei/trunk/wpshopgermany-itrecht.php

    r3227233 r3248573  
    77    Author: maennchen1.de
    88    Text Domain: wpsgit
    9     Version: 2.0
     9    Version: 2.1
    1010    Author URI: http://maennchen1.de/
    1111    */
Note: See TracChangeset for help on using the changeset viewer.