Changeset 942938
- Timestamp:
- 07/03/2014 02:48:49 PM (12 years ago)
- Location:
- pricemesh/trunk
- Files:
-
- 3 edited
-
pricemesh.php (modified) (1 diff)
-
public/pricemesh-public.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pricemesh/trunk/pricemesh.php
r917041 r942938 4 4 Plugin URI: https://www.pricemesh.io/plugins/wordpress/ 5 5 Description: Mit diesem Plugin ist es möglich Wordpress um einen eigenen Preisvergleich zu erweitern. 6 Version: 1.4. 16 Version: 1.4.2 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r917041 r942938 22 22 * @var string 23 23 */ 24 const VERSION = '1.4. 1';24 const VERSION = '1.4.2'; 25 25 26 26 /** … … 380 380 if($this->is_injection_needed()){ 381 381 $opts = self::get_pricemesh_settings(); 382 if(current_user_can('edit_post', get_post_meta($GLOBALS['post']->ID)) && $opts["debug"]){ 383 $debug = "on"; 384 }else{ 385 $debug = "off"; 382 $debug = "off"; 383 384 if(current_user_can('delete_pages')){ 385 if($opts["debug"] == "on"){ 386 $debug = "on"; 387 } 386 388 } 387 389 echo "<script type='text/javascript'> -
pricemesh/trunk/readme.txt
r917041 r942938 4 4 Requires at least: 3.4 5 5 Tested up to: 3.9.1 6 Stable tag: 1.4. 16 Stable tag: 1.4.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.4.2 = 76 * Bugfix 77 75 78 = 1.4.1 = 76 79 * Bugfix
Note: See TracChangeset
for help on using the changeset viewer.