Changeset 3092643
- Timestamp:
- 05/26/2024 11:27:06 AM (22 months ago)
- Location:
- bubuku-post-view-count
- Files:
-
- 12 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from bubuku-post-view-count/trunk)
-
tags/1.0.4/bubuku-post-view-count.php (modified) (1 diff)
-
tags/1.0.4/readme.txt (modified) (2 diffs)
-
tags/1.0.4/src/PCV_assets.php (modified) (1 diff)
-
tags/1.0.4/src/PCV_db.php (modified) (1 diff)
-
tags/1.0.4/src/PCV_plugin.php (modified) (2 diffs)
-
tags/1.0.4/src/PCV_restapi.php (modified) (1 diff)
-
trunk/bubuku-post-view-count.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/PCV_assets.php (modified) (1 diff)
-
trunk/src/PCV_db.php (modified) (1 diff)
-
trunk/src/PCV_plugin.php (modified) (2 diffs)
-
trunk/src/PCV_restapi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bubuku-post-view-count/tags/1.0.4/bubuku-post-view-count.php
r2902903 r3092643 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-post-view-count/tags/1.0.4/readme.txt
r2902903 r3092643 3 3 Tags: page view count, post views, post count, posts, post view count 4 4 Requires at least: 5.2 5 Tested up to: 6. 25 Tested up to: 6.5.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 27 27 == Changelog == 28 28 29 = 1.0.4 = 30 * Compatibility: WordPress 6.2 – WordPress 6.5.3 31 29 32 = 1.0.3 = 30 33 * Compatibility: WordPress 6.1 – WordPress 6.2 -
bubuku-post-view-count/tags/1.0.4/src/PCV_assets.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 -
bubuku-post-view-count/tags/1.0.4/src/PCV_db.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 -
bubuku-post-view-count/tags/1.0.4/src/PCV_plugin.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 … … 32 32 define( 'BBK_PLUGIN_ASSETS_URL', BBK_PLUGIN_URL . '/assets' ); 33 33 define( 'BBK_PLUGIN_ENDPOINTS_URL', 'bbk_postview/v1' ); 34 define( 'BBK_PLUGIN_VERSION', '1.0. 3' );34 define( 'BBK_PLUGIN_VERSION', '1.0.4' ); 35 35 define( 'BBK_PLUGIN_NONCE', wp_create_nonce('post-view'. BBK_PLUGIN_VERSION) ); 36 36 -
bubuku-post-view-count/tags/1.0.4/src/PCV_restapi.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 -
bubuku-post-view-count/trunk/bubuku-post-view-count.php
r2902903 r3092643 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.2 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Bubuku 9 9 * Author URI: https://www.bubuku.com/ -
bubuku-post-view-count/trunk/readme.txt
r2902903 r3092643 3 3 Tags: page view count, post views, post count, posts, post view count 4 4 Requires at least: 5.2 5 Tested up to: 6. 25 Tested up to: 6.5.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 27 27 == Changelog == 28 28 29 = 1.0.4 = 30 * Compatibility: WordPress 6.2 – WordPress 6.5.3 31 29 32 = 1.0.3 = 30 33 * Compatibility: WordPress 6.1 – WordPress 6.2 -
bubuku-post-view-count/trunk/src/PCV_assets.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 -
bubuku-post-view-count/trunk/src/PCV_db.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 -
bubuku-post-view-count/trunk/src/PCV_plugin.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10 … … 32 32 define( 'BBK_PLUGIN_ASSETS_URL', BBK_PLUGIN_URL . '/assets' ); 33 33 define( 'BBK_PLUGIN_ENDPOINTS_URL', 'bbk_postview/v1' ); 34 define( 'BBK_PLUGIN_VERSION', '1.0. 3' );34 define( 'BBK_PLUGIN_VERSION', '1.0.4' ); 35 35 define( 'BBK_PLUGIN_NONCE', wp_create_nonce('post-view'. BBK_PLUGIN_VERSION) ); 36 36 -
bubuku-post-view-count/trunk/src/PCV_restapi.php
r2902903 r3092643 6 6 * @author Luis Ruiz <lruiz@bubuku.com> 7 7 * @copyright 2022 Bubuku 8 * @version 1.0. 38 * @version 1.0.4 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.