Plugin Directory

Changeset 2814112


Ignore:
Timestamp:
11/08/2022 09:44:23 AM (3 years ago)
Author:
sarbacanesoftware
Message:

1.4.15

Location:
sarbacane-desktop
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sarbacane-desktop/tags/1.4.15/class.sarbacane.php

    r1913275 r2814112  
    276276    }
    277277
    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 ) {
    279279        if ( "N" == $list_type ) {
    280280            $fields = get_option( 'sarbacane_news_fields', array() );
  • sarbacane-desktop/tags/1.4.15/readme.txt

    r2669913 r2814112  
    33Tags: marketing, mail, email, mailing
    44Requires at least: 4.0
    5 Tested up to: 5.9
     5Tested up to: 6.1
    66License: GPLv2 or later
    7 Stable tag: 1.4.14
     7Stable tag: 1.4.15
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
     
    7979== Changelog ==
    8080
     81= 1.4.15 =
     82Compatibilité jusqu'à WordPress 6.1.
     83
    8184= 1.4.14 =
    8285Compatibilité jusqu'à WordPress 5.9.
     
    138141= English =
    139142
     143= 1.4.15 =
     144Compatibility up to WordPress 6.1.
     145
    140146= 1.4.14 =
    141147Compatibility up to WordPress 5.9.
  • sarbacane-desktop/tags/1.4.15/sarbacane.php

    r2669913 r2814112  
    55Description: This plugin allows you to synchronize your WordPress data in Sarbacane
    66Author: Sarbacane Software
    7 Version: 1.4.14
     7Version: 1.4.15
    88Author URI: http://sarbacane.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress
    99Text Domain: sarbacane-desktop
  • sarbacane-desktop/trunk/class.sarbacane.php

    r1913275 r2814112  
    276276    }
    277277
    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 ) {
    279279        if ( "N" == $list_type ) {
    280280            $fields = get_option( 'sarbacane_news_fields', array() );
  • sarbacane-desktop/trunk/readme.txt

    r2669913 r2814112  
    33Tags: marketing, mail, email, mailing
    44Requires at least: 4.0
    5 Tested up to: 5.9
     5Tested up to: 6.1
    66License: GPLv2 or later
    7 Stable tag: 1.4.14
     7Stable tag: 1.4.15
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
     
    7979== Changelog ==
    8080
     81= 1.4.15 =
     82Compatibilité jusqu'à WordPress 6.1.
     83
    8184= 1.4.14 =
    8285Compatibilité jusqu'à WordPress 5.9.
     
    138141= English =
    139142
     143= 1.4.15 =
     144Compatibility up to WordPress 6.1.
     145
    140146= 1.4.14 =
    141147Compatibility up to WordPress 5.9.
  • sarbacane-desktop/trunk/sarbacane.php

    r2669913 r2814112  
    55Description: This plugin allows you to synchronize your WordPress data in Sarbacane
    66Author: Sarbacane Software
    7 Version: 1.4.14
     7Version: 1.4.15
    88Author URI: http://sarbacane.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress
    99Text Domain: sarbacane-desktop
Note: See TracChangeset for help on using the changeset viewer.