Skip to content

Releases: jacobinmag/jacobin-core-functionality

0.5.26 - Featured Audio

06 Jul 18:50

Choose a tag to compare

Response format:

{
    ...
    "featured_audio": {
        "ID": 188724,
        "post_author": "1",
        "post_date": "2024-07-05 18:34:42",
        "post_date_gmt": "2024-07-05 22:34:42",
        "post_content": "\"sample-3s\".",
        "post_title": "sample-3s",
        "post_excerpt": "",
        "post_status": "inherit",
        "comment_status": "closed",
        "ping_status": "closed",
        "post_password": "",
        "post_name": "sample-3s",
        "to_ping": "",
        "pinged": "",
        "post_modified": "2024-07-05 18:34:45",
        "post_modified_gmt": "2024-07-05 22:34:45",
        "post_content_filtered": "",
        "post_parent": 188657,
        "guid": "https://jacobin.test/wp-content/uploads/2023/07/sample-3s.mp3",
        "menu_order": 0,
        "post_type": "attachment",
        "post_mime_type": "audio/mpeg",
        "comment_count": "0",
        "filter": "raw",
        "media_details": {
            "dataformat": "mp3",
            "channels": 2,
            "sample_rate": 44100,
            "bitrate": 128511.39112903226,
            "channelmode": "stereo",
            "bitrate_mode": "cbr",
            "lossless": false,
            "encoder_options": "CBR129",
            "compression_ratio": 0.09106532818100359,
            "fileformat": "mp3",
            "filesize": 52079,
            "mime_type": "audio/mpeg",
            "length": 3,
            "length_formatted": "0:03",
            "encoder_settings": "Lavf57.83.100",
            "artist": "",
            "album": ""
        }
    },
    ...
}

Full Changelog: 0.5.25...0.5.26

0.5.25

30 Dec 20:12
c33e7b9

Choose a tag to compare

0.5.22 Rest API Updates and Tribune Image Maintenance Functions

07 Apr 01:59
548abfb

Choose a tag to compare

Add post-contributor route

24 Oct 19:39

Choose a tag to compare

Add post-contributor route

  • Register route
  • Add callback to fetch data

data will be returned in the form:

{
   'author name': [ 
      'author', 
      'interviewer', 
      'translator'
   ],
   'author name': [ 
      'interviewer', 
   ],
   'author name': [ 
      'translator'
   ],
}

Add display_name property for consistency
Clean up method formatting
Return translator object instead of id
Suppress Shortcode alert message

Added search endpoint for new Relevanssi search

04 Feb 00:45

Choose a tag to compare

usage: /wp-json/relevanssi/v1/search?s=query

Updates to implement preview and view posts

08 Nov 22:09

Choose a tag to compare

  • Added $frontend_url and $frontend_token to Settings > General page.
  • Modified the preview links to use custom URL to display on frontend
  • Modified the view links to point to frontend URL provided in admin

Embed Script Shortcode

28 Feb 02:49

Choose a tag to compare

0.4.13

23 Feb 21:39

Choose a tag to compare

  • Fixed custom taxonomy responses
  • Fixed custom taxonomy responses. Reverted changes made in 0.4.10 and instead modified status-internal rest $args @link jacobinmag/jacobin#439

0.4.12

20 Feb 20:03
85f9e82

Choose a tag to compare

  • Added cron functions to remove revisions weekly.
  • #436 Included post categories in response for featured content
  • Added function to delete first media item in post & WP CLI command

Version 0.4.9

27 Jan 01:35

Choose a tag to compare

  • Added media cleanup utility
  • Removed unused image sizes
  • Added WP-CLI integration