Changeset 3449385
- Timestamp:
- 01/29/2026 09:07:39 AM (2 months ago)
- Location:
- wp-accounts
- Files:
-
- 2 edited
- 14 copied
-
tags/1.9.6 (copied) (copied from wp-accounts/trunk)
-
tags/1.9.6/css (copied) (copied from wp-accounts/trunk/css)
-
tags/1.9.6/css/images (copied) (copied from wp-accounts/trunk/css/images)
-
tags/1.9.6/download-client-statement.php (copied) (copied from wp-accounts/trunk/download-client-statement.php)
-
tags/1.9.6/email-footer.inc (copied) (copied from wp-accounts/trunk/email-footer.inc)
-
tags/1.9.6/email-header.inc (copied) (copied from wp-accounts/trunk/email-header.inc)
-
tags/1.9.6/export-invoices-paid.php (copied) (copied from wp-accounts/trunk/export-invoices-paid.php)
-
tags/1.9.6/export-invoices-raised.php (copied) (copied from wp-accounts/trunk/export-invoices-raised.php)
-
tags/1.9.6/export-mileage.php (copied) (copied from wp-accounts/trunk/export-mileage.php)
-
tags/1.9.6/export-payments.php (copied) (copied from wp-accounts/trunk/export-payments.php)
-
tags/1.9.6/includes/class-wpa-common.php (copied) (copied from wp-accounts/trunk/includes/class-wpa-common.php)
-
tags/1.9.6/includes/customize-controls.js (copied) (copied from wp-accounts/trunk/includes/customize-controls.js)
-
tags/1.9.6/readme.txt (copied) (copied from wp-accounts/trunk/readme.txt) (3 diffs)
-
tags/1.9.6/wp-accounts.php (copied) (copied from wp-accounts/trunk/wp-accounts.php) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp-accounts.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-accounts/tags/1.9.6/readme.txt
r3436634 r3449385 6 6 Tested up to: 6.9 7 7 Requires PHP: 6.2 8 Stable tag: 1.9. 58 Stable tag: 1.9.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.9.6 = 57 * Fixed bug with "Edit Client" link from client statement 58 56 59 = 1.9.5 = 57 60 * Fixed bugs viewing / editing payments and copying existing invoices … … 297 300 == Upgrade Notice == 298 301 299 = 1.9. 5=300 * Fixed bug s viewing / editing payments and copying existing invoices302 = 1.9.6 = 303 * Fixed bug with "Edit Client" link from client statement -
wp-accounts/tags/1.9.6/wp-accounts.php
r3436634 r3449385 2 2 /* 3 3 * Plugin Name: Web:D Accounts 4 * Version: 1.9. 54 * Version: 1.9.6 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Manage your Clients, Invoices, Receipts and Payments. Send Invoices and Receipts to clients via email. … … 24 24 class wpaccounts_class { 25 25 26 public static $version = '1.9. 5';26 public static $version = '1.9.6'; 27 27 28 28 private $cart_message = ''; … … 1192 1192 global $edit_invoices, $wpdb; 1193 1193 1194 // phpcs:ignore WordPress.Security.NonceVerification.Recommended 1194 1195 $copy_invoice = isset($_GET['copy']); 1195 1196 … … 2930 2931 2931 2932 ?> 2932 <a href="?page=manage-clients&id=<?php echo esc_attr($client_id); ?>&edit=true "><?php esc_html_e('Edit Client', 'wp-accounts'); ?></a></p>2933 <a href="?page=manage-clients&id=<?php echo esc_attr($client_id); ?>&edit=true&_wpnonce=<?php echo esc_attr($nonce); ?>"><?php esc_html_e('Edit Client', 'wp-accounts'); ?></a></p> 2933 2934 2934 2935 <table class="widefat page fixed" cellpadding="0"> -
wp-accounts/trunk/readme.txt
r3436634 r3449385 6 6 Tested up to: 6.9 7 7 Requires PHP: 6.2 8 Stable tag: 1.9. 58 Stable tag: 1.9.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.9.6 = 57 * Fixed bug with "Edit Client" link from client statement 58 56 59 = 1.9.5 = 57 60 * Fixed bugs viewing / editing payments and copying existing invoices … … 297 300 == Upgrade Notice == 298 301 299 = 1.9. 5=300 * Fixed bug s viewing / editing payments and copying existing invoices302 = 1.9.6 = 303 * Fixed bug with "Edit Client" link from client statement -
wp-accounts/trunk/wp-accounts.php
r3436634 r3449385 2 2 /* 3 3 * Plugin Name: Web:D Accounts 4 * Version: 1.9. 54 * Version: 1.9.6 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Manage your Clients, Invoices, Receipts and Payments. Send Invoices and Receipts to clients via email. … … 24 24 class wpaccounts_class { 25 25 26 public static $version = '1.9. 5';26 public static $version = '1.9.6'; 27 27 28 28 private $cart_message = ''; … … 1192 1192 global $edit_invoices, $wpdb; 1193 1193 1194 // phpcs:ignore WordPress.Security.NonceVerification.Recommended 1194 1195 $copy_invoice = isset($_GET['copy']); 1195 1196 … … 2930 2931 2931 2932 ?> 2932 <a href="?page=manage-clients&id=<?php echo esc_attr($client_id); ?>&edit=true "><?php esc_html_e('Edit Client', 'wp-accounts'); ?></a></p>2933 <a href="?page=manage-clients&id=<?php echo esc_attr($client_id); ?>&edit=true&_wpnonce=<?php echo esc_attr($nonce); ?>"><?php esc_html_e('Edit Client', 'wp-accounts'); ?></a></p> 2933 2934 2934 2935 <table class="widefat page fixed" cellpadding="0">
Note: See TracChangeset
for help on using the changeset viewer.