Plugin Directory

Changeset 2476895


Ignore:
Timestamp:
02/18/2021 09:36:51 AM (5 years ago)
Author:
bluisier
Message:

novo-map V 1.1.1 fix bad svn manip (sorry about that)

Location:
novo-map
Files:
105 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • novo-map/tags/1.1.1/README.txt

    r2476886 r2476895  
    55Requires at least: 4.0
    66Tested up to: 5.6.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Changelog ==
    104104
     105= 1.1.1 =
     106* fixed bad svn manip when uploading new version to wp
     107
    105108= 1.1.0 =
    106109* upgrade to gmap api 3.43
  • novo-map/tags/1.1.1/novo-map.php

    r2476886 r2476895  
    1717 * Plugin URI:        https://wordpress.org/plugins/novo-map/
    1818 * Description:       Display all your posts and pages on custom google maps
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            novo-media
    2121 * Author URI:        https://novo-media.ch
     
    3131}
    3232
    33 define( 'NOVO_MAP_VERSION', '1.1.0' );
     33define( 'NOVO_MAP_VERSION', '1.1.1' );
    3434
    3535/**
  • novo-map/trunk/README.txt

    r2476886 r2476895  
    55Requires at least: 4.0
    66Tested up to: 5.6.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Changelog ==
    104104
     105= 1.1.1 =
     106* fixed bad svn manip when uploading new version to wp
     107
    105108= 1.1.0 =
    106109* upgrade to gmap api 3.43
  • novo-map/trunk/novo-map.php

    r2476886 r2476895  
    1717 * Plugin URI:        https://wordpress.org/plugins/novo-map/
    1818 * Description:       Display all your posts and pages on custom google maps
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            novo-media
    2121 * Author URI:        https://novo-media.ch
     
    3131}
    3232
    33 define( 'NOVO_MAP_VERSION', '1.1.0' );
     33define( 'NOVO_MAP_VERSION', '1.1.1' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.