Changeset 1486503
- Timestamp:
- 08/30/2016 02:35:28 PM (9 years ago)
- Location:
- clicface-trombi
- Files:
-
- 28 added
- 2 edited
-
tags/2.02 (added)
-
tags/2.02/clicface-trombi.php (added)
-
tags/2.02/css (added)
-
tags/2.02/css/clicface-trombi-admin-images.css (added)
-
tags/2.02/css/clicface-trombi-admin-styles.css (added)
-
tags/2.02/css/clicface-trombi-thickbox.css (added)
-
tags/2.02/css/clicface-trombi.css (added)
-
tags/2.02/css/sprite.png (added)
-
tags/2.02/i18n (added)
-
tags/2.02/i18n/clicface-trombi-fr_FR.mo (added)
-
tags/2.02/i18n/clicface-trombi-fr_FR.po (added)
-
tags/2.02/i18n/clicface-trombi.pot (added)
-
tags/2.02/img (added)
-
tags/2.02/img/clicface-trombi-images-placeholder.png (added)
-
tags/2.02/img/default_picture.png (added)
-
tags/2.02/img/facebook.png (added)
-
tags/2.02/img/linkedin.png (added)
-
tags/2.02/img/twitter.png (added)
-
tags/2.02/img/youtube.png (added)
-
tags/2.02/includes (added)
-
tags/2.02/includes/class-collaborateur.php (added)
-
tags/2.02/includes/settings-initialization.php (added)
-
tags/2.02/lib (added)
-
tags/2.02/lib/clicface-trombi-admin-images.js (added)
-
tags/2.02/lib/clicface-trombi-admin-settings.js (added)
-
tags/2.02/readme.txt (added)
-
tags/2.02/templates (added)
-
tags/2.02/templates/single-collaborateur.php (added)
-
trunk/clicface-trombi.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicface-trombi/trunk/clicface-trombi.php
r1457457 r1486503 4 4 Plugin URI: https://plugins.clicface.com/ 5 5 Description: A great plugin for WordPress that creates a directory of all your employees. 6 Version: 2.0 26 Version: 2.03 7 7 Author: Clicface 8 8 Author URI: https://plugins.clicface.com/ … … 315 315 if ($type == 'collaborateur') { 316 316 $update_post['ID'] = $post_id; 317 318 if ( isset($_POST['nom']) && isset($_POST['prenom']) ) { 319 update_post_meta($post_id, 'nom', $_POST['nom']); 320 update_post_meta($post_id, 'prenom', $_POST['prenom']); 321 update_post_meta($post_id, 'mail', $_POST['mail']); 322 update_post_meta($post_id, 'website', $_POST['website']); 323 update_post_meta($post_id, 'fonction', $_POST['fonction']); 324 update_post_meta($post_id, 'telephone_fixe', $_POST['telephone_fixe']); 325 update_post_meta($post_id, 'telephone_portable', $_POST['telephone_portable']); 326 update_post_meta($post_id, 'commentaires', $_POST['commentaires']); 327 update_post_meta($post_id, 'facebook', $_POST['facebook']); 328 update_post_meta($post_id, 'twitter', $_POST['twitter']); 329 update_post_meta($post_id, 'linkedin', $_POST['linkedin']); 330 update_post_meta($post_id, 'youtube', $_POST['youtube']); 331 } 317 332 318 333 // On sauvegarde une première fois -
clicface-trombi/trunk/readme.txt
r1457457 r1486503 4 4 Tags: online directory, directory, employee, employee list, employees, staff, staff directory, staff list, business directory, member directory, trombinoscope, org chart 5 5 Requires at least: 2.9.2 6 Tested up to: 4. 5.37 Stable tag: 2.0 26 Tested up to: 4.6 7 Stable tag: 2.03 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 = 2.03 = 88 * Improving the creation of a new employee 89 87 90 = 2.02 = 88 91 * Forcing Permalink structure update after plugin activation to avoid 404 errors
Note: See TracChangeset
for help on using the changeset viewer.