Plugin Directory

Changeset 1593232


Ignore:
Timestamp:
02/10/2017 11:09:15 AM (9 years ago)
Author:
Errel
Message:

tagging version 1.4.2

Location:
carpoolevents
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • carpoolevents/tags/1.4.2/carpool.php

    r1593208 r1593232  
    44Plugin URI: https://www.carpool.events
    55Description: Add carpooling to your WordPress site. Fully integrated. No hassles. Click SETTINGS in the left WP menu-bar and select carpool.events to configure this plugin.
    6 Version: 1.4
     6Version: 1.4.2
    77Author: Errel
    88Author URI: https://www.carpool.events
     
    256256    wp_enqueue_script(
    257257        'jStorage',
    258         $plugin_path . '/jstorage.min.js',
     258        $plugin_path . 'jstorage.min.js',
    259259        array( 'jquery' ),
    260260        "0.4.12",  //cache reset after each settingspage refresh
  • carpoolevents/tags/1.4.2/readme.txt

    r1593208 r1593232  
    55Requires at least: 2.7.0
    66Tested up to: 4.7.2
    7 Stable tag: 1.4
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
    94 = 1.4 =
     94= 1.4.2 =
    9595* 2017 Febr
    9696* __New in version 1.4 WordPress plugin__
  • carpoolevents/trunk/carpool.php

    r1593208 r1593232  
    44Plugin URI: https://www.carpool.events
    55Description: Add carpooling to your WordPress site. Fully integrated. No hassles. Click SETTINGS in the left WP menu-bar and select carpool.events to configure this plugin.
    6 Version: 1.4
     6Version: 1.4.2
    77Author: Errel
    88Author URI: https://www.carpool.events
     
    256256    wp_enqueue_script(
    257257        'jStorage',
    258         $plugin_path . '/jstorage.min.js',
     258        $plugin_path . 'jstorage.min.js',
    259259        array( 'jquery' ),
    260260        "0.4.12",  //cache reset after each settingspage refresh
  • carpoolevents/trunk/readme.txt

    r1593208 r1593232  
    55Requires at least: 2.7.0
    66Tested up to: 4.7.2
    7 Stable tag: 1.4
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
    94 = 1.4 =
     94= 1.4.2 =
    9595* 2017 Febr
    9696* __New in version 1.4 WordPress plugin__
Note: See TracChangeset for help on using the changeset viewer.