Skip to content

Commit

Permalink
Merge pull request #287 from PressForward/3.1.x
Browse files Browse the repository at this point in the history
3.1.2 - A release for testers.
  • Loading branch information
AramZS committed May 20, 2014
2 parents 8582e85 + ad6cdb8 commit 522748d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
5 changes: 3 additions & 2 deletions assets/js/scroll-imp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions assets/js/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function commentPopModal(){
var itemID = element.attr('pf-item-id');
var postID = element.attr('pf-post-id');
var item_post_ID = element.attr('pf-item-post-id');
jQuery('#ef-comments_wrapper').remove();
//alert(modalIDString);
jQuery.post(ajaxurl, {
action: 'ajax_get_comments',
Expand All @@ -90,6 +91,10 @@ function commentPopModal(){
jQuery('#comment_modal_'+item_post_ID+' .modal-body').html(comment_response);
});
});

jQuery('.pf_container').on('hide', '.modal.comment-modal', function(evt){
jQuery('#ef-comments_wrapper').remove();
});
}

function reshowModal(){
Expand Down Expand Up @@ -152,6 +157,9 @@ function reviewModal(){
function hideModal(){
jQuery('.pf_container').on('hide', ".modal.pfmodal", function(evt){
jQuery(".pfmodal .modal-comments").html('');
if (typeof editorialCommentReply == 'function') {
editorialCommentReply.close();
}
jQuery('#wpadminbar').show();
jQuery('#adminmenuback').show();
jQuery('#adminmenuwrap').show();
Expand Down
4 changes: 2 additions & 2 deletions pressforward.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: PressForward
Plugin URI: http://pressforward.org/
Description: This plugin is an aggregation parser for CHNM's Press Forward project.
Version: 3.1.1
Version: 3.1.2
Author: Aram Zucker-Scharff, Boone B Gorges, Jeremy Boggs
Author URI: http://aramzs.me, http://boone.gorg.es/, http://clioweb.org
License: GPL2
Expand Down Expand Up @@ -34,7 +34,7 @@
define( 'PF_ROOT', dirname(__FILE__) );
define( 'PF_FILE_PATH', PF_ROOT . '/' . basename(__FILE__) );
define( 'PF_URL', plugins_url('/', __FILE__) );
define( 'PF_VERSION', '3.1.1' );
define( 'PF_VERSION', '3.1.2' );

class PressForward {
var $modules = array();
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Plugin Name: PressForward
- Plugin URI: http://pressforward.org/
- Description: PressForward is a WordPress plugin built to process feeds as a feed reader, allow groups to share and discuss the items that come in and then blog about them as an integrated editorial process. Currently in Beta.
- Version: 3.1.0
- Version: 3.1.2
- Author: Aram Zucker-Scharff, Boone B Gorges, Jeremy Boggs
- Author URI: http://pressforward.org/
- License: GPL2
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: PressForward, AramZS, boonebgorges, joanftroyano, clioweb
Version: 3.1.0
Donate link:
Tags: aggregation, atom, content curation, curation, curation tool, editorial, feed, RSS, workflow
Requires at least: 3.0.1
Requires at least: 3.1.2
Tested up to: 3.8
Stable tag: 3.1.0
License: GPL2
Expand Down

0 comments on commit 522748d

Please sign in to comment.