Changeset 1593232
- Timestamp:
- 02/10/2017 11:09:15 AM (9 years ago)
- Location:
- carpoolevents
- Files:
-
- 2 edited
- 3 copied
-
tags/1.4.2 (copied) (copied from carpoolevents/trunk)
-
tags/1.4.2/carpool.php (copied) (copied from carpoolevents/trunk/carpool.php) (2 diffs)
-
tags/1.4.2/readme.txt (copied) (copied from carpoolevents/trunk/readme.txt) (2 diffs)
-
trunk/carpool.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
carpoolevents/tags/1.4.2/carpool.php
r1593208 r1593232 4 4 Plugin URI: https://www.carpool.events 5 5 Description: 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 6 Version: 1.4.2 7 7 Author: Errel 8 8 Author URI: https://www.carpool.events … … 256 256 wp_enqueue_script( 257 257 'jStorage', 258 $plugin_path . ' /jstorage.min.js',258 $plugin_path . 'jstorage.min.js', 259 259 array( 'jquery' ), 260 260 "0.4.12", //cache reset after each settingspage refresh -
carpoolevents/tags/1.4.2/readme.txt
r1593208 r1593232 5 5 Requires at least: 2.7.0 6 6 Tested up to: 4.7.2 7 Stable tag: 1.4 7 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 1.4 =94 = 1.4.2 = 95 95 * 2017 Febr 96 96 * __New in version 1.4 WordPress plugin__ -
carpoolevents/trunk/carpool.php
r1593208 r1593232 4 4 Plugin URI: https://www.carpool.events 5 5 Description: 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 6 Version: 1.4.2 7 7 Author: Errel 8 8 Author URI: https://www.carpool.events … … 256 256 wp_enqueue_script( 257 257 'jStorage', 258 $plugin_path . ' /jstorage.min.js',258 $plugin_path . 'jstorage.min.js', 259 259 array( 'jquery' ), 260 260 "0.4.12", //cache reset after each settingspage refresh -
carpoolevents/trunk/readme.txt
r1593208 r1593232 5 5 Requires at least: 2.7.0 6 6 Tested up to: 4.7.2 7 Stable tag: 1.4 7 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 1.4 =94 = 1.4.2 = 95 95 * 2017 Febr 96 96 * __New in version 1.4 WordPress plugin__
Note: See TracChangeset
for help on using the changeset viewer.