Plugin Directory

Changeset 2310407


Ignore:
Timestamp:
05/22/2020 07:24:10 PM (6 years ago)
Author:
Mosterd3d
Message:

tagging version 5.1.1

Location:
dd-lastviewed
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dd-lastviewed/tags/5.1.1/last-viewed.php

    r2310177 r2310407  
    22/*
    33Plugin Name: DD Last Viewed
    4 Version: 5.1
     4Version: 5.1.1
    55Plugin URI: http://wouterdijkstra.com
    66Description: Shows the users recently viewed/visited Posts, Pages, Custom Types and even Terms in a widget.
     
    7575        add_action('wp_ajax_nopriv_ajax_load_widget', array( $this, 'ajax_load_widget'));
    7676        add_action( 'wp_ajax_ajax_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js' ));
    77         add_action('wp_ajax_nopriv_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js'));
     77        add_action('wp_ajax_nopriv_ajax_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js'));
    7878        add_shortcode('dd_lastviewed', array($this, 'shortCode_lastViewed'));
    7979        add_shortcode('dd_lastviewed_template', array($this, 'widget_template_shortcode'));
  • dd-lastviewed/tags/5.1.1/readme.txt

    r2310177 r2310407  
    55Requires at least: 3.3
    66Tested up to: 5.4.1
    7 Stable tag: 5.1
     7Stable tag: 5.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 5.1.1 =
     62
     63* Fix FE ajax call 'ajax_set_cookie_by_js'
    6064
    6165= 5.1 =
  • dd-lastviewed/trunk/last-viewed.php

    r2310177 r2310407  
    22/*
    33Plugin Name: DD Last Viewed
    4 Version: 5.1
     4Version: 5.1.1
    55Plugin URI: http://wouterdijkstra.com
    66Description: Shows the users recently viewed/visited Posts, Pages, Custom Types and even Terms in a widget.
     
    7575        add_action('wp_ajax_nopriv_ajax_load_widget', array( $this, 'ajax_load_widget'));
    7676        add_action( 'wp_ajax_ajax_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js' ));
    77         add_action('wp_ajax_nopriv_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js'));
     77        add_action('wp_ajax_nopriv_ajax_set_cookie_by_js', array( $this, 'ajax_set_cookie_by_js'));
    7878        add_shortcode('dd_lastviewed', array($this, 'shortCode_lastViewed'));
    7979        add_shortcode('dd_lastviewed_template', array($this, 'widget_template_shortcode'));
  • dd-lastviewed/trunk/readme.txt

    r2310177 r2310407  
    55Requires at least: 3.3
    66Tested up to: 5.4.1
    7 Stable tag: 5.1
     7Stable tag: 5.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 5.1.1 =
     62
     63* Fix FE ajax call 'ajax_set_cookie_by_js'
    6064
    6165= 5.1 =
Note: See TracChangeset for help on using the changeset viewer.