Plugin Directory

Changeset 2339539


Ignore:
Timestamp:
07/13/2020 08:13:19 AM (6 years ago)
Author:
mowomo
Message:

Update of new version

Location:
mowomo-redes-sociales
Files:
3 deleted
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • mowomo-redes-sociales/tags/2.0.2/README.md

    r2339530 r2339539  
    44Requires at least: 4.6
    55Tested up to: 5.4.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    3636
    3737== Changelog ==
     38= 2.0.2 =
     39
     40-   Improved performance, making the plugin work better in installations with js optimization
     41-   Bugs fixed
     42
    3843= 2.0.1 =
    3944
    4045-   Bugs fixed
     46
    4147
    4248= 2.0.0 =
  • mowomo-redes-sociales/tags/2.0.2/mowomo-redessociales.php

    r2339530 r2339539  
    88 * Text Domain: mowomo-redes-sociales
    99 * Domain Path: /languages/
    10  * Version: 2.0.1
     10 * Version: 2.0.2
    1111 * License: GPLv2 or later.
    1212 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232    return;
    3333} else {
    34     define('MWM_RRSS_VERSION', '2.0.1');
     34    define('MWM_RRSS_VERSION', '2.0.2');
    3535}
    3636if (!defined('MWM_RRSS_SLUG')) {
  • mowomo-redes-sociales/trunk/README.md

    r2339530 r2339539  
    44Requires at least: 4.6
    55Tested up to: 5.4.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    3636
    3737== Changelog ==
     38= 2.0.2 =
     39
     40-   Improved performance, making the plugin work better in installations with js optimization
     41-   Bugs fixed
     42
    3843= 2.0.1 =
    3944
    4045-   Bugs fixed
     46
    4147
    4248= 2.0.0 =
  • mowomo-redes-sociales/trunk/mowomo-redessociales.php

    r2339530 r2339539  
    88 * Text Domain: mowomo-redes-sociales
    99 * Domain Path: /languages/
    10  * Version: 2.0.1
     10 * Version: 2.0.2
    1111 * License: GPLv2 or later.
    1212 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232    return;
    3333} else {
    34     define('MWM_RRSS_VERSION', '2.0.1');
     34    define('MWM_RRSS_VERSION', '2.0.2');
    3535}
    3636if (!defined('MWM_RRSS_SLUG')) {
Note: See TracChangeset for help on using the changeset viewer.