Changeset 2310407
- Timestamp:
- 05/22/2020 07:24:10 PM (6 years ago)
- Location:
- dd-lastviewed
- Files:
-
- 4 edited
- 1 copied
-
tags/5.1.1 (copied) (copied from dd-lastviewed/trunk)
-
tags/5.1.1/last-viewed.php (modified) (2 diffs)
-
tags/5.1.1/readme.txt (modified) (2 diffs)
-
trunk/last-viewed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dd-lastviewed/tags/5.1.1/last-viewed.php
r2310177 r2310407 2 2 /* 3 3 Plugin Name: DD Last Viewed 4 Version: 5.1 4 Version: 5.1.1 5 5 Plugin URI: http://wouterdijkstra.com 6 6 Description: Shows the users recently viewed/visited Posts, Pages, Custom Types and even Terms in a widget. … … 75 75 add_action('wp_ajax_nopriv_ajax_load_widget', array( $this, 'ajax_load_widget')); 76 76 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')); 78 78 add_shortcode('dd_lastviewed', array($this, 'shortCode_lastViewed')); 79 79 add_shortcode('dd_lastviewed_template', array($this, 'widget_template_shortcode')); -
dd-lastviewed/tags/5.1.1/readme.txt
r2310177 r2310407 5 5 Requires at least: 3.3 6 6 Tested up to: 5.4.1 7 Stable tag: 5.1 7 Stable tag: 5.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == Changelog == 60 61 = 5.1.1 = 62 63 * Fix FE ajax call 'ajax_set_cookie_by_js' 60 64 61 65 = 5.1 = -
dd-lastviewed/trunk/last-viewed.php
r2310177 r2310407 2 2 /* 3 3 Plugin Name: DD Last Viewed 4 Version: 5.1 4 Version: 5.1.1 5 5 Plugin URI: http://wouterdijkstra.com 6 6 Description: Shows the users recently viewed/visited Posts, Pages, Custom Types and even Terms in a widget. … … 75 75 add_action('wp_ajax_nopriv_ajax_load_widget', array( $this, 'ajax_load_widget')); 76 76 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')); 78 78 add_shortcode('dd_lastviewed', array($this, 'shortCode_lastViewed')); 79 79 add_shortcode('dd_lastviewed_template', array($this, 'widget_template_shortcode')); -
dd-lastviewed/trunk/readme.txt
r2310177 r2310407 5 5 Requires at least: 3.3 6 6 Tested up to: 5.4.1 7 Stable tag: 5.1 7 Stable tag: 5.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == Changelog == 60 61 = 5.1.1 = 62 63 * Fix FE ajax call 'ajax_set_cookie_by_js' 60 64 61 65 = 5.1 =
Note: See TracChangeset
for help on using the changeset viewer.