Changeset 1793770
- Timestamp:
- 12/28/2017 06:03:18 PM (8 years ago)
- Location:
- simple-cyclos-leaflet-map
- Files:
-
- 6 added
- 6 deleted
- 4 edited
-
tags/1.0/cyclosUserMap-admin-config.php (deleted)
-
tags/1.0/cyclosUserMap-common.php (deleted)
-
tags/1.0/cyclosUserMap-map.php (deleted)
-
tags/1.0/cyclosUsersMap-admin-config.php (added)
-
tags/1.0/cyclosUsersMap-common.php (added)
-
tags/1.0/cyclosUsersMap-map.php (added)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
tags/1.0/simple-cyclos-leaflet-map.php (modified) (2 diffs)
-
trunk/cyclosUserMap-admin-config.php (deleted)
-
trunk/cyclosUserMap-common.php (deleted)
-
trunk/cyclosUserMap-map.php (deleted)
-
trunk/cyclosUsersMap-admin-config.php (added)
-
trunk/cyclosUsersMap-common.php (added)
-
trunk/cyclosUsersMap-map.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-cyclos-leaflet-map.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-cyclos-leaflet-map/tags/1.0/readme.txt
r1793697 r1793770 1 === Cyclos User Map ===1 === Cyclos Users Map === 2 2 Contributors: Cyclos, Jelmer Oosthoek, augusto1995 3 3 Tags: Cyclos, Cyclos map, User directory, User map, Banking, Payment, Barter, Remittances, Micro Finance, Complementary Currency, Mobile Money … … 12 12 13 13 == Description == 14 = Cyclos wordpress Plugin =15 This plugin enables you to easily add a Cyclos business directory or user map to your wordpress blog. Our special thanks go out to Jelmer Oosthoek who created the basis of this plugin for us.14 = Cyclos Users Map wordpress Plugin = 15 This plugin enables you to easily add a Cyclos business directory or users map to your wordpress blog. Our special thanks go out to Jelmer Oosthoek who created the basis of this plugin for us. 16 16 17 17 == Installation == 18 18 1. Upload the plugin files to the `/wp-content/plugins/simple-cyclos-leaflet-map` directory, or install the plugin through the WordPress plugins screen directly. 19 19 2. Activate the plugin through the 'Plugins' screen in WordPress 20 3. Go to "Settings" -> "Cyclos User Map" to configure the plugin and follow the instructions there to use it.20 3. Go to "Settings" -> "Cyclos Users Map" to configure the plugin and follow the instructions there to use it. 21 21 22 22 == Frequently Asked Questions == -
simple-cyclos-leaflet-map/tags/1.0/simple-cyclos-leaflet-map.php
r1793680 r1793770 1 1 <?php 2 2 /* 3 * Plugin Name: Cyclos User Map3 * Plugin Name: Cyclos Users Map 4 4 * Plugin URI: https://plugins.svn.wordpress.org/simple-cyclos-leaflet-map 5 5 * Description: Integrates a business directory map of Cyclos users into your WordPress blog. … … 33 33 // Block people to access the script directly (against malicious attempts) 34 34 defined ( 'ABSPATH' ) or die ( 'No script kiddies please!' ); 35 function cyclosUser Map_plugin_activate() {35 function cyclosUsersMap_plugin_activate() { 36 36 if (version_compare ( PHP_VERSION, '5.3.0', '<' )) { 37 wp_die ( 'The Cyclos User Map plugin requires at least PHP version 5.3.0 You have ' . PHP_VERSION );37 wp_die ( 'The Cyclos Users Map plugin requires at least PHP version 5.3.0 You have ' . PHP_VERSION ); 38 38 deactivate_plugins ( basename ( __FILE__ ) ); 39 39 } 40 40 } 41 register_activation_hook ( __FILE__, 'cyclosUser Map_plugin_activate' );41 register_activation_hook ( __FILE__, 'cyclosUsersMap_plugin_activate' ); 42 42 43 43 if (version_compare ( PHP_VERSION, '5.3.0', '>=' )) { 44 include_once 'cyclosUser Map-common.php';45 include_once 'cyclosUser Map-map.php';46 include_once 'cyclosUser Map-admin-config.php';44 include_once 'cyclosUsersMap-common.php'; 45 include_once 'cyclosUsersMap-map.php'; 46 include_once 'cyclosUsersMap-admin-config.php'; 47 47 } 48 48 ?> -
simple-cyclos-leaflet-map/trunk/readme.txt
r1793697 r1793770 1 === Cyclos User Map ===1 === Cyclos Users Map === 2 2 Contributors: Cyclos, Jelmer Oosthoek, augusto1995 3 3 Tags: Cyclos, Cyclos map, User directory, User map, Banking, Payment, Barter, Remittances, Micro Finance, Complementary Currency, Mobile Money … … 12 12 13 13 == Description == 14 = Cyclos wordpress Plugin =15 This plugin enables you to easily add a Cyclos business directory or user map to your wordpress blog. Our special thanks go out to Jelmer Oosthoek who created the basis of this plugin for us.14 = Cyclos Users Map wordpress Plugin = 15 This plugin enables you to easily add a Cyclos business directory or users map to your wordpress blog. Our special thanks go out to Jelmer Oosthoek who created the basis of this plugin for us. 16 16 17 17 == Installation == 18 18 1. Upload the plugin files to the `/wp-content/plugins/simple-cyclos-leaflet-map` directory, or install the plugin through the WordPress plugins screen directly. 19 19 2. Activate the plugin through the 'Plugins' screen in WordPress 20 3. Go to "Settings" -> "Cyclos User Map" to configure the plugin and follow the instructions there to use it.20 3. Go to "Settings" -> "Cyclos Users Map" to configure the plugin and follow the instructions there to use it. 21 21 22 22 == Frequently Asked Questions == -
simple-cyclos-leaflet-map/trunk/simple-cyclos-leaflet-map.php
r1793682 r1793770 1 1 <?php 2 2 /* 3 * Plugin Name: Cyclos User Map3 * Plugin Name: Cyclos Users Map 4 4 * Plugin URI: https://plugins.svn.wordpress.org/simple-cyclos-leaflet-map 5 5 * Description: Integrates a business directory map of Cyclos users into your WordPress blog. … … 33 33 // Block people to access the script directly (against malicious attempts) 34 34 defined ( 'ABSPATH' ) or die ( 'No script kiddies please!' ); 35 function cyclosUser Map_plugin_activate() {35 function cyclosUsersMap_plugin_activate() { 36 36 if (version_compare ( PHP_VERSION, '5.3.0', '<' )) { 37 wp_die ( 'The Cyclos User Map plugin requires at least PHP version 5.3.0 You have ' . PHP_VERSION );37 wp_die ( 'The Cyclos Users Map plugin requires at least PHP version 5.3.0 You have ' . PHP_VERSION ); 38 38 deactivate_plugins ( basename ( __FILE__ ) ); 39 39 } 40 40 } 41 register_activation_hook ( __FILE__, 'cyclosUser Map_plugin_activate' );41 register_activation_hook ( __FILE__, 'cyclosUsersMap_plugin_activate' ); 42 42 43 43 if (version_compare ( PHP_VERSION, '5.3.0', '>=' )) { 44 include_once 'cyclosUser Map-common.php';45 include_once 'cyclosUser Map-map.php';46 include_once 'cyclosUser Map-admin-config.php';44 include_once 'cyclosUsersMap-common.php'; 45 include_once 'cyclosUsersMap-map.php'; 46 include_once 'cyclosUsersMap-admin-config.php'; 47 47 } 48 48 ?>
Note: See TracChangeset
for help on using the changeset viewer.