Changeset 3248573
- Timestamp:
- 02/28/2025 03:37:38 PM (13 months ago)
- Location:
- wpshopgermany-it-recht-kanzlei
- Files:
-
- 21 added
- 4 edited
-
tags/2.1 (added)
-
tags/2.1/classes (added)
-
tags/2.1/classes/wpsg_itrecht.class.php (added)
-
tags/2.1/functions.php (added)
-
tags/2.1/lang (added)
-
tags/2.1/lang/wpsgitrecht.po (added)
-
tags/2.1/readme.txt (added)
-
tags/2.1/screenshot-1.jpg (added)
-
tags/2.1/screenshot-2.jpg (added)
-
tags/2.1/screenshot-3.jpg (added)
-
tags/2.1/screenshot-4.jpg (added)
-
tags/2.1/screenshot-5.jpg (added)
-
tags/2.1/screenshot-6.jpg (added)
-
tags/2.1/screenshot-7.jpg (added)
-
tags/2.1/screenshot-8.jpg (added)
-
tags/2.1/views (added)
-
tags/2.1/views/form.phtml (added)
-
tags/2.1/views/fullform.phtml (added)
-
tags/2.1/views/gfx (added)
-
tags/2.1/views/gfx/arrow_refresh_small.png (added)
-
tags/2.1/wpshopgermany-itrecht.php (added)
-
trunk/classes/wpsg_itrecht.class.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/fullform.phtml (modified) (1 diff)
-
trunk/wpshopgermany-itrecht.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpshopgermany-it-recht-kanzlei/trunk/classes/wpsg_itrecht.class.php
r2911773 r3248573 26 26 27 27 } 28 28 29 29 echo $this->render('fullform.phtml'); 30 30 31 31 } // function dispatch() 32 32 … … 432 432 public function saveForm() 433 433 { 434 434 435 check_admin_referer('wpsg_itrecht'); 436 435 437 global $wpdb; 436 438 -
wpshopgermany-it-recht-kanzlei/trunk/readme.txt
r3227233 r3248573 4 4 Tags: IT-Recht Kanzlei München, Shops, Rechtstexte, AGB, Impressum 5 5 Requires at least: 3.0 6 Tested up to: 6.7. 17 Stable tag: 2. 06 Tested up to: 6.7.2 7 Stable tag: 2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 126 126 = 2.0 = 127 127 * 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 31 31 32 32 <form method="POST" class="wpsgitrecht_form"> 33 33 34 <?php wp_nonce_field( 'wpsg_itrecht' ); ?> 35 34 36 <?php echo $this->showForm(); ?> 35 37 -
wpshopgermany-it-recht-kanzlei/trunk/wpshopgermany-itrecht.php
r3227233 r3248573 7 7 Author: maennchen1.de 8 8 Text Domain: wpsgit 9 Version: 2. 09 Version: 2.1 10 10 Author URI: http://maennchen1.de/ 11 11 */
Note: See TracChangeset
for help on using the changeset viewer.