Changeset 2814112
- Timestamp:
- 11/08/2022 09:44:23 AM (3 years ago)
- Location:
- sarbacane-desktop
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.15 (copied) (copied from sarbacane-desktop/trunk)
-
tags/1.4.15/class.sarbacane.php (modified) (1 diff)
-
tags/1.4.15/locales/sarbacane-desktop-fr_FR.mo (modified) (previous)
-
tags/1.4.15/readme.txt (modified) (3 diffs)
-
tags/1.4.15/sarbacane.php (modified) (1 diff)
-
trunk/class.sarbacane.php (modified) (1 diff)
-
trunk/locales/sarbacane-desktop-fr_FR.mo (modified) (previous)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sarbacane.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sarbacane-desktop/tags/1.4.15/class.sarbacane.php
r1913275 r2814112 276 276 } 277 277 278 private function generate_csv( $new_or_updated_users, $deleted_users = array(), $list_type ) {278 private function generate_csv( $new_or_updated_users, $deleted_users, $list_type ) { 279 279 if ( "N" == $list_type ) { 280 280 $fields = get_option( 'sarbacane_news_fields', array() ); -
sarbacane-desktop/tags/1.4.15/readme.txt
r2669913 r2814112 3 3 Tags: marketing, mail, email, mailing 4 4 Requires at least: 4.0 5 Tested up to: 5.95 Tested up to: 6.1 6 6 License: GPLv2 or later 7 Stable tag: 1.4.1 47 Stable tag: 1.4.15 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 … … 79 79 == Changelog == 80 80 81 = 1.4.15 = 82 Compatibilité jusqu'à WordPress 6.1. 83 81 84 = 1.4.14 = 82 85 Compatibilité jusqu'à WordPress 5.9. … … 138 141 = English = 139 142 143 = 1.4.15 = 144 Compatibility up to WordPress 6.1. 145 140 146 = 1.4.14 = 141 147 Compatibility up to WordPress 5.9. -
sarbacane-desktop/tags/1.4.15/sarbacane.php
r2669913 r2814112 5 5 Description: This plugin allows you to synchronize your WordPress data in Sarbacane 6 6 Author: Sarbacane Software 7 Version: 1.4.1 47 Version: 1.4.15 8 8 Author URI: http://sarbacane.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress 9 9 Text Domain: sarbacane-desktop -
sarbacane-desktop/trunk/class.sarbacane.php
r1913275 r2814112 276 276 } 277 277 278 private function generate_csv( $new_or_updated_users, $deleted_users = array(), $list_type ) {278 private function generate_csv( $new_or_updated_users, $deleted_users, $list_type ) { 279 279 if ( "N" == $list_type ) { 280 280 $fields = get_option( 'sarbacane_news_fields', array() ); -
sarbacane-desktop/trunk/readme.txt
r2669913 r2814112 3 3 Tags: marketing, mail, email, mailing 4 4 Requires at least: 4.0 5 Tested up to: 5.95 Tested up to: 6.1 6 6 License: GPLv2 or later 7 Stable tag: 1.4.1 47 Stable tag: 1.4.15 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 … … 79 79 == Changelog == 80 80 81 = 1.4.15 = 82 Compatibilité jusqu'à WordPress 6.1. 83 81 84 = 1.4.14 = 82 85 Compatibilité jusqu'à WordPress 5.9. … … 138 141 = English = 139 142 143 = 1.4.15 = 144 Compatibility up to WordPress 6.1. 145 140 146 = 1.4.14 = 141 147 Compatibility up to WordPress 5.9. -
sarbacane-desktop/trunk/sarbacane.php
r2669913 r2814112 5 5 Description: This plugin allows you to synchronize your WordPress data in Sarbacane 6 6 Author: Sarbacane Software 7 Version: 1.4.1 47 Version: 1.4.15 8 8 Author URI: http://sarbacane.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress 9 9 Text Domain: sarbacane-desktop
Note: See TracChangeset
for help on using the changeset viewer.